aboutsummaryrefslogtreecommitdiffstats
path: root/samplecode/SampleComplexClip.cpp
Commit message (Expand)AuthorAgeFilesLines
* add drawString helper to canvasCary Clark2017-04-281-3/+3
* change SkClipOp to a class enumMike Reed2016-12-121-0/+2
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-7/+7
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-7/+7
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSMike Reed2016-12-081-7/+7
* abstract name of clipping ops, to transtion to a more restricted setreed2016-09-201-7/+7
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* fix more 64bit warningsreed@google.com2014-01-271-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org2011-05-191-1/+1
* remove some dead code in pipesreed@google.com2011-05-111-4/+0
* update to SampleViewreed@google.com2011-05-051-8/+4
* Add complex clip gm sample and cleanup unused headers/code in SampleComplexClipbsalomon@google.com2011-03-101-27/+1
* Fix inverse scanconversion -- be sure to keep our calls to SkBlitter in scanlinereed@google.com2011-03-021-6/+6
* Sample that exercises complex clipping variations.bsalomon@google.com2011-03-021-0/+181