index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPath.cpp
Commit message (
Expand
)
Author
Age
...
*
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
*
remove unused and untested SkPath::subdivide()
reed@google.com
2011-06-28
*
fix exceeds_dist: don't double the loop counter (the caller has done that)
reed@google.com
2011-06-28
*
Increase use of SkMatrix::hasPerspective(), merge in has_perspective().
tomhudson@google.com
2011-06-06
*
Change getConvexity() to now compute it if the value is set to kUnkown.
reed@google.com
2011-05-16
*
clean up sign detection code in computeconvexity
reed@google.com
2011-05-16
*
detect more than one loop in computeconvexity
reed@google.com
2011-05-15
*
add Convexity enum to SkPath
reed@google.com
2011-05-15
*
devolve flattening parameters to their base classes
reed@google.com
2011-04-25
*
Upstream android changes.
djsollen@google.com
2011-04-15
*
clear the convex-hint in reset() and rewind(), to match its state in a newly
reed@google.com
2011-02-07
*
detect empty/inverted rect before using autobounds helper (as with prev. rev.)
reed@google.com
2011-01-18
*
don't use SkAutoPathBoundsUpdate until after we've checked for degenerate
reed@google.com
2011-01-18
*
SkPath::arcTo() will cause uninitialized memory reads in the following cases:
senorblanco@chromium.org
2010-10-13
*
add copysign for ints and floats
reed@android.com
2010-02-09
*
add countPoints() and getPoint()
reed@android.com
2010-02-09
*
initial checkin for visualstudio build support
reed@android.com
2009-12-16
*
fix winding bug in lineclipper
reed@android.com
2009-11-23
*
fix validate() to note that an empty path can (by side-effect) have an empty but
reed@android.com
2009-08-11
*
fix NaN in path iterator
reed@android.com
2009-07-22
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05
*
add isConvex() hit to SkPath, to be used to speed up fills and opengl
reed@android.com
2009-06-03
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
use static_cast
reed@android.com
2009-03-23
*
check for NaN in path iterator (otherwise we have an infinite loop)
reed@android.com
2009-03-20
*
promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rect
reed@android.com
2009-03-19
*
add initial unittests for Path
reed@android.com
2009-03-02
*
grab from latest android
reed@android.com
2008-12-17
[prev]