index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPath.cpp
Commit message (
Expand
)
Author
Age
*
Fix SkFILEStream.
Ben Wagner
2017-03-10
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
expose new tight-bounds method on SkPath
Mike Reed
2017-02-03
*
experimental tight-bounds
Mike Reed
2017-02-03
*
make SkPath::conservativelyContainsRect consume degenerate segments
Lee Salzman
2017-01-23
*
make SkRBuffer always validate
Mike Reed
2017-01-08
*
dump path fill type with data
Cary Clark
2016-12-16
*
Revert "Annotate benign race on SkPath::fConvexity."
Mike Klein
2016-11-12
*
Revert "Annotate SkPath::fCovexity benign race in the other constructor too."
Mike Klein
2016-11-12
*
Annotate SkPath::fCovexity benign race in the other constructor too.
Mike Klein
2016-11-11
*
Annotate benign race on SkPath::fConvexity.
Mike Klein
2016-11-10
*
use reversePathTo in place of addPathReverse
caryclark
2016-11-07
*
Revert of use reversePathTo in place of addPathReverse (patchset #1 id:1 of h...
caryclark
2016-11-04
*
use reversePathTo in place of addPathReverse
caryclark
2016-11-04
*
Fix quad convexity with only one backward dir
liyuqian
2016-11-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Correct a small mistake in SkPath::build_arc_conics
xidachen
2016-10-19
*
remove SkError
Mike Klein
2016-10-13
*
Fix SkPath::arcTo when sweepAngle is tiny and radius is big
xidachen
2016-10-06
*
disallow -4 pointer
caryclark
2016-10-04
*
Respecify SkCanvas::drawArc, consolidate conversion to SkPath, add GM for odd...
bsalomon
2016-08-25
*
Fix misdetection of rectangles in SkPath::IsSimpleClosedRect.
bsalomon
2016-07-24
*
Fix mask applied to SkPath::fFillType in readFromMemory to fix fuzzer bug
robertphillips
2016-06-28
*
Add a test to ensure that a case where SkCubicClipper::ChopMonoAtY returns fa...
mbarbella
2016-06-01
*
Fix uninit warning on valgrind bot in SkPathPriv:IsSimpleClosedRect
Brian Salomon
2016-06-01
*
Add SkPathPriv::IsSimpleClosedRect
bsalomon
2016-06-01
*
Check results from calls to SkCubicClipper::ChopMonoAtY.
mbarbella
2016-05-31
*
Fix bug where SkPath will convert an arc to an oval and change the starting p...
bsalomon
2016-05-31
*
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...
bsalomon
2016-05-27
*
Fix warnings that were exposed when running with SK_DEBUG enable on an optimi...
djsollen
2016-04-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
allow move/zero-line/close to draw caps
caryclark
2016-02-22
*
check for zero conic weights in interp
caryclark
2016-02-18
*
fix asan error deref-ing null ptr
caryclark
2016-02-18
*
add interp path
caryclark
2016-02-18
*
add last move to serialized path
caryclark
2016-02-17
*
Add unit test to feed valid SVG sequences to make sure that
caryclark
2016-02-09
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-29
*
remove legacy defines
caryclark
2016-01-25
*
fix arcto exception handling
caryclark
2016-01-25
*
Add svg path arcto
caryclark
2016-01-23
*
Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:800...
djsollen
2016-01-22
*
Consolidate SK_CRASH and sk_throw into SK_ABORT
djsollen
2016-01-22
*
replace arcto quads with a conic
caryclark
2016-01-20
*
Add SkPath::isLastContourClosed()
fs
2016-01-20
*
Fix fuzzer-found deserialization bugs
ajuma
2016-01-13
*
add comment
caryclark
2016-01-06
*
fix valgrind
caryclark
2016-01-06
*
fix bugs in path contains
caryclark
2015-12-18
*
Use the unswapped end point y for early out case in winding_line
fs
2015-12-17
[next]