aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/PdfViewer/SkNulCanvas.h
Commit message (Expand)AuthorAge
* Updated PDFViewer drawImageRect() overridesGravatar fmalita2015-07-14
* remove SkInstCntGravatar mtklein2015-06-26
* Remove the SkCanvas comment APIGravatar fmalita2015-06-15
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Update PdfViewer's SkNulCanvasGravatar robertphillips2015-01-05
* remove unused drawDataGravatar reed2015-01-02
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Remove virtual clear in PdfViewer's SkNulCanvasGravatar robertphillips2014-12-08
* Hide fields in SkImageInfoGravatar reed2014-09-03
* remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPEGravatar reed2014-08-21
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* remove SkBounder -- unused and unlovedGravatar reed2014-06-03
* Make drawText calls non-virtual, to ease SkFont and TextBlob (https://coderev...Gravatar reed@google.com2014-04-23
* De-virtualize SkCanvas matrix ops.Gravatar commit-bot@chromium.org2014-03-13
* De-virtualize SkCanvas save/restore.Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert of Revert "De-virtualize SkCanvas save/restore." (https://co...Gravatar commit-bot@chromium.org2014-03-12
* Revert of Revert "De-virtualize SkCanvas save/restore." (https://codereview.c...Gravatar commit-bot@chromium.org2014-03-11
* Revert "De-virtualize SkCanvas save/restore."Gravatar fmalita@google.com2014-03-11
* De-virtualize SkCanvas save/restore.Gravatar fmalita@google.com2014-03-11
* hide getTotalClip, so we can eventually remove it Gravatar commit-bot@chromium.org2014-03-08
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-01
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert of r13620 (add new onClip* methods to SkCanvas - https://codereview.ch...Gravatar robertphillips@google.com2014-02-28
* add new onClip* methods to SkCanvasGravatar robertphillips@google.com2014-02-28
* Revert "If the path is a rect, call drawRect to raster the geometry in SkCanv...Gravatar bsalomon@google.com2013-10-22
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar bsalomon@google.com2013-10-22
* Revert r11842 (call drawRect to try GrAARectRenderer if the path is a rect - ...Gravatar robertphillips@google.com2013-10-17
* If the path is a rect, call drawRect to raster the geometry in SkCanvas::draw...Gravatar commit-bot@chromium.org2013-10-17
* pdfviewer: (more code cleanup): class documentation and commentsGravatar edisonn@google.com2013-10-11
* Split SkDevice into SkBaseDevice and SkBitmapDeviceGravatar robertphillips@google.com2013-08-29
* pdfviewer: code cleanup - add licence on files, make replace __DEFINE__foo wi...Gravatar edisonn@google.com2013-08-21
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...Gravatar robertphillips@google.com2013-08-20
* Split SkDevice out of SkBitmapDeviceGravatar robertphillips@google.com2013-08-20
* pdfviewer: update interface of derived canvas and device, to reflect lastest ...Gravatar edisonn@google.com2013-08-16
* pdfviewer: All NulCanvas (does not draw operations), TrackDevice (trackes wha...Gravatar edisonn@google.com2013-07-22