summaryrefslogtreecommitdiff
path: root/core/SkPath.cpp
AgeCommit message (Expand)Author
2011-04-15Upstream android changes.djsollen@google.com
2011-02-07clear the convex-hint in reset() and rewind(), to match its state in a newlyreed@google.com
2011-01-18detect empty/inverted rect before using autobounds helper (as with prev. rev.)reed@google.com
2011-01-18don't use SkAutoPathBoundsUpdate until after we've checked for degeneratereed@google.com
2010-10-13SkPath::arcTo() will cause uninitialized memory reads in the following cases:senorblanco@chromium.org
2010-02-09add copysign for ints and floatsreed@android.com
2010-02-09add countPoints() and getPoint()reed@android.com
2009-12-16initial checkin for visualstudio build supportreed@android.com
2009-11-23fix winding bug in lineclipperreed@android.com
2009-08-11fix validate() to note that an empty path can (by side-effect) have an empty butreed@android.com
2009-07-22fix NaN in path iteratorreed@android.com
2009-06-05add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")reed@android.com
2009-06-03add isConvex() hit to SkPath, to be used to speed up fills and openglreed@android.com
2009-04-01API change: SkPath computeBounds -> getBoundsreed@android.com
2009-03-23use static_castreed@android.com
2009-03-20check for NaN in path iterator (otherwise we have an infinite loop)reed@android.com
2009-03-19promote SkMask's rowBytes to 32bits, since its bounds is a 32bit rectreed@android.com
2009-03-02add initial unittests for Pathreed@android.com
2008-12-17grab from latest androidreed@android.com