aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkCanvas.h
Commit message (Expand)AuthorAge
* Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...Gravatar reed2015-01-05
* Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...Gravatar reed2015-01-05
* move remaining virtual draw methods to onDrawGravatar reed2015-01-04
* remove unused drawDataGravatar reed2015-01-02
* add private flag for sprite-as-bitmapGravatar reed2014-12-22
* add testing flag to ignore saveLayer boundsGravatar reed2014-12-22
* removed dead SK_SUPPORT_LEGACY_DRAWTEXT_VIRTUAL codeGravatar reed2014-12-21
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Defer saves() until they're neededGravatar reed2014-12-11
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* clear() is now an alias for drawPaint, so remove its virtualGravatar reed2014-12-05
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()Gravatar fmalita2014-11-20
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* Enable unused param checking for public includes.Gravatar djsollen2014-11-14
* rename filterTextFlags to disableLCDGravatar reed2014-11-13
* experimentalGravatar reed2014-11-11
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Turn SkCanvasStateUtils into a class with static functions.Gravatar tfarina2014-10-10
* Add doc on SkCanvas::drawImage*() methodsGravatar piotaixr2014-09-25
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-24
* Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...Gravatar borenet2014-09-24
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-23
* Introduce Props to surface (patchset #27 id:520001 of https://codereview.chro...Gravatar reed2014-09-22
* Revert of introduce Props to surface (patchset #27 id:520001 of https://coder...Gravatar reed2014-09-21
* introduce Props to surface (work in progress)Gravatar reed2014-09-21
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* add SK_API to forward declare in canvas.hGravatar reed2014-09-04
* remove getTotalClipAsPath, privatize getTotalClipGravatar reed2014-09-04
* SkTextBlobGravatar fmalita2014-08-21
* remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPEGravatar reed2014-08-21
* Start tracking the CTM while filling the BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* Revert of Revert of remove (now unneeded) legacy onDrawPicture variant (https...Gravatar reed2014-08-11
* Revert of remove (now unneeded) legacy onDrawPicture variant (https://coderev...Gravatar reed2014-08-10
* remove (now unneeded) legacy onDrawPicture variantGravatar reed2014-08-10
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* add dummy onDrawPicture to allow migration for chrome overridesGravatar reed2014-08-08
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07