aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawPathTest.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "IWYU for tests starting with 'D'.""Gravatar Ben Wagner2018-05-22
* Revert "IWYU for tests starting with 'D'."Gravatar Mike Klein2018-05-22
* IWYU for tests starting with 'D'.Gravatar Ben Wagner2018-05-21
* Allow printf style var args for messages in REPORTER_ASSERT.Gravatar Brian Salomon2018-01-29
* don't rely on canvas->readPixelsGravatar Mike Reed2017-07-21
* deprecate odd variants of SkCanvas::readPixelsGravatar Mike Reed2017-04-17
* abstract name of clipping ops, to transtion to a more restricted setGravatar reed2016-09-20
* switch surface to sk_spGravatar reed2016-03-23
* Reland of "switch patheffects over to sk_sp (patchset #5 id:80001 of https://...Gravatar reed2016-03-18
* Revert of switch patheffects over to sk_sp (patchset #5 id:80001 of https://c...Gravatar reed2016-03-18
* switch patheffects over to sk_spGravatar reed2016-03-18
* Fix radii calculation code to handle large radii.Gravatar herb2016-01-11
* Revert of Fix handling of radii scaling to force the result to always be less...Gravatar robertphillips2016-01-07
* Fix handling of radii scaling to force the result to always be lessGravatar herb2016-01-07
* handle halfway case in scan converterGravatar caryclark2016-01-04
* Reland of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-21
* Revert of change all factories to return their base-class (patchset #1 id:1 o...Gravatar reed2015-12-20
* change all factories to return their base-classGravatar reed2015-12-20
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Remove canvas::NewRaster, and rename surface::NewRasterPMColor to N32PremulGravatar reed2014-12-10
* Revert of remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMCol...Gravatar reed2014-12-09
* remove (dumb) canvas::NewRaster, and rename surface::NewRasterPMColor to N32P...Gravatar reed2014-12-09
* Revert "Revert of add colortable support to imagegenerator (https://coderevie...Gravatar commit-bot@chromium.org2014-05-29
* Remove scaleToFit from DashPathEffectGravatar commit-bot@chromium.org2014-03-31
* add SkCanvas::NewRaster factory -- a very common use-case in chromeGravatar commit-bot@chromium.org2014-02-27
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* 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 SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* promote SkImage::AlphaType to SkAlphaTypeGravatar reed@google.com2013-09-20
* fix state machine so we know simple only loops once, but we can call maprect ...Gravatar reed@google.com2013-08-28
* Revert of r10943.Gravatar rmistry@google.com2013-08-27
* add SkDeviceLooper to handle larger-than-fixedpointGravatar reed@google.com2013-08-27
* New warning -> new pattern for fingers to learn for asserting failure.Gravatar mtklein@google.com2013-08-27
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-27
* test drawing large-coord aa rectsGravatar reed@google.com2013-08-26
* Tests : Unused parameters cleanupGravatar sugoi@google.com2013-02-27
* add optional cull-rect to patheffects, so they can do less work if their resultsGravatar reed@google.com2013-01-24
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-07
* Limit the maximum number of dash segments per pathGravatar fmalita@google.com2012-12-17
* Use double precision when iterating in SkDashPathEffect::filterPath()Gravatar fmalita@google.com2012-12-12
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Even when the pts are restricted to 32K values, we can still overflow computingGravatar reed@google.com2012-08-06
* If we lose precision computing sum of the dash intervals, then we can have theGravatar reed@google.com2012-08-06
* add test for http://code.google.com/p/chromium/issues/detail?id=131181Gravatar reed@google.com2012-06-15
* fix bug (and add test) for drawing an inverse-path whose bounds do intersectGravatar reed@google.com2012-05-01