Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert FillRect(... SkPaint) to DrawRect() since it doesn't necessarily fill... | pkasting@chromium.org | 2010-08-18 | 1 | -5/+5 |
* | Cleanup: | pkasting@chromium.org | 2010-08-17 | 1 | -126/+35 |
* | FBTF: Minor gfx/ header cleanup. | erg@google.com | 2010-08-10 | 1 | -0/+1 |
* | Implement more rendering methods on Canvas. | ben@chromium.org | 2010-07-29 | 1 | -31/+87 |
* | Add support for Radial Gradient Brush and Bitmap Brush to gfx::Canvas. | ben@chromium.org | 2010-07-29 | 1 | -14/+79 |
* | Add support for brushes to gfx::Canvas... right now just LinearGradientBrush. | ben@chromium.org | 2010-07-23 | 1 | -0/+72 |
* | Fix transforms to be preconcat like skia so multiple transforms are accumulat... | ben@chromium.org | 2010-07-21 | 1 | -4/+14 |
* | Implement initial ClipRect. | ben@chromium.org | 2010-07-21 | 1 | -16/+40 |
* | Start implementing Direct2D Canvas. Implements Save/Restore methods, FillRect... | ben@chromium.org | 2010-07-09 | 1 | -0/+219 |