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
*
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
*
fuzzer fixes
caryclark
2015-02-25
*
add gm for path-arcs, and catch degenerate arc in conic-case
reed
2015-02-17
*
Remove android specific srcPath from SkPath
djsollen
2015-02-17
*
Expose SkPathRef::unique through SkPath.
djsollen
2015-02-12
*
share code between arcTo and addArc, update dox
reed
2015-01-29
*
Simplify SkInstCnt
mtklein
2015-01-13
*
Remove SkPath::asRect
robertphillips
2015-01-05
*
Cleanup isRect variants
robertphillips
2015-01-05
*
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
*
add dumpHex() option to SkPath
caryclark
2014-09-15
*
add path dump test
caryclark
2014-06-24
*
Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://co...
commit-bot@chromium.org
2014-02-12
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-02-12
*
Adding new 'extend' mode to SkPath::addPath
commit-bot@chromium.org
2014-02-11
*
fix minor error between kStroke_PathAsRect and kFill_PathAsRect in SkPath::as...
commit-bot@chromium.org
2014-02-11
*
Move fLastMoveToIndex from SkPath to SkPathRef
robertphillips@google.com
2014-02-10
*
add alternative to isRect named asRect
commit-bot@chromium.org
2014-01-25
*
No deduping dictionaries for matrices and regions.
commit-bot@chromium.org
2014-01-23
*
Improved SkPathRef interface security
robertphillips@google.com
2013-12-13
*
Move segment mask from SkPath to SkPathRef
robertphillips@google.com
2013-12-12
*
Code cleanup following recapture of skps
robertphillips@google.com
2013-12-03
*
Move fIsOval from SkPath to SkPathRef
robertphillips@google.com
2013-12-03
*
Revert of r12450 (Move fIsOval from SkPath to SkPathRef)
robertphillips@google.com
2013-12-03
*
Move fIsOval from SkPath to SkPathRef
robertphillips@google.com
2013-12-02
*
increase coverage of SkPath.cpp, remove unused code
commit-bot@chromium.org
2013-11-14
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
[next]