index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
complexclip.cpp
Commit message (
Expand
)
Author
Age
*
complexclip gm to clip when saving layer with bounds.
Ben Wagner
2018-05-09
*
add drawString helper to canvas
Cary Clark
2017-04-28
*
GM: some header cleanup
Mike Klein
2017-03-22
*
change SkClipOp to a class enum
Mike Reed
2016-12-12
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
*
allow clip calls w/o op param, remove unnecessary kReplace ops
reed
2016-09-21
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
rename portable_typeface_always to portable_typeface
caryclark
2015-07-24
*
update complexclip to portable
caryclark
2015-06-12
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
add inverted path draw cases to complexclip gm
bsalomon
2014-12-17
*
use platform-independent font for gm
caryclark
2014-06-23
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fixed calling SkIntToScalar on a float error
robertphillips@google.com
2012-07-13
*
Improved clarity of complexclip GM
robertphillips@google.com
2012-07-13
*
Altered complexclip GM to test out saveLayer w/ a bound and clipping
robertphillips@google.com
2012-07-12
*
change to complexclip_bw and complexclip_aa, adding more combinations as well
reed@google.com
2011-12-08
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Add complex clip gm sample and cleanup unused headers/code in SampleComplexClip
bsalomon@google.com
2011-03-10