C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / experimental / PdfViewer / SkNulCanvas.h
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2015-01-05 robertphillipsUpdate PdfViewer's SkNulCanvas
2015-01-02 reedremove unused drawData
2014-12-15 junovRemove SkCanvas::isDrawingToLayer
2014-12-10 Florin MalitaRemove SkCanvas::drawBitmapMatrix()
2014-12-08 robertphillipsRemove virtual clear in PdfViewer's SkNulCanvas
2014-09-03 reedHide fields in SkImageInfo
2014-08-21 reedremove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE
2014-08-09 reedadd drawPicture variant that takes a matrix and paint
2014-06-04 robertphillipsAlter SkCanvas::drawPicture (devirtualize, take const...
2014-06-03 reedremove SkBounder -- unused and unloved
2014-04-23 reed@google.comMake drawText calls non-virtual, to ease SkFont and...
2014-03-13 commit-bot@chromiu... De-virtualize SkCanvas matrix ops.
2014-03-12 commit-bot@chromiu... De-virtualize SkCanvas save/restore.
2014-03-12 commit-bot@chromiu... Revert of Revert of Revert "De-virtualize SkCanvas...
2014-03-11 commit-bot@chromiu... Revert of Revert "De-virtualize SkCanvas save/restore...
2014-03-11 fmalita@google.comRevert "De-virtualize SkCanvas save/restore."
2014-03-11 fmalita@google.comDe-virtualize SkCanvas save/restore.
2014-03-08 commit-bot@chromiu... hide getTotalClip, so we can eventually remove it
2014-03-01 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2014-02-28 robertphillips@goo... Revert of r13620 (add new onClip* methods to SkCanvas...
2014-02-28 robertphillips@goo... add new onClip* methods to SkCanvas
2013-10-22 bsalomon@google.comRevert "If the path is a rect, call drawRect to raster...
2013-10-22 bsalomon@google.comIf the path is a rect, call drawRect to raster the...
2013-10-17 robertphillips@goo... Revert r11842 (call drawRect to try GrAARectRenderer...
2013-10-17 commit-bot@chromiu... If the path is a rect, call drawRect to raster the...
2013-10-11 edisonn@google.compdfviewer: (more code cleanup): class documentation...
2013-08-29 robertphillips@goo... Split SkDevice into SkBaseDevice and SkBitmapDevice
2013-08-21 edisonn@google.compdfviewer: code cleanup - add licence on files, make...
2013-08-20 robertphillips@goo... Revert r10830 (Split SkDevice out of SkRasterDevice...
2013-08-20 robertphillips@goo... Split SkDevice out of SkBitmapDevice
2013-08-16 edisonn@google.compdfviewer: update interface of derived canvas and devic...
2013-07-22 edisonn@google.compdfviewer: All NulCanvas (does not draw operations...