aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecorder.h
Commit message (Expand)AuthorAge
...
* add drawImageNineGravatar reed2015-06-25
* add SkCanvas::drawAtlasGravatar reed2015-06-24
* Remove the SkCanvas comment APIGravatar fmalita2015-06-15
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-19
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar mtklein2015-05-18
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-18
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar reed2015-05-07
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-07
* O(1) SkPictureUtils::ApproxBytesUsed()Gravatar mtklein2015-04-21
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-08
* Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://co...Gravatar mtklein2015-04-07
* SkCanvas::resetForNextPicture()Gravatar mtklein2015-04-07
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...Gravatar reed2015-02-06
* rename SkCanvasDrawable to SkDrawable, and make publicGravatar reed2015-02-06
* 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
* Remove SkCanvas::isDrawingToLayerGravatar junov2014-12-15
* Cull pushCull and popCull from Skia.Gravatar mtklein2014-12-12
* Remove SkCanvas::drawBitmapMatrix()Gravatar Florin Malita2014-12-10
* 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
* option to return drawable from recordingGravatar reed2014-11-24
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-11-21
* 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
* wip for drawablesGravatar reed2014-11-18
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* 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
* Implement all SkCanvas overrides that SkPictureRecord does.Gravatar mtklein2014-09-04
* SkTextBlob plumbingGravatar fmalita2014-08-26
* Support comment groups in SkRecord.Gravatar mtklein2014-08-22
* SkTextBlobGravatar fmalita2014-08-21
* 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