aboutsummaryrefslogtreecommitdiffstats
path: root/gm/complexclip.cpp
Commit message (Expand)AuthorAgeFilesLines
* use font instead of paintMike Reed2018-12-151-9/+9
* clean up to more modeern conventionsMike Reed2018-08-171-40/+28
* complexclip gm to clip when saving layer with bounds.Ben Wagner2018-05-091-0/+1
* add drawString helper to canvasCary Clark2017-04-281-4/+3
* GM: some header cleanupMike Klein2017-03-221-0/+1
* change SkClipOp to a class enumMike Reed2016-12-121-2/+1
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-6/+6
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-6/+6
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSMike Reed2016-12-081-6/+6
* allow clip calls w/o op param, remove unnecessary kReplace opsreed2016-09-211-1/+1
* abstract name of clipping ops, to transtion to a more restricted setreed2016-09-201-8/+8
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-4/+4
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-9/+8
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* update complexclip to portablecaryclark2015-06-121-2/+2
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-1/+1
* add inverted path draw cases to complexclip gmbsalomon2014-12-171-20/+33
* use platform-independent font for gmcaryclark2014-06-231-0/+1
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-4/+4
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-3/+3
* Fixed calling SkIntToScalar on a float errorrobertphillips@google.com2012-07-131-2/+2
* Improved clarity of complexclip GMrobertphillips@google.com2012-07-131-6/+15
* Altered complexclip GM to test out saveLayer w/ a bound and clippingrobertphillips@google.com2012-07-121-4/+29
* change to complexclip_bw and complexclip_aa, adding more combinations as wellreed@google.com2011-12-081-50/+58
* Import all GMs as Samples.bsalomon@google.com2011-10-311-5/+1
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* Add complex clip gm sample and cleanup unused headers/code in SampleComplexClipbsalomon@google.com2011-03-101-0/+152