aboutsummaryrefslogtreecommitdiff
path: root/tests/DrawPathTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow printf style var args for messages in REPORTER_ASSERT.Brian Salomon2018-01-291-2/+2
* don't rely on canvas->readPixelsMike Reed2017-07-211-2/+2
* deprecate odd variants of SkCanvas::readPixelsMike Reed2017-04-171-2/+2
* abstract name of clipping ops, to transtion to a more restricted setreed2016-09-201-1/+1
* switch surface to sk_spreed2016-03-231-10/+9
* Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...reed2016-03-181-4/+4
* Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...reed2016-03-181-4/+4
* switch patheffects over to sk_spreed2016-03-181-4/+4
* Fix radii calculation code to handle large radii.herb2016-01-111-0/+35
* Revert of Fix handling of radii scaling to force the result to always be less...robertphillips2016-01-071-35/+0
* Fix handling of radii scaling to force the result to always be lessherb2016-01-071-0/+35
* handle halfway case in scan convertercaryclark2016-01-041-0/+40
* Reland of change all factories to return their base-class (patchset #1 id:1 o...reed2015-12-211-4/+4
* Revert of change all factories to return their base-class (patchset #1 id:1 o...reed2015-12-201-4/+4
* change all factories to return their base-classreed2015-12-201-4/+4
* Forward declare SkStrokeRec in SkPathEffecthalcanary2015-09-151-0/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32Premulreed2014-12-101-25/+23
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...reed2014-12-091-23/+25
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...reed2014-12-091-25/+23
* Revert "Revert of add colortable support to imagegenerator (https://coderevie...commit-bot@chromium.org2014-05-291-2/+1
* Remove scaleToFit from DashPathEffectcommit-bot@chromium.org2014-03-311-1/+1
* add SkCanvas::NewRaster factory -- a very common use-case in chromecommit-bot@chromium.org2014-02-271-14/+5
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.commit-bot@chromium.org2014-02-201-8/+7
* replace setConfig+allocPixels with alloc-or-install-pixelscommit-bot@chromium.org2014-02-131-16/+5
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsreed@google.com2013-12-171-8/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-4/+2
* promote SkImage::AlphaType to SkAlphaTypereed@google.com2013-09-201-4/+1
* fix state machine so we know simple only loops once, but we can call maprect ...reed@google.com2013-08-281-4/+1
* Revert of r10943.rmistry@google.com2013-08-271-1/+4
* add SkDeviceLooper to handle larger-than-fixedpointreed@google.com2013-08-271-4/+1
* New warning -> new pattern for fingers to learn for asserting failure.mtklein@google.com2013-08-271-2/+2
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-08-271-1/+1
* test drawing large-coord aa rectsreed@google.com2013-08-261-0/+48
* Tests : Unused parameters cleanupsugoi@google.com2013-02-271-16/+16
* add optional cull-rect to patheffects, so they can do less work if their resultsreed@google.com2013-01-241-1/+1
* eliminate all warnings in non-thirdparty code on machumper@google.com2013-01-071-1/+5
* Limit the maximum number of dash segments per pathfmalita@google.com2012-12-171-0/+21
* Use double precision when iterating in SkDashPathEffect::filterPath()fmalita@google.com2012-12-121-0/+23
* Defining new color constat for transparent colorjunov@google.com2012-12-061-1/+1
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-10/+10
* Even when the pts are restricted to 32K values, we can still overflow computingreed@google.com2012-08-061-0/+18
* If we lose precision computing sum of the dash intervals, then we can have thereed@google.com2012-08-061-0/+23
* add test for http://code.google.com/p/chromium/issues/detail?id=131181reed@google.com2012-06-151-0/+49
* fix bug (and add test) for drawing an inverse-path whose bounds do intersectreed@google.com2012-05-011-0/+43
* check for numerical imprecision on phasereed@google.com2012-04-241-0/+15
* fix clamping when we chop a cubicreed@google.com2012-04-161-0/+17
* dd DrawPathTest to gypmike@reedtribe.org2012-04-141-4/+27