summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix the gfx::Canvas::DrawImageIntInPixel function to ensure that it works cor...ananta@chromium.org2014-06-051-22/+24
* [Win] Draw the circular avatar programmatically rather than with a frame.noms@chromium.org2014-05-261-3/+2
* Use the scale factor in the image in the DrawImageIntHelper function in case ...ananta@chromium.org2014-05-121-1/+1
* Scrub deprecated Skia APIs.fmalita@chromium.org2014-05-101-33/+6
* Fix images drawn with the NineImagePainter class in high DPI.ananta@chromium.org2014-05-061-58/+132
* SkBitmap::Config is deprecated, switch to using SkColorTypereed@google.com2014-03-041-5/+4
* Skia is disassociating information about the state of the clip from the clip ...robertphillips@google.com2014-03-031-4/+8
* Clean-up: Removes the obsolete Canvas::GetStringWidth(Font version).yukishiino@chromium.org2014-02-201-7/+0
* Clean-up: Removes obsolete methods in gfx::Canvas.yukishiino@chromium.org2014-01-301-64/+0
* Removes duplicated include.sky@chromium.org2014-01-151-1/+0
* Fixing focus highlight on high DPI devices for accessibilityskuhne@chromium.org2013-12-021-0/+16
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-0/+24
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-241-25/+23
* Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"davemoore@chromium.org2013-09-201-23/+25
* Remove dependency on ui::ScaleFactor from ui/gfxdavemoore@chromium.org2013-09-201-25/+23
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-221-90/+168
* ui/gfx: Use base::string16 now that string16 was moved into base namespace.tfarina@chromium.org2013-06-091-4/+4
* 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