aboutsummaryrefslogtreecommitdiffstats
path: root/gm/simpleaaclip.cpp
Commit message (Expand)AuthorAgeFilesLines
* drawText Cleanup, part 2Hal Canary2019-01-091-6/+2
* don't adapt any gray colors to 565Mike Klein2018-08-161-1/+1
* add drawString helper to canvasCary Clark2017-04-281-1/+1
* Revert "Revert "Delete copyTo(Allocator), hide copyTo() behind flag""Matt Sarett2017-04-281-1/+1
* Revert "Delete copyTo(Allocator), hide copyTo() behind flag"Matt Sarett2017-04-271-1/+1
* Delete copyTo(Allocator), hide copyTo() behind flagMatt Sarett2017-04-271-1/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-10/+10
* Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"Mike Reed2016-12-091-10/+10
* remove SK_SUPPORT_LEGACY_CLIP_REGIONOPSMike Reed2016-12-081-10/+10
* allow clip calls w/o op param, remove unnecessary kReplace opsreed2016-09-211-2/+2
* abstract name of clipping ops, to transtion to a more restricted setreed2016-09-201-13/+13
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-2/+2
* IWYU: 'core' target, files starting A-C.bungeman2015-08-051-2/+2
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed2015-08-041-2/+2
* IWYU: 'core' target, files starting A-C.bungeman2015-08-041-2/+2
* make tests portable by using 565 compatible colorscaryclark2015-07-291-1/+1
* rename portable_typeface_always to portable_typefacecaryclark2015-07-241-1/+1
* Fix up -Winconsistent-missing-overridemtklein2015-07-131-3/+3
* Revert of Revert of make gm background colors 565 compatible (patchset #1 id:...caryclark2015-06-151-2/+2
* Revert of make gm background colors 565 compatible (patchset #2 id:20001 of h...caryclark2015-06-151-2/+2
* make gm background colors 565 compatiblecaryclark2015-06-151-2/+2
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-1/+1
* fuzzer fixescaryclark2015-02-251-1/+3
* Add standard fonts to all GMs.Cary Clark2014-07-311-0/+1
* Add always-threaded SkRecord quilt tests.mtklein2014-07-071-4/+0
* 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
* Offer single-param version of deepCopyTo -- much easier to migrate to colortypescommit-bot@chromium.org2014-02-201-1/+1
* replace SkBitmap::Config with SkColorType in gmscommit-bot@chromium.org2014-02-171-3/+1
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-4/+4
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2012-12-151-1/+1
* use DEF_GMreed@google.com2012-12-141-14/+4
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-10/+10
* Translated clip GMs to increase stabilityrobertphillips@google.com2012-08-021-4/+4
* Fixed simpleaaclip gm - it wasn't showing xor caserobertphillips@google.com2012-07-171-4/+7
* Converted AAClips SampleApp slide to GM:simpleaacliprobertphillips@google.com2012-05-221-0/+209