aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleComplexClip.cpp
AgeCommit message (Expand)Author
2018-08-09Move Views into Sample and Viewer.Ben Wagner
2017-04-28add drawString helper to canvasCary Clark
2016-12-12change SkClipOp to a class enumMike Reed
2016-12-09Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed
2016-12-09Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed
2016-12-08remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSMike Reed
2016-09-20abstract name of clipping ops, to transtion to a more restricted setreed
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2014-01-27fix more 64bit warningsreed@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-05-19The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org
2011-05-11remove some dead code in pipesreed@google.com
2011-05-05update to SampleViewreed@google.com
2011-03-10Add complex clip gm sample and cleanup unused headers/code in SampleComplexClipbsalomon@google.com
2011-03-02Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlinereed@google.com
2011-03-02Sample that exercises complex clipping variations.bsalomon@google.com