index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PathTest.cpp
Commit message (
Expand
)
Author
Age
*
add SkPath::isLine(), similar to isRect()
reed@google.com
2012-05-10
*
Track oval in SkPath
bsalomon@google.com
2012-04-18
*
Revert r3705 for fixed pt failures.
bsalomon@google.com
2012-04-17
*
track oval in SkPath
bsalomon@google.com
2012-04-17
*
misc fixes
bsalomon@google.com
2012-04-10
*
Fixing Windows compiler complaints
robertphillips@google.com
2012-04-06
*
Fix line endings.
bsalomon@google.com
2012-02-23
*
Turn off test in fixed pt build.
bsalomon@google.com
2012-02-17
*
Make cross_prod used in SkPath::cheapComputeDirection fallback to double comp...
bsalomon@google.com
2012-02-17
*
add additional tests for path direction with multiple pts on y-max
reed@google.com
2012-01-31
*
use contour with global ymax to determine direction
reed@google.com
2012-01-30
*
automatically inject a moveTo if we see a close followed by a line/quad/cubic
reed@google.com
2012-01-12
*
reenable direction test, fix handling of degenerate segments in the non-conve...
reed@google.com
2012-01-11
*
disable test until I can fix it
reed@google.com
2012-01-11
*
use SkIntToScalar(10) instead of 10 for parameters (for scalar==fixed)
reed@google.com
2012-01-10
*
add gm for reverseAddPath
reed@google.com
2012-01-10
*
Add the ability to iterate through a path without modification. This change is
schenney@chromium.org
2012-01-04
*
Fixing PathTest. It was always broken in the convexity test code due
schenney@chromium.org
2011-12-20
*
Fixing the build for FIXED tests. PathTest was incorrect using "1" instead of...
schenney@chromium.org
2011-12-20
*
Modifying SkPath to store all verbs provided by the user, and to give
schenney@chromium.org
2011-12-20
*
fix autobounds dude to call a custom version of rect.join that doesn't ignore
reed@google.com
2011-11-14
*
add test for bounds (disabled as it fails)
reed@google.com
2011-11-14
*
add tests for flatten, unflatten and transform
reed@google.com
2011-09-21
*
add segment types query to SkPath (i.e. does it have any quads)
reed@google.com
2011-09-21
*
add SkPoint::CanNormalize to unify decisions about when a vector is degenerate
reed@google.com
2011-09-07
*
Fix initialization of variables; eliminates warnings on Linux.
tomhudson@google.com
2011-07-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Add functionality for isRect() to SkPath.
caryclark@google.com
2011-07-26
*
Fix path iter returned pt on close, test path close pt in unit test.
bsalomon@google.com
2011-07-13
*
fix PathTest for SKIA_SCALAR=fixed
epoger@google.com
2011-05-18
*
get tests closer to passing for SKIA_SCALAR=fixed
epoger@google.com
2011-05-17
*
Change getConvexity() to now compute it if the value is set to kUnkown.
reed@google.com
2011-05-16
*
detect more than one loop in computeconvexity
reed@google.com
2011-05-15
*
migrate more tests from GrPath.cpp
reed@google.com
2011-05-15
*
add Convexity enum to SkPath
reed@google.com
2011-05-15
*
clear the convex-hint in reset() and rewind(), to match its state in a newly
reed@google.com
2011-02-07
*
add Make to SkTSize
reed@android.com
2010-02-11
*
add isConvex() hit to SkPath, to be used to speed up fills and opengl
reed@android.com
2009-06-03
*
cleanup formating (e.g. no trailing spaces)
reed@android.com
2009-04-02
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
add initial unittests for Path
reed@android.com
2009-03-02