aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/AAClipTest.cpp
Commit message (Expand)AuthorAge
* IWYU for test files starting with 'A'.Gravatar Ben Wagner2018-03-02
* check for irect with overflow width/heightGravatar Mike Reed2018-01-03
* Move clip CTM application to SkRasterClip and SkClipStackGravatar Brian Salomon2016-10-03
* remove 'deprecated' region from SkDrawGravatar reed2016-04-27
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Unit Tests: eliminate stray SkDebugf()s.Gravatar halcanary2016-02-24
* Fix for rounded-rect clips with filters.Gravatar senorblanco2016-02-02
* Add default ctor to SkMaskGravatar robertphillips2015-12-17
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* remove unused kLCD_MaskFormatGravatar reed2014-11-13
* interesct path bounds with clip bounds before initializing supersamplerGravatar reed2014-10-15
* add tests for large cordinates bounds when building aaclipGravatar reed2014-10-15
* Revert of Revert of allow canvas to force conservative clips (for speed) (pat...Gravatar reed2014-09-09
* Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...Gravatar reed2014-09-09
* Allow SkCanvas to be initialized to force conservative rasterclips. This has ...Gravatar reed2014-09-09
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju...Gravatar reed2014-08-07
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Revert "Revert of add colortable support to imagegenerator (https://coderevie...Gravatar commit-bot@chromium.org2014-05-29
* replace setConfig+allocPixels with alloc-or-install-pixelsGravatar commit-bot@chromium.org2014-02-13
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Add an even more convenient way to declare tests, with example.Gravatar mtklein@google.com2013-09-19
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* My clang now doesn't complain about !"foo".Gravatar mtklein@google.com2013-08-22
* Change random number generator for 'tests' to SkMWCRandom. Also removes some Gravatar jvanverth@google.com2013-03-04
* Tests : Unused parameters cleanupGravatar sugoi@google.com2013-02-27
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Extended Inst counting to find "unknown" leaked object (SkTMaskGamma)Gravatar robertphillips@google.com2012-08-16
* update the nearly_integral calculation to be (a) faster, and (b) to correctlyGravatar reed@google.com2012-05-11
* Addressed more Windows compiler complaint issuesGravatar robertphillips@google.com2012-04-16
* Close a couple of minor memory leaks, add a valgrind suppression file toGravatar tomhudson@google.com2012-03-15
* fix bug and add test for aaclip when blitV is calledGravatar reed@google.com2012-02-29
* aaclip needs to handle paths with holesGravatar reed@google.com2012-02-16
* more rgn==aaclip testsGravatar reed@google.com2011-11-23
* add test that aaclip.setRegion creates the same mask as the regionGravatar mike@reedtribe.org2011-11-23
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* add test for rgn-ops. some disable for now as they don't work (yet)Gravatar reed@google.com2011-10-26
* fix new test to work in fixed-pointGravatar reed@google.com2011-10-26
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26