summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas.cc
Commit message (Expand)AuthorAgeFilesLines
* Begin switch-over to using sk_sp (for SkShader for now)reed2016-03-111-9/+3
* Correctly tint background tab images for custom themes.pkasting2016-02-251-31/+33
* gfx::Canvas typically had both a skia::RefPtr and a raw pointer to the same o...tomhudson2016-02-041-18/+13
* gfx: Remove a workaround for skia sampling being off-by-one.danakj2016-01-061-18/+9
* Switch to standard integer types in ui/gfx/.avi2015-12-231-3/+3
* We're deprecating SkDevice usage in Chromium; this change shouldtomhudson2015-11-231-1/+1
* views::Border: Added CreateRoundedRectBorder.mgiuca2015-11-101-0/+8
* gfx: Rename canvas SaveAndUnscale to UnscaleTheDeviceScaleFactor.danakj2015-10-301-6/+5
* ui: Fix NinePatchPainter to work in physical pixels.danakj2015-10-291-58/+15
* Initialize Canvas on non-Cairo platforms.moshayedi2015-10-211-3/+3
* Add a Canvas::SaveAndUnscale() method for pixel-accurate drawing.pkasting2015-10-141-0/+7
* Remove unused gfx::Canvas APItomhudson2015-10-131-8/+0
* gfx: Make conversions from Size to SizeF be explicit.danakj2015-09-251-2/+2
* api refactor: switch to modern variants of drawBitmapRectreed2015-07-171-1/+1
* ui: Eliminate allocating gfx::Canvas on the heap for every view.danakj2015-05-121-12/+4
* Simplify accelerated paint and remove windows CanvasSkiaPaintjbauman2015-05-111-4/+0
* Revert of Simplify accelerated paint and remove windows CanvasSkiaPaint (patc...jbauman2015-05-081-0/+4
* Simplify accelerated paint and remove windows CanvasSkiaPaintjbauman2015-05-081-4/+0
* stop using deprecated SkPaint::FilterLevelreed2015-03-171-2/+1
* Update comments for Canvas::DrawImageIntInPixelqiankun.miao2015-01-091-2/+2
* Cleanup: Update the path to gfx size headers.tfarina2015-01-031-1/+1
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-311-1/+1
* Type conversion fixes, text rendering edition.pkasting2014-10-211-4/+4
* Changes NineImagePainter to snap to (enclosed) pixel boundariessky2014-10-021-10/+9
* Revert of Changes NineImagePainter to snap to (enclosed) pixel boundaries (pa...sky2014-09-261-9/+10
* Changes NineImagePainter to snap to (enclosed) pixel boundariessky2014-09-251-10/+9
* Makes GetClipBounds() return the enclosing rectsky2014-09-101-3/+7
* ui/gfx: remove redundant 32x32 DashedRect drawing if a dest rect is emptyhyunki.baik@samsung.com2014-07-151-0/+2
* 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