summaryrefslogtreecommitdiffstats
path: root/gfx/canvas_direct2d.cc
Commit message (Expand)AuthorAgeFilesLines
* Move src/gfx/ to src/ui/gfxsail@chromium.org2011-02-021-362/+0
* Revert 71169 - Revert 71167 - Remove wstring from gfx.avi@chromium.org2011-01-121-3/+3
* Revert 71167 - Remove wstring from gfx.joi@chromium.org2011-01-121-3/+3
* Remove wstring from gfx.avi@chromium.org2011-01-121-3/+3
* Replace TabContentsViewGtk with TabContentsViewViews as part of the ongoinganicolao@chromium.org2010-11-241-0/+6
* Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill...pkasting@chromium.org2010-08-181-5/+5
* Cleanup:pkasting@chromium.org2010-08-171-126/+35
* FBTF: Minor gfx/ header cleanup.erg@google.com2010-08-101-0/+1
* Implement more rendering methods on Canvas.ben@chromium.org2010-07-291-31/+87
* Add support for Radial Gradient Brush and Bitmap Brush to gfx::Canvas.ben@chromium.org2010-07-291-14/+79
* Add support for brushes to gfx::Canvas... right now just LinearGradientBrush.ben@chromium.org2010-07-231-0/+72
* Fix transforms to be preconcat like skia so multiple transforms are accumulat...ben@chromium.org2010-07-211-4/+14
* Implement initial ClipRect.ben@chromium.org2010-07-211-16/+40
* Start implementing Direct2D Canvas. Implements Save/Restore methods, FillRect...ben@chromium.org2010-07-091-0/+219