aboutsummaryrefslogtreecommitdiff
path: root/tests/AAClipTest.cpp
AgeCommit message (Expand)Author
2016-10-03Move clip CTM application to SkRasterClip and SkClipStackBrian Salomon
2016-04-27remove 'deprecated' region from SkDrawreed
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-02-24Unit Tests: eliminate stray SkDebugf()s.halcanary
2016-02-02Fix for rounded-rect clips with filters.senorblanco
2015-12-17Add default ctor to SkMaskrobertphillips
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-05IWYU: 'core' target, files starting A-C.bungeman
2015-08-04Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed
2015-08-04IWYU: 'core' target, files starting A-C.bungeman
2014-11-13remove unused kLCD_MaskFormatreed
2014-10-15interesct path bounds with clip bounds before initializing supersamplerreed
2014-10-15add tests for large cordinates bounds when building aaclipreed
2014-09-09Revert of Revert of allow canvas to force conservative clips (for speed) (pat...reed
2014-09-09Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...reed
2014-09-09Allow SkCanvas to be initialized to force conservative rasterclips. This has ...reed
2014-08-07add isRect() check to AAClip, to detect if a soft-clip is really just an irectreed
2014-08-07Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju...reed
2014-08-07add isRect() check to AAClip, to detect if a soft-clip is really just an irectreed
2014-05-29Revert "Revert of add colortable support to imagegenerator (https://coderevie...commit-bot@chromium.org
2014-02-13replace setConfig+allocPixels with alloc-or-install-pixelscommit-bot@chromium.org
2014-01-24Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org
2014-01-14Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org
2013-11-25remove SkFloatToScalar macrocommit-bot@chromium.org
2013-09-19Add an even more convenient way to declare tests, with example.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-08-22My clang now doesn't complain about !"foo".mtklein@google.com
2013-03-04Change random number generator for 'tests' to SkMWCRandom. Also removes some jvanverth@google.com
2013-02-27Tests : Unused parameters cleanupsugoi@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-16Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)robertphillips@google.com
2012-05-11update the nearly_integral calculation to be (a) faster, and (b) to correctlyreed@google.com
2012-04-16Addressed more Windows compiler complaint issuesrobertphillips@google.com
2012-03-15Close a couple of minor memory leaks, add a valgrind suppression file totomhudson@google.com
2012-02-29fix bug and add test for aaclip when blitV is calledreed@google.com
2012-02-16aaclip needs to handle paths with holesreed@google.com
2011-11-23more rgn==aaclip testsreed@google.com
2011-11-23add test that aaclip.setRegion creates the same mask as the regionmike@reedtribe.org
2011-10-27now we trim the aaclip after building it, to ensure that it has tight boundsreed@google.com
2011-10-26add test for rgn-ops. some disable for now as they don't work (yet)reed@google.com
2011-10-26fix new test to work in fixed-pointreed@google.com
2011-10-26add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topreed@google.com