aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.cpp
Commit message (Expand)AuthorAge
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* 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
* Implement all SkCanvas overrides that SkPictureRecord does.Gravatar mtklein2014-09-04
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* SkTextBlobGravatar fmalita2014-08-21
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Dump out more information if this assert fails.Gravatar mtklein2014-08-20
* Record concat as setMatrix.Gravatar mtklein2014-08-19
* SkRecordDraw: incorporate clip into BBHGravatar mtklein2014-08-15
* Start tracking the CTM while filling the BBH in SkRecordDraw.Gravatar mtklein2014-08-13
* SkCanvas::drawPatch param SkPoint[12]Gravatar dandov2014-08-12
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* change drawPicture in SkRecord to just ref the pictureGravatar reed2014-08-07
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07
* SaveFlags be-goneGravatar Florin Malita2014-06-30
* Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.Gravatar mtklein2014-06-17