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
*
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