summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas.cc
Commit message (Expand)AuthorAgeFilesLines
* Add line height setting to views::Label & use it for notifications.dharcourt@chromium.org2013-04-191-1/+2
* Fix rounding rules for skia operations to work with non-integer scaling facto...kevers@chromium.org2013-03-151-1/+1
* ui: Use skia::RefPtr<T> for implicit safe reference counting.danakj@chromium.org2012-12-051-29/+30
* Simplify platform_canvas.h by recognizing that PlatformCanvas does not actual...reed@google.com2012-11-141-8/+8
* ui: Make gfx::Size::Scale() mutate the class. Add gfx::ScaleSize() similar to...danakj@chromium.org2012-11-101-3/+3
* Add Vector2d classes that represent offsets, instead of using Point.danakj@chromium.org2012-10-311-2/+2
* Migrate ui::Transform to gfx::Transform shawnsingh@chromium.org2012-10-141-1/+1
* Remove implicit flooring Scale() method from Point and Size.danakj@chromium.org2012-10-091-2/+5
* Extend gfx::canvas to allow DrawBitmapInt(..., alpha). This allows callers toreed@google.com2012-10-031-0/+6
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-49/+29
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-29/+49
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-49/+29
* Adds factory method to create Bitmap shader which displays correctly in High DPIpkotwicz@chromium.org2012-07-021-50/+58
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-271-17/+71
* This CL adds a new object: ImageSkiaReppkotwicz@chromium.org2012-06-251-2/+6
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-17/+17
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-17/+17
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-17/+17
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-291-2/+1
* Fix leak. unref shader after use.oshima@chromium.org2012-05-261-0/+1
* native_theme_base/android had copied and pasted versions of DrawBitmapInt and...pkotwicz@chromium.org2012-05-251-13/+30
* Fixes regressions in canvas due to 10245003pkotwicz@chromium.org2012-05-231-2/+3
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-161-31/+76
* Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-141-76/+31
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-31/+76
* Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-101-76/+31
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-31/+76
* On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...pkotwicz@chromium.org2012-04-241-8/+20
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-111-0/+19
* Add to gfx::Canvas API so that views doesn't use SkCanvas directly.pkotwicz@chromium.org2012-04-091-0/+47
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-7/+7
* ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush.tfarina@chromium.org2012-03-171-33/+0
* ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".tfarina@chromium.org2012-03-171-0/+378
* ui/gfx: Clean up the remaining references to CanvasSkia.tfarina@chromium.org2012-03-171-25/+0
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-9/+9
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-1/+1
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-1/+9
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+17