aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/distantclip.cpp
Commit message (Expand)AuthorAge
* move files out of private, and fix up callers to IWYUGravatar Mike Reed2017-05-16
* allow clip calls w/o op param, remove unnecessary kReplace opsGravatar reed2016-09-21
* abstract name of clipping ops, to transtion to a more restricted setGravatar reed2016-09-20
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* return pictures as sk_spGravatar reed2016-03-18
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-09-18
* fixed compiler complaintsGravatar robertphillips@google.com2012-09-17
* Fix picture refcnt bug in distantclip gm. Unreviewed.Gravatar rileya@google.com2012-09-14
* Add gm to test SkRegion/clipPath bug.Gravatar rileya@google.com2012-09-14