aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStroke.cpp
Commit message (Expand)AuthorAge
...
* add default: to fix warningGravatar reed@google.com2012-11-21
* fix typo: must use modified join in case the miterlimit forces us to use bevelGravatar reed@google.com2012-11-21
* use direction from isRect in strokeRect, and only stroke if it is closedGravatar reed@google.com2012-11-21
* add SK_IGNORE_NEW_STROKERECT guardGravatar reed@google.com2012-11-20
* fix regression from 6510 -- respect kStrokeAndFill setting for stroked rectsGravatar reed@google.com2012-11-20
* add specialty strokeRect() to SkStroke, which can return much cleaner resultsGravatar reed@google.com2012-11-20
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* don't add circles on chopped cubicsGravatar reed@google.com2012-07-13
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-24
* Iter::next takes a bool (defaults to true for now) if we want to consume dege...Gravatar reed@google.com2012-05-16
* pre allocate space for the result (guesstimation) so we don't spend extra timeGravatar reed@google.com2012-05-15
* recreate http://codereview.appspot.com/6131051/ in svn instead of gitGravatar epoger@google.com2012-05-03
* 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