aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStroke.cpp
Commit message (Expand)AuthorAge
* move SKPaint's defaults (that might be configurable) into a headerGravatar reed@google.com2012-02-29
* stroking wants CW, so we reverse if the orig was CCWGravatar reed@google.com2012-01-10
* restore (debugged) cheapComputeDirectionGravatar reed@google.com2012-01-10
* disable cheap check while its being debuggedGravatar reed@google.com2012-01-10
* add SkPath::cheapComputeDirection() plus unittestsGravatar reed@google.com2012-01-10
* add SkPath::reverseAddPath()Gravatar reed@google.com2012-01-10
* preserve inverseness when strokingGravatar reed@google.com2011-12-21
* Modifying SkPath to store all verbs provided by the user, and to giveGravatar schenney@chromium.org2011-12-20
* can't assume (ever :( ) that a 2-ptr src will convexGravatar reed@google.com2011-10-31
* don't assume a 2-point path is convex, unless its also not closedGravatar reed@google.com2011-10-31
* add SkPoint::CanNormalize to unify decisions about when a vector is degenerateGravatar reed@google.com2011-09-07
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* move xfermode modes from porterduff into xfermode itselfGravatar reed@android.com2009-06-22
* fallback to drawing a line if the cubic is still too curvy, even if we'veGravatar reed@android.com2009-06-17
* API change: SkPath computeBounds -> getBoundsGravatar reed@android.com2009-04-01
* grab from latest androidGravatar reed@android.com2008-12-17