index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPathMeasure.cpp
Commit message (
Expand
)
Author
Age
*
Remove uses of sk_throw.
Ben Wagner
2017-08-17
*
protect against fuzzer
Cary Clark
2017-07-06
*
start removing uses of SkScalarMul
Mike Reed
2017-02-06
*
allow conic chop to fail
caryclark
2016-09-26
*
speed up debug dm
caryclark
2016-09-22
*
Move seg_to to a new header, define SkSegType enum there
hstern
2016-08-09
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
fix teeny dashed path bug
caryclark
2016-01-29
*
remove legacy defines
caryclark
2016-01-25
*
resolution dependent path measure
caryclark
2016-01-21
*
exclude new function from legacy code path
caryclark
2016-01-19
*
fix circular dashing
caryclark
2016-01-19
*
check in direct quad length measure
caryclark
2015-12-21
*
fix large dashed paths
caryclark
2015-12-18
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
zero-length cap fix
caryclark
2015-08-26
*
Revert of experiment with zero-length round capped line segments (patchset #4...
caryclark
2015-08-21
*
experiment with zero-length round capped line segments
caryclark
2015-08-21
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
use custom search for pathmeasure
reed
2015-03-26
*
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
*
One SkTSearch to rule them all. Allow key to be of different type than the ar...
bsalomon@google.com
2013-05-17
*
Fix compare of scalar against (int) kMaxTValue.
reed@google.com
2013-02-20
*
Fix asserts in SkPathMeasure to honor documented API
djsollen@google.com
2012-11-01
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove bogus nearlyzero checks
reed@google.com
2012-05-21
*
minor cleanups, in prep for more work on improving precision
reed@google.com
2012-05-17
*
Apply fix from #3739 to quads and cubics as well
reed@google.com
2012-04-27
*
only add pathmeasure segment if the accumulated length was actually changed,
reed@google.com
2012-04-20
*
Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.
schenney@chromium.org
2012-01-18
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
migrate more legacy unittests into tests/
reed@android.com
2009-03-07
*
grab from latest android
reed@android.com
2008-12-17