summaryrefslogtreecommitdiffstats
path: root/ui/gfx
Commit message (Expand)AuthorAgeFilesLines
...
* Move temporary MathUtil wrappers to permanent home in gfx::Transformshawnsingh@google.com2012-11-282-15/+134
* Use favicon dominant color in immersive mode light barsjamescook@chromium.org2012-11-273-97/+173
* Enable DCHECK in GetBitmap on WINoshima@chromium.org2012-11-261-4/+0
* gfx::Transform API clean-upvollick@chromium.org2012-11-267-516/+300
* Fixed Aura version of Path::CreateNativeRegion().yefim@chromium.org2012-11-221-1/+8
* ui: Add methods to Rect classes to get points at each of the rect's corners.danakj@chromium.org2012-11-202-0/+19
* Remove the last of the ImageSkia implicit conversionpkotwicz@chromium.org2012-11-202-17/+0
* Disable a couple of failing tests.sreeram@chromium.org2012-11-201-2/+14
* Remove temporary fix. This was quick fix I had to add to deal with crbug.com/...oshima@chromium.org2012-11-171-6/+0
* Make use of the new SkMatrix44::transpose, ::getDouble, and ::setDouble funcsvollick@chromium.org2012-11-173-60/+69
* Make ImageSkiaStorage RefCountThreadSafe.oshima@chromium.org2012-11-171-3/+6
* Adds Dana to ui/gfx/OWNERS. per-file directives don't support multiplesky@chromium.org2012-11-161-0/+3
* Initialize device scale factor correctly on Androidskyostil@chromium.org2012-11-151-1/+8
* Preserve transparency when converting UIImage to SkBitmap.noyau@chromium.org2012-11-153-0/+48
* Add support for blending matrices.vollick@chromium.org2012-11-155-57/+1245
* ui/gfx: Extract RemoveAcceleratorChar() out of skia_util.*tfarina@chromium.org2012-11-147-59/+89
* Shortly, gfx::Transform will be backed by a matrix of doubles. It would make ...vollick@chromium.org2012-11-142-56/+71
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-145-46/+49
* - Move DisplayManager and DisplayChangeObserverX11 from auraoshima@chromium.org2012-11-149-0/+92
* Load the resources for max scale factor first.oshima@chromium.org2012-11-141-3/+10
* ui: Remove implicit flooring in skia rect conversion methods.danakj@chromium.org2012-11-147-22/+83
* ui/gfx: Create a new gfx switches file to put gfx specific switches there.tfarina@chromium.org2012-11-144-2/+48
* Revert 167255 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...shawnsingh@chromium.org2012-11-137-51/+51
* We should use double precision for SkMatrix44 in chromevollick@chromium.org2012-11-132-34/+38
* ui/gfx: Remove unused include from render_text unittest.tfarina@chromium.org2012-11-131-1/+0
* ui/gfx: Use template for Insets and remove duplicates.tfarina@chromium.org2012-11-138-141/+141
* - Pass the ImageSkia by pointer instead of by reference, which will create sh...oshima@chromium.org2012-11-133-20/+21
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-127-51/+51
* ui: Add SkIRectToRect() function to convert from SkIRect type to gfx::Rect.tfarina@chromium.org2012-11-122-10/+15
* ui/gfx: Do not use 'this' pointer when it's unnecessary and redundant.tfarina@chromium.org2012-11-122-5/+5
* Always add 100P scale format in the supported format list.noyau@chromium.org2012-11-123-34/+5
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-107-20/+24
* Revert 167062 - ui: Remove gfx::Size::ClampToNonNegative, prevent negative si...danakj@chromium.org2012-11-107-50/+48
* ui: Remove gfx::Size::ClampToNonNegative, prevent negative sizes always.danakj@chromium.org2012-11-107-48/+50
* ui/gfx: Move transform_util unittest into gfx namespace.tfarina@chromium.org2012-11-101-6/+12
* ui/gfx: Fix variable name style.tfarina@chromium.org2012-11-101-3/+3
* ui: Add methods to clamp Sizes, Points, and Vectors from above or below.danakj@chromium.org2012-11-109-0/+240
* ui: Prefer +/- operators to apply offsets.danakj@chromium.org2012-11-1016-45/+125
* ui: Add non-member Vector2dScale() and Vector3dScale() methods to create scal...danakj@chromium.org2012-11-096-6/+73
* ui: Make gfx::Point::Scale() mutate the class, similar to gfx::Rect.danakj@chromium.org2012-11-098-22/+51
* ui: Remove the Point::Middle method.danakj@chromium.org2012-11-091-4/+0
* ui: Remove gfx::Point Add() and Subtract() which were non-mutating member met...danakj@chromium.org2012-11-094-24/+18
* Use CGImage for conversion to SkBitmap.noyau@chromium.org2012-11-091-1/+3
* Make QuadF::IsCounterClockwise more robustshawnsingh@chromium.org2012-11-062-3/+56
* Remove unused custom vertical text alignment in CanvasSkia.msw@chromium.org2012-11-064-87/+40
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-035-1/+55
* Revert "ui: Add IsExpressibleAsRect() method to RectF" and "Attempt to fix un...danakj@chromium.org2012-11-025-56/+1
* ui/gfx: Put unittests back into gfx namespace.tfarina@chromium.org2012-11-025-456/+392
* Attempt to fix unit test for Windows float differences.danakj@chromium.org2012-11-021-14/+14
* ui: Add IsExpressibleAsRect() method to RectFdanakj@chromium.org2012-11-025-1/+56