index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkStroke.cpp
Commit message (
Expand
)
Author
Age
*
move SKPaint's defaults (that might be configurable) into a header
reed@google.com
2012-02-29
*
stroking wants CW, so we reverse if the orig was CCW
reed@google.com
2012-01-10
*
restore (debugged) cheapComputeDirection
reed@google.com
2012-01-10
*
disable cheap check while its being debugged
reed@google.com
2012-01-10
*
add SkPath::cheapComputeDirection() plus unittests
reed@google.com
2012-01-10
*
add SkPath::reverseAddPath()
reed@google.com
2012-01-10
*
preserve inverseness when stroking
reed@google.com
2011-12-21
*
Modifying SkPath to store all verbs provided by the user, and to give
schenney@chromium.org
2011-12-20
*
can't assume (ever :( ) that a 2-ptr src will convex
reed@google.com
2011-10-31
*
don't assume a 2-point path is convex, unless its also not closed
reed@google.com
2011-10-31
*
add SkPoint::CanNormalize to unify decisions about when a vector is degenerate
reed@google.com
2011-09-07
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
merge with changes for GPU backend
reed@android.com
2010-12-20
*
move xfermode modes from porterduff into xfermode itself
reed@android.com
2009-06-22
*
fallback to drawing a line if the cubic is still too curvy, even if we've
reed@android.com
2009-06-17
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
grab from latest android
reed@android.com
2008-12-17