index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPathRef.cpp
Commit message (
Expand
)
Author
Age
*
use safe math for growForRepeatedVerb
Cary Clark
2018-03-06
*
don't trust stored segment mask
Mike Reed
2018-02-20
*
validate that contours begin with moveTo
Mike Reed
2018-01-29
*
bug fixes from PVS Studio (static analysis)
Mike Klein
2018-01-26
*
detect bad conic weights
Mike Reed
2018-01-09
*
detect too many points
Mike Reed
2017-11-21
*
Don't deserialize pathref oval/rrect bits
Brian Salomon
2017-09-22
*
make kPathRefGenIDBitCnt private
Cary Clark
2017-09-14
*
Don't allow iteration through non-finite points.
Mike Klein
2017-09-08
*
Don't validate() in ~SkPathRef
Adrienne Walker
2017-08-22
*
Expose SkPath validation as boolean
Adrienne Walker
2017-08-10
*
Revert "Revert "Fix SkPathRef deserialization malloc crash""
Mike Reed
2017-07-27
*
Revert "Fix SkPathRef deserialization malloc crash"
Mike Reed
2017-07-26
*
Fix SkPathRef deserialization malloc crash
Adrienne Walker
2017-07-26
*
Check first deserialized verb of path is a move.
Ben Wagner
2017-07-12
*
SkPath.readFromMemory: check for error case
Hal Canary
2017-02-21
*
validate deserialized path verbs
Mike Reed
2017-01-03
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
validate using nx to match bounds
caryclark
2016-10-05
*
disallow -4 pointer
caryclark
2016-10-04
*
Use SkNVRefCnt for a couple common types.
mtklein
2016-08-09
*
Make SkPath::isOval() and SkPath::isRRect return the orientation and starting...
bsalomon
2016-05-27
*
SkOncePtr -> SkOnce
mtklein
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Reland of SkOncePtr -> SkOnce (patchset #1 id:1 of https://codereview.chromiu...
reed
2016-05-05
*
Revert of SkOncePtr -> SkOnce (patchset #4 id:60001 of https://codereview.chr...
reed
2016-05-04
*
SkOncePtr -> SkOnce
mtklein
2016-05-04
*
add interp path
caryclark
2016-02-18
*
Fix fuzzer-found deserialization bug in SkPathRef
ajuma
2016-02-02
*
Fix fuzzer-found deserialization bugs
ajuma
2016-01-13
*
add support for capped hairlines
caryclark
2015-12-09
*
Add sk_careful_memcpy to catch undefined behavior in memcpy.
mtklein
2015-12-08
*
add SkPath::isRRect
caryclark
2015-11-19
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...
mtklein
2015-09-09
*
Port uses of SkLazyPtr to SkOncePtr.
mtklein
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-04
*
Revert "Implement caching of filled paths in the tessellated path renderer."
mtklein
2015-08-04
*
Implement caching of filled paths in the tessellated path renderer.
senorblanco
2015-08-03
*
Print out failing PathRef test on ChromeOS
robertphillips
2015-01-05
*
Harden validation for SkPathRef
robertphillips
2014-12-12
*
Force path bounds in recording.
mtklein
2014-12-01
*
Don't pass null to memcmp.
mtklein
2014-11-14
*
Require SK_DECLARE_STATIC_LAZY_PTR is used in global scope.
mtklein
2014-10-13
*
Always force the bounds of the empty pathref.
mtklein
2014-09-29
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Add SkRacy
mtklein
2014-07-08
*
Revert of Add SkRacy (https://codereview.chromium.org/371363004/)
mtklein
2014-07-08
[next]