index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkPath.h
Commit message (
Expand
)
Author
Age
*
refresh public includes
Cary Clark
2018-01-03
*
Ignore deserialized path convexity and first direction.
Brian Salomon
2017-11-29
*
move parts of SkPoint to SkPointPriv
Cary Clark
2017-11-08
*
generated include refresh
Cary Clark
2017-10-30
*
make SkPath::fConvexity atomic
Mike Klein
2017-09-28
*
Serialize rrect/oval paths as rrects rather than points and verbs.
Brian Salomon
2017-09-21
*
regenerate includes
Cary Clark
2017-09-21
*
make kPathRefGenIDBitCnt private
Cary Clark
2017-09-14
*
generated SkCanvas.h
Cary Clark
2017-09-01
*
work on path
Cary Clark
2017-08-30
*
simplify path validate
Cary Clark
2017-08-29
*
Convert NULL and 0 to nullptr.
Ben Wagner
2017-08-28
*
Expose SkPath validation as boolean
Adrienne Walker
2017-08-10
*
Revert "Revert "Fix SkPathRef deserialization malloc crash""
Mike Reed
2017-07-27
*
Correctly stroke zero length segments in multi-contour paths
Brian Osman
2017-07-10
*
move SkPathRef.h into private
Mike Reed
2017-06-07
*
remove unneeded class declarations
Mike Reed
2017-06-07
*
comment SK_API and add fix params
Cary Clark
2017-05-18
*
Add some thread safety notes.
Mike Klein
2017-03-02
*
expose new tight-bounds method on SkPath
Mike Reed
2017-02-03
*
SkPath::fIsVolatile does not need to be mutable.
Mike Klein
2016-11-12
*
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
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Avoid warnings on GCC 4.8.4
jcgregorio
2016-07-26
*
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...
bsalomon
2016-05-27
*
allow move/zero-line/close to draw caps
caryclark
2016-02-22
*
fix iter to document close correctly
caryclark
2016-02-19
*
Move SkTDArray to private.
bungeman
2016-02-18
*
add interp path
caryclark
2016-02-18
*
add last move to serialized path
caryclark
2016-02-17
*
Add svg path arcto
caryclark
2016-01-23
*
Add SkPath::isLastContourClosed()
fs
2016-01-20
*
add support for capped hairlines
caryclark
2015-12-09
*
Add an SkPath conic conversion utility.
fmalita
2015-12-01
*
add SkPath::isRRect
caryclark
2015-11-19
*
Parametric SkPath oval/rect/rrect starting point
fmalita
2015-11-17
*
SkPath::fFirstDirection: seq-cst -> relaxed
mtklein
2015-10-07
*
Make SkPath fFirstDirection atomic to fix tsan.
herb
2015-09-28
*
Use static_assert instead of SK_COMPILE_ASSERT.
bungeman
2015-08-20
*
change getBounds to return 0000 iff there are zero points
reed
2015-07-28
*
Very tiny paths are subsumed by the Convexicator
caryclark
2015-07-14
*
remove SkInstCnt
mtklein
2015-06-26
*
fix deserialization after FirstDirection change to paths
reed
2015-06-11
*
SkPath::Direction serves two masters:
reed
2015-06-10
*
simplify RawIter - don't return a pt in kClose
reed
2015-05-27
*
simplify RawIter
reed
2015-05-13
*
minor fixes to cubics code and overall alignment of how bounds and tops are c...
caryclark
2015-04-29
*
change isNestedRect to isNestedFillRect
caryclark
2015-04-08
[next]