aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkRecordDraw.cpp
Commit message (Expand)AuthorAge
* SkRecord: infer return type for visit() and mutate().Gravatar mtklein2016-03-22
* Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...Gravatar reed2016-03-04
* Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...Gravatar reed2016-03-03
* move annotations to canvas virtualGravatar reed2016-03-03
* Revert[2] of "add backdrop option to SaveLayerRec"Gravatar reed2016-01-07
* Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of http...Gravatar reed2016-01-07
* add backdrop option to SaveLayerRecGravatar reed2016-01-07
* change signature for virtual related to saveLayer, passing SaveLayerRecGravatar reed2015-12-18
* Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...Gravatar reed2015-12-16
* Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...Gravatar reed2015-12-16
* remove drawSprite from canvasGravatar reed2015-12-16
* Fix filter primitive bounds computations.Gravatar senorblanco2015-12-09
* fix a couple flaky nonnull attribute ubsan warningsGravatar mtklein2015-12-09
* Record concat as Concat.Gravatar mtklein2015-11-19
* SkRecord refactor: fill bounds array instead of BBH directlyGravatar mtklein2015-10-24
* simplify code in SkRecords.hGravatar mtklein2015-09-28
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* Fixing src rect constraint support for drawImage with SkPictureGravatar junov2015-07-27
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* add matrix options to drawDrawableGravatar reed2015-07-07
* Add support for drawBitmapRect() to SkMiniRecorder.Gravatar mtklein2015-07-01
* 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
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-06
* Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...Gravatar joshualitt2015-03-05
* Update SkPicture cull rects with RTree informationGravatar schenney2015-03-05
* Simplify SkBBH::insert APIGravatar mtklein2015-02-10
* 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
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-07
* Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...Gravatar reed2015-01-06
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-06
* Clean up dead clear() code in SkRecord.Gravatar mtklein2015-01-05
* remove unused drawDataGravatar reed2015-01-02
* Fix computation of bound in FillBounds::updateSaveBoundsGravatar robertphillips2014-12-30
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...Gravatar robertphillips2014-12-16
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Use SkPaint::getFontBounds() for text bounding boxes in pictures. (...Gravatar mtklein2014-12-16
* Use SkPaint::getFontBounds() for text bounding boxes in pictures.Gravatar mtklein2014-12-16