aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PathTest.cpp
Commit message (Expand)AuthorAge
...
* explicitly track if a path is finite or notGravatar reed@google.com2012-07-26
* Handle convex paths with degeneracies in cheap direction computationGravatar bsalomon@google.com2012-07-10
* Really fix the build.Gravatar schenney@chromium.org2012-06-13
* Speculative build fix. Tests do not fail locally.Gravatar schenney@chromium.org2012-06-13
* Fix the problem of rendering closePath not properly after a moveTo call inGravatar schenney@chromium.org2012-06-13
* Rename the existing flatten(void*) methods.Gravatar djsollen@google.com2012-06-08
* Add SkPath::getVerbs/countVerbsGravatar bsalomon@google.com2012-06-07
* fix warnings on Mac in testsGravatar caryclark@google.com2012-06-06
* Windows compiler complaint cleanupGravatar robertphillips@google.com2012-05-31
* addPoly() entry-point, to quickly add MoveTo+N*LineTo (useful in dashing)Gravatar reed@google.com2012-05-29
* Detect when the caller was hairline AND strokeandfill, and resolve that into ...Gravatar reed@google.com2012-05-29
* add SkPath::isLine(), similar to isRect()Gravatar reed@google.com2012-05-10
* Track oval in SkPathGravatar bsalomon@google.com2012-04-18
* Revert r3705 for fixed pt failures. Gravatar bsalomon@google.com2012-04-17
* track oval in SkPathGravatar bsalomon@google.com2012-04-17
* misc fixesGravatar bsalomon@google.com2012-04-10
* Fixing Windows compiler complaintsGravatar robertphillips@google.com2012-04-06
* Fix line endings.Gravatar bsalomon@google.com2012-02-23
* Turn off test in fixed pt build.Gravatar bsalomon@google.com2012-02-17
* 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