aboutsummaryrefslogtreecommitdiffstats
path: root/gm/drawlooper.cpp
Commit message (Expand)AuthorAgeFilesLines
* use drawString with fontMike Reed2019-01-071-3/+3
* don't adapt any gray colors to 565Mike Klein2018-08-161-1/+1
* hide SkBlurMaskFilter and SkBlurQualityMike Reed2018-03-141-2/+2
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* hide trivial helpers on canvasMike Reed2017-02-221-8/+3
* remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAMMike Reed2016-11-031-1/+1
* remove xfermode from public apiMike Reed2016-10-281-1/+1
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-1/+1
* switch maskfilters to sk_spreed2016-04-041-3/+2
* guard rasterizer and drawlooper settersreed2016-03-211-6/+2
* Use DEF_GM everywherescroggo2015-12-101-2/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...caryclark2015-06-151-1/+1
* Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...caryclark2015-06-151-1/+1
* make gm background colors 565 compatiblecaryclark2015-06-151-1/+1
* make drawlooper portablecaryclark2015-06-121-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* Add missing SK_OVERRIDErmistry2015-02-021-1/+1
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-2/+2
* Add standard fonts to all GMs.Cary Clark2014-07-311-0/+1
* Add always-threaded SkRecord quilt tests.mtklein2014-07-071-4/+0
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* move common blur types into central headercommit-bot@chromium.org2014-04-281-1/+1
* Make sure SkDrawLooper objects can only be allocated on the heap.commit-bot@chromium.org2014-04-151-2/+3
* try to deprecate fFlagsMask from SkLayerDrawLooperreed@google.com2014-02-271-2/+1
* Push sigma-based blur interface into our GMs/benches/tests/samplecoderobertphillips@google.com2013-09-061-6/+7
* 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-5/+5
* fix LayerDrawLooper to record its fFlagsMaskreed@google.com2012-07-311-0/+102