aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
Commit message (Expand)AuthorAge
...
* Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...Gravatar bsalomon@google.com2012-02-17
* add additional tests for path direction with multiple pts on y-maxGravatar reed@google.com2012-01-31
* use contour with global ymax to determine directionGravatar reed@google.com2012-01-30
* automatically inject a moveTo if we see a close followed by a line/quad/cubicGravatar reed@google.com2012-01-12
* reenable direction test, fix handling of degenerate segments in the non-conve...Gravatar reed@google.com2012-01-11
* disable test until I can fix itGravatar reed@google.com2012-01-11
* use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed)Gravatar reed@google.com2012-01-10
* add gm for reverseAddPathGravatar reed@google.com2012-01-10
* Add the ability to iterate through a path without modification. This change isGravatar schenney@chromium.org2012-01-04
* Fixing PathTest. It was always broken in the convexity test code dueGravatar schenney@chromium.org2011-12-20
* Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of...Gravatar schenney@chromium.org2011-12-20
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* fix autobounds dude to call a custom version of rect.join that doesn't ignoreGravatar reed@google.com2011-11-14
* add test for bounds (disabled as it fails)Gravatar reed@google.com2011-11-14
* add tests for flatten, unflatten and transformGravatar reed@google.com2011-09-21
* add segment types query to SkPath (i.e. does it have any quads)Gravatar reed@google.com2011-09-21
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* Fix initialization of variables; eliminates warnings on Linux.Gravatar tomhudson@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Add functionality for isRect() to SkPath.Gravatar caryclark@google.com2011-07-26
* Fix path iter returned pt on close, test path close pt in unit test.Gravatar bsalomon@google.com2011-07-13
* fix PathTest for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-18
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* Change getConvexity() to now compute it if the value is set to kUnkown.Gravatar reed@google.com2011-05-16
* detect more than one loop in computeconvexityGravatar reed@google.com2011-05-15
* migrate more tests from GrPath.cppGravatar reed@google.com2011-05-15
* add Convexity enum to SkPathGravatar reed@google.com2011-05-15
* clear the convex-hint in reset() and rewind(), to match its state in a newlyGravatar reed@google.com2011-02-07
* add Make to SkTSizeGravatar reed@android.com2010-02-11
* add isConvex() hit to SkPath, to be used to speed up fills and openglGravatar reed@android.com2009-06-03
* cleanup formating (e.g. no trailing spaces)Gravatar reed@android.com2009-04-02
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* add initial unittests for PathGravatar reed@android.com2009-03-02