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 convexicator bug
robertphillips
2014-09-16
*
add dumpHex() option to SkPath
caryclark
2014-09-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add dirty_after_edit to SkPath::moveTo. Add commented out test case that trig...
bsalomon
2014-08-28
*
Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code.
Florin Malita
2014-08-01
*
add path dump test
caryclark
2014-06-24
*
Add dump() to SkClipStack to help with debugging.
bsalomon
2014-06-09
*
In convexity checker don't advance last vector when x-product isn't significant.
commit-bot@chromium.org
2014-05-22
*
Revert of r13379 (Move fLastMoveToIndex from SkPath to SkPathRef - https://co...
commit-bot@chromium.org
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
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2014-01-16
*
change isRect to return true for 3-sided rectangular paths
commit-bot@chromium.org
2014-01-15
*
Move segment mask from SkPath to SkPathRef
robertphillips@google.com
2013-12-12
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
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
*
Guard against most unintentionally ephemeral SkAutoFoo instantiations.
commit-bot@chromium.org
2013-11-18
*
increase coverage of SkPath.cpp, remove unused code
commit-bot@chromium.org
2013-11-14
*
Adding error checks to SkRBuffer
commit-bot@chromium.org
2013-11-08
*
optimize floating pt, save a few instructions
caryclark@google.com
2013-11-08
*
use quads for mixed radius rrects
commit-bot@chromium.org
2013-11-08
*
Checking structure sizes before reading them from memory to avoid overflowing...
commit-bot@chromium.org
2013-11-05
*
Revert "Checking structure sizes before reading them from memory to avoid ove...
reed@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('A...
epoger@google.com
2013-11-04
*
Checking structure sizes before reading them from memory to avoid overflowing...
sugoi@google.com
2013-11-04
*
Construct round rects with perpendicular tangents.
commit-bot@chromium.org
2013-11-01
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Use SkPathRef gen id for SkPath::getGenerationID
commit-bot@chromium.org
2013-10-30
*
remove contains(x,y) for rects and rrects ... not well defined, and unused
reed@google.com
2013-10-30
*
Reverting r12010 (Use SkPathRef gen id for SkPath::getGenerationID https://co...
robertphillips@google.com
2013-10-29
*
Use SkPathRef gen id for SkPath::getGenerationID
commit-bot@chromium.org
2013-10-29
*
Fix cubic->quad RR corner regression
robertphillips@google.com
2013-10-20
*
Disable r11835 (Replace cubic round rect corners with quads) due to performan...
robertphillips@google.com
2013-10-17
*
Replace cubic round rect corners with quads
robertphillips@google.com
2013-10-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-09-28
*
This CL effectively reverts:
robertphillips@google.com
2013-09-27
*
Move bound and isFinite into pathref
robertphillips@google.com
2013-09-26
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Update how SkPath handles fGenerationID and fSourcePath, and add tests to cover.
mtklein@google.com
2013-08-15
*
All rSomethingTo() immediately following a close() are relative to the point ...
commit-bot@chromium.org
2013-08-09
*
remove uneeded SK_API declaration.
djsollen@google.com
2013-08-09
[next]