index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
utils
/
SkParsePath.cpp
Commit message (
Expand
)
Author
Age
*
Remove SkDynamicMemoryWStream::getOffset.
Ben Wagner
2016-12-16
*
Improved optional command handling in SkParsePath::FromSVGString()
fmalita
2016-09-14
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Add unit test to feed valid SVG sequences to make sure that
caryclark
2016-02-09
*
Add svg path arcto
caryclark
2016-01-23
*
Fix a crash in SkParsePath::FromSVGString
scroggo
2015-12-11
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
fix parsing SVG strings to paths with comma delimiters
caryclark
2015-01-29
*
use conics
reed
2014-12-17
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
bump picture version since SkPath has changed (conics)
reed@google.com
2013-05-31
*
Revert "add asserts to point<-->verb helpers"
reed@google.com
2013-05-30
*
add asserts to point<-->verb helpers
reed@google.com
2013-05-30
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Iter::next takes a bool (defaults to true for now) if we want to consume dege...
reed@google.com
2012-05-16
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix warnings from windows
reed@google.com
2011-03-01
*
update windows port
reed@android.com
2009-12-18
*
use real strtof and snprintf to parse and dump floats
reed@android.com
2009-09-24
*
add SkParsePath to go to/from SVG strings (e.g. "M0,0 L10,20")
reed@android.com
2009-06-05