aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
Commit message (Expand)AuthorAge
* Very tiny paths are subsumed by the ConvexicatorGravatar caryclark2015-07-14
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* simplify RawIter - don't return a pt in kCloseGravatar reed2015-05-27
* change isNestedRect to isNestedFillRectGravatar caryclark2015-04-08
* add double precision convex testGravatar caryclark2015-03-02
* treat backwards quads as not convexGravatar caryclark2015-03-02
* Reset conicWeights in SkPath::consumeDegenerateSegments when rewinding to las...Gravatar robertphillips2015-02-23
* Fix broken build due to updated #defineGravatar djsollen2015-02-17
* Remove android specific srcPath from SkPathGravatar djsollen2015-02-17
* check for nonfinites in rrectsGravatar reed2015-02-10
* use conics for arcToGravatar reed2015-02-09
* remove dead SkPersp macrosGravatar reed2015-01-20
* Remove SkPath::asRectGravatar robertphillips2015-01-05
* Cleanup isRect variantsGravatar robertphillips2015-01-05
* Fix bound returned by SkPath::isRect when the path contains a trailing moveToGravatar robertphillips2014-12-29
* use conicsGravatar reed2014-12-17
* Fix rrects that are large enough that we lose/gain a bit when we add the radi...Gravatar reed2014-12-15
* Even more win64 warning fixesGravatar bsalomon2014-12-12
* 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
* add convexity logic and tests for scalar max, Inf, and NaNGravatar caryclark2014-12-08
* Fix yet another convexicator issueGravatar robertphillips2014-11-17
* Don't pass null to memcmp.Gravatar mtklein2014-11-14
* add float equivalent in dumpHex output as commentGravatar caryclark2014-10-23
* Fix convexicator bugGravatar robertphillips2014-09-16
* add dumpHex() option to SkPathGravatar caryclark2014-09-15
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Add dirty_after_edit to SkPath::moveTo. Add commented out test case that trig...Gravatar bsalomon2014-08-28
* Fallback to moveTo when unable to find the first tangent in cubicToGravatar piotaixr2014-08-26
* add path dump testGravatar caryclark2014-06-24
* In convexity checker don't advance last vector when x-product isn't significant.Gravatar commit-bot@chromium.org2014-05-22
* add rounding-using-doubles methods on SkScalar and SkRectGravatar commit-bot@chromium.org2014-05-05
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-02-12
* Adding new 'extend' mode to SkPath::addPathGravatar commit-bot@chromium.org2014-02-11
* fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::as...Gravatar commit-bot@chromium.org2014-02-11
* add alternative to isRect named asRectGravatar commit-bot@chromium.org2014-01-25
* Cleanup: Sanitize the order of includes under tests/Gravatar tfarina@chromium.org2014-01-24
* change isRect to return true for 3-sided rectangular pathsGravatar commit-bot@chromium.org2014-01-15
* Move macros from TestClassDef.h to Test.hGravatar commit-bot@chromium.org2014-01-14
* Convert SkWriter32 to use an SkTDArray for its internal storage.Gravatar commit-bot@chromium.org2014-01-14
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* Improved SkPathRef interface securityGravatar robertphillips@google.com2013-12-13
* Move segment mask from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-12
* Use DEFINE_TESTCLASS_SHORT macro in tests.Gravatar tfarina@chromium.org2013-12-12
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-04
* Fix for SkPathRef::CreateTransformedCopy bugGravatar robertphillips@google.com2013-12-03
* Move fIsOval from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-03
* Revert of r12450 (Move fIsOval from SkPath to SkPathRef)Gravatar robertphillips@google.com2013-12-03
* Move fIsOval from SkPath to SkPathRefGravatar robertphillips@google.com2013-12-02