index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkPath.h
Commit message (
Expand
)
Author
Age
*
Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.
schenney@chromium.org
2012-01-18
*
automatically inject a moveTo if we see a close followed by a line/quad/cubic
reed@google.com
2012-01-12
*
add SkPath::cheapComputeDirection() plus unittests
reed@google.com
2012-01-10
*
add SkPath::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
*
Fix problems with SampleApp Fuzzer due to issues in iterating over degenerate...
schenney@chromium.org
2011-12-29
*
Protecting changes to the SkPath iteration with an ifdef for Chromium.
schenney@chromium.org
2011-12-21
*
Modifying SkPath to store all verbs provided by the user, and to give
schenney@chromium.org
2011-12-20
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
change getLastPt to return a bool
reed@google.com
2011-10-11
*
add segment types query to SkPath (i.e. does it have any quads)
reed@google.com
2011-09-21
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
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
*
Change getConvexity() to now compute it if the value is set to kUnkown.
reed@google.com
2011-05-16
*
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
*
Add code needed to build skia as a windows dll within the chromium project.
ctguil@chromium.org
2011-03-15
*
add countPoints() and getPoint()
reed@android.com
2010-02-09
*
fix winding bug in lineclipper
reed@android.com
2009-11-23
*
Fix MSVC builds by avoiding a uint to bool warning.
deanm@chromium.org
2009-06-18
*
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
*
add initial unittests for Path
reed@android.com
2009-03-02
*
grab from latest android
reed@android.com
2008-12-17