aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawPathTest.cpp
Commit message (Expand)AuthorAge
* 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
* check for numerical imprecision on phaseGravatar reed@google.com2012-04-24
* fix clamping when we chop a cubicGravatar reed@google.com2012-04-16
* dd DrawPathTest to gypGravatar mike@reedtribe.org2012-04-14
* always allocate (only) the width of the clip for the AA row, since it willGravatar reed@google.com2012-02-23