summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas_skia.cc
Commit message (Expand)AuthorAgeFilesLines
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-111-14/+31
* Use the RenderText's computed text height instead of Font::GetHeight() in can...asvitkine@chromium.org2012-04-051-11/+29
* Fix vertical text alignment logic in canvas_skia.cc.asvitkine@chromium.org2012-03-271-18/+8
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-4/+4
* ui/gfx: Rename canvas_skia_skia to just canvas_skia.tfarina@chromium.org2012-03-181-0/+422
* ui/gfx: Fix the file names of "canvas_skia_*" to say just "canvas_platform".tfarina@chromium.org2012-03-171-378/+0
* ui/gfx: Clean up the remaining references to CanvasSkia.tfarina@chromium.org2012-03-171-75/+64
* Remove redundant memory clears when constructing BitmapPlatformDevice instanc...twiz@chromium.org2012-03-161-0/+6
* ui/gfx: Get rid of CanvasSkia::GetSkCanvas() function.tfarina@chromium.org2012-03-131-9/+1
* ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.tfarina@chromium.org2012-03-111-8/+0
* Adds an outline beneath the current window as you drag it around tosky@chromium.org2012-03-091-41/+48
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-3/+3
* ui/gfx: Get rid of Canvas::CreateCanvas() function.tfarina@chromium.org2012-03-051-11/+0
* ui: Let skia do the conversion work for us by using the integer version of se...tfarina@chromium.org2012-03-011-5/+1
* ui/gfx: Move CanvasPaintWin into its own file.tfarina@chromium.org2012-02-251-29/+0
* Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...hbono@chromium.org2012-02-081-2/+3
* ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.tfarina@chromium.org2012-02-081-3/+2
* ui/gfx: Convert Canvas::DrawLineInt() to use gfx::Point.tfarina@chromium.org2012-02-051-5/+5
* Pass const gfx::Rect& as the first parameter to FillRect.tfarina@chromium.org2012-02-011-5/+5
* Move |PlatformFont::GetStringWidth()| implementation up into font.cc directly.asvitkine@chromium.org2012-01-241-0/+7
* CanvasSkia::Transform should be enabled on the Macdhollowa@chromium.org2012-01-131-3/+1
* Add a new ctor to CanvasSkia that takes a const SkBitmap&.tfarina@chromium.org2011-12-211-0/+8
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-3/+4
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-12-171-15/+16
* Revert 111288 - Possibly broke media_unittests on Macrsleevi@chromium.org2011-11-231-16/+15
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-11-231-15/+16
* ui/gfx: Convert CreateCanvas to use gfx::Size.tfarina@chromium.org2011-11-011-2/+2
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-9/+8
* ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().tfarina@chromium.org2011-10-271-2/+2
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-4/+4
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-261-6/+4
* ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.tfarina@chromium.org2011-10-251-7/+5
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-23/+51
* Re-land: Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+2
* Revert 98306 - Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+2
* Create a new views_aura_desktop.ben@chromium.org2011-08-251-2/+2
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-0/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-2/+2
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-2/+2
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-2/+2
* Makes Transform concrete. Fixes bug in coordinate conversion and makes all co...sky@chromium.org2011-05-171-2/+2
* Use IntersectsClipRectInt() more, in hopes of saving some work. Original ide...pkasting@chromium.org2011-04-251-2/+2
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-241-1/+6
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-5/+5
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-0/+391