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
*
Remove assert from SkStroke.cpp
Robert Phillips
2018-02-05
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
*
Remove trailing whitespace.
Ben Wagner
2017-10-09
*
longer is better
Cary Clark
2017-07-31
*
disable single threaded debugging code
Cary Clark
2017-07-31
*
Correctly stroke zero length segments in multi-contour paths
Brian Osman
2017-07-10
*
ignore max curvature at end point
Cary Clark
2017-01-05
*
Ignore fill when stroke & filling convex line-only paths
robertphillips
2016-08-26
*
Don't leave fResScale uninitialized when constructing an SkStroke.
deanm
2016-08-03
*
always compute a cubic tangent
caryclark
2016-06-01
*
cubic stroke fix
caryclark
2016-04-06
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
skip stroke outset of all teeny lines
caryclark
2016-03-16
*
allow move/zero-line/close to draw caps
caryclark
2016-02-22
*
Zero length lines may have caps, but do not need joins.
caryclark
2015-12-08
*
add more conservative check for wayward divide
caryclark
2015-11-30
*
fix for teeny strokes
caryclark
2015-10-26
*
Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of...
caryclark
2015-09-09
*
Revert of more zero-length changes for svg compatibility (patchset #6 id:1000...
caryclark
2015-09-09
*
more zero-length changes for svg compatibility
caryclark
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
zero-length cap fix
caryclark
2015-08-26
*
Revert of experiment with zero-length round capped line segments (patchset #4...
caryclark
2015-08-21
*
experiment with zero-length round capped line segments
caryclark
2015-08-21
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
Very tiny paths are subsumed by the Convexicator
caryclark
2015-07-14
*
SkPath::Direction serves two masters:
reed
2015-06-10
*
another double square
caryclark
2015-06-01
*
don't square error term twice
caryclark
2015-06-01
*
use inline version of eval quad if tangent is not needed
caryclark
2015-05-29
*
remove SK_LEGACY_STROKE_CURVES
caryclark
2015-05-22
*
fix win 8 bot
caryclark
2015-05-20
*
handle large conic strokes better
caryclark
2015-05-19
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Fix build warning: reference cannot be bound to dereferenced null pointer in ...
dongseong.hwang
2015-04-30
*
fuzzer fixes
caryclark
2015-02-25
*
flip stroke to chrome compatible define
caryclark
2015-02-24
*
break out of cubic stroker loop on degenerate case
caryclark
2015-02-23
*
This uses quad approximations of the outer and inner paths describing a strok...
caryclark
2015-02-20
*
optional res-scale parameter to getFillPath
reed
2015-02-12
*
Update stroke path to use rect returned from isRect (to fix trailing moveTo bug)
robertphillips
2014-12-29
*
Set temporary paths volatile so we don't cache them.
jvanverth
2014-10-24
*
Draw more accurate thick-stroked Beziers (disabled)
caryclark
2014-10-09
*
Fallback to moveTo when unable to find the first tangent in cubicTo
piotaixr
2014-08-26
*
Revert of fix the error that path is inversed for stroke and strokeAndFill st...
commit-bot@chromium.org
2014-05-04
*
fix the error that path is inversed for stroke and strokeAndFill styles.
commit-bot@chromium.org
2014-05-04
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-08-16
*
fine-tune tolerance for pinchy quads in stroker
reed@google.com
2013-08-15
[next]