summaryrefslogtreecommitdiffstats
path: root/ui/gfx/canvas.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-241-31/+12
* Revert 147915 - Cleanup gfx::Canvas now that 10562027 has landedacolwell@chromium.org2012-07-231-12/+31
* Cleanup gfx::Canvas now that 10562027 has landedpkotwicz@chromium.org2012-07-231-31/+12
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Delete canvas_win.cc since it is no longer used.asvitkine@chromium.org2012-07-101-12/+0
* Fix eliding of LTR tab title in RTL UI under non-Windows Views.asvitkine@chromium.org2012-07-041-2/+0
* Adds factory method to create Bitmap shader which displays correctly in High DPIpkotwicz@chromium.org2012-07-021-11/+20
* Add ability to build a canvas with a target scale factor.pkotwicz@chromium.org2012-06-271-5/+49
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-071-13/+13
* Revert 140877 - Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-13/+13
* Rename DrawBitmapInt to DrawImageIntpkotwicz@chromium.org2012-06-061-13/+13
* Update std::vector<ShadowValue> to ShadowValues.xiyuan@chromium.org2012-05-291-2/+2
* native_theme_base/android had copied and pasted versions of DrawBitmapInt and...pkotwicz@chromium.org2012-05-251-0/+4
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-161-22/+34
* Revert 136332 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-141-34/+22
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-22/+34
* Revert 136304 - This patch makes ImageSkia more like SkBitmap. The goal is to...pkotwicz@chromium.org2012-05-101-34/+22
* This patch makes ImageSkia more like SkBitmap. The goal is to make swapping f...pkotwicz@chromium.org2012-05-101-22/+34
* On the Mac, we populate NSImage from bitmaps in resource bundles. Introduce I...pkotwicz@chromium.org2012-04-241-0/+8
* ash: Better and faster text shadows.xiyuan@chromium.org2012-04-111-1/+14
* Add to gfx::Canvas API so that views doesn't use SkCanvas directly.pkotwicz@chromium.org2012-04-091-2/+39
* ui/gfx: Do not pass SkColor by const-reference as it's defined as POD(integer).tfarina@chromium.org2012-03-241-18/+12
* ui/gfx: Kill Canvas::FillRect() function that takes gfx::Brush.tfarina@chromium.org2012-03-171-3/+0
* ui/gfx: Clean up the remaining references to CanvasSkia.tfarina@chromium.org2012-03-171-7/+305
* ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia.tfarina@chromium.org2012-03-091-201/+8
* ui/gfx: Get rid of Canvas::CreateCanvas() function.tfarina@chromium.org2012-03-051-6/+0
* ui/gfx: Move CanvasPaintWin into its own file.tfarina@chromium.org2012-02-251-18/+0
* Speculative Revert 120885 - ui/gfx: Make the first version of Canvas::TileIma...hbono@chromium.org2012-02-081-1/+2
* ui/gfx: Make the first version of Canvas::TileImageInt take a gfx::Rect.tfarina@chromium.org2012-02-081-2/+1
* 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-8/+8
* Remove unused CanvasSkia::GetTextureID() functions.asvitkine@chromium.org2012-01-191-4/+0
* CanvasSkia::Transform should be enabled on the Macdhollowa@chromium.org2012-01-131-3/+1
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-12-171-7/+5
* Revert 111288 - Possibly broke media_unittests on Macrsleevi@chromium.org2011-11-231-5/+7
* ui/gfx: Convert Canvas::DrawRectInt() to use gfx::Rect.tfarina@chromium.org2011-11-231-7/+5
* ui/gfx: Convert CreateCanvas to use gfx::Size.tfarina@chromium.org2011-11-011-1/+2
* ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-311-8/+6
* ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().tfarina@chromium.org2011-10-271-2/+1
* ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.tfarina@chromium.org2011-10-271-9/+3
* ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.tfarina@chromium.org2011-10-261-1/+1
* ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.tfarina@chromium.org2011-10-251-1/+1
* Allow CanvasSkia to bind to an existing SkCanvas.piman@chromium.org2011-10-051-0/+4
* Introduce FORCE_LTR_DIRECTIONALTY in Canvas.xji@chromium.org2011-08-181-0/+4
* Rename UI_API to UI_EXPORT.darin@chromium.org2011-08-061-3/+3
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-021-2/+3
* Introduce ui.dll / libui.so for the component build.darin@chromium.org2011-07-171-2/+3
* Use SkMatrix44 for the underlying implementation of ui::Transformbacker@chromium.org2011-07-081-0/+2
* Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-161-2/+2
* Revert 89298 - Update BuiltinProvider to provide chrome:// URLs.msw@chromium.org2011-06-161-2/+2