aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStroke.cpp
Commit message (Expand)AuthorAge
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* another double squareGravatar caryclark2015-06-01
* don't square error term twiceGravatar caryclark2015-06-01
* use inline version of eval quad if tangent is not neededGravatar caryclark2015-05-29
* remove SK_LEGACY_STROKE_CURVESGravatar caryclark2015-05-22
* fix win 8 botGravatar caryclark2015-05-20
* handle large conic strokes betterGravatar caryclark2015-05-19
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* Fix build warning: reference cannot be bound to dereferenced null pointer in ...Gravatar dongseong.hwang2015-04-30
* fuzzer fixesGravatar caryclark2015-02-25
* flip stroke to chrome compatible defineGravatar caryclark2015-02-24
* break out of cubic stroker loop on degenerate caseGravatar caryclark2015-02-23
* This uses quad approximations of the outer and inner paths describing a strok...Gravatar caryclark2015-02-20
* optional res-scale parameter to getFillPathGravatar reed2015-02-12
* Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)Gravatar robertphillips2014-12-29
* Set temporary paths volatile so we don't cache them.Gravatar jvanverth2014-10-24
* Draw more accurate thick-stroked Beziers (disabled)Gravatar caryclark2014-10-09
* Fallback to moveTo when unable to find the first tangent in cubicToGravatar piotaixr2014-08-26
* Revert of fix the error that path is inversed for stroke and strokeAndFill st...Gravatar commit-bot@chromium.org2014-05-04
* fix the error that path is inversed for stroke and strokeAndFill styles.Gravatar commit-bot@chromium.org2014-05-04
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-16
* fine-tune tolerance for pinchy quads in strokerGravatar reed@google.com2013-08-15
* Revert r9724 (add rect-output parameter to isRect) to allow the DEPS rollGravatar robertphillips@google.com2013-06-25
* add rect-output parameter to isRect, allowing us to return the correct bounds...Gravatar reed@google.com2013-06-21
* test thick stroking of conicsGravatar reed@google.com2013-06-12
* fix bug introduced with SK_IGNORE_CUBIC_STROKE_FIX where we no longer respectedGravatar reed@google.com2013-04-10
* fix handling of stroked cubics when we exhaust our recursion limit.Gravatar reed@google.com2013-03-12
* remove dead/#if 0/if (0) code blocks. no change to compiled output.Gravatar reed@google.com2013-03-08
* remove obsolete build flags:Gravatar reed@google.com2013-02-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* #undef SK_IGNORE_QUAD_STROKE_FIX, to enable the fix for stroked quads.Gravatar reed@google.com2013-01-03
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-12-25
* disable (using build-flag) change in 6937 until I can figure out how to rebas...Gravatar mike@reedtribe.org2012-12-24
* fix strokes for quadratics. #define SK_IGNORE_QUAD_STROKE_FIX toGravatar mike@reedtribe.org2012-12-24
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* 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