aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPathMeasure.cpp
Commit message (Expand)AuthorAge
* start removing uses of SkScalarMulGravatar Mike Reed2017-02-06
* allow conic chop to failGravatar caryclark2016-09-26
* speed up debug dmGravatar caryclark2016-09-22
* Move seg_to to a new header, define SkSegType enum thereGravatar hstern2016-08-09
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* fix teeny dashed path bugGravatar caryclark2016-01-29
* remove legacy definesGravatar caryclark2016-01-25
* resolution dependent path measureGravatar caryclark2016-01-21
* exclude new function from legacy code pathGravatar caryclark2016-01-19
* fix circular dashingGravatar caryclark2016-01-19
* check in direct quad length measureGravatar caryclark2015-12-21
* fix large dashed pathsGravatar caryclark2015-12-18
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* zero-length cap fixGravatar caryclark2015-08-26
* Revert of experiment with zero-length round capped line segments (patchset #4...Gravatar caryclark2015-08-21
* experiment with zero-length round capped line segmentsGravatar caryclark2015-08-21
* Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...Gravatar reed2015-05-12
* Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...Gravatar reed2015-05-12
* stop calling SkScalarDivGravatar reed2015-05-12
* use custom search for pathmeasureGravatar reed2015-03-26
* use conicsGravatar reed2014-12-17
* remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floatsGravatar reed@google.com2013-12-17
* bump picture version since SkPath has changed (conics)Gravatar reed@google.com2013-05-31
* Revert "add asserts to point<-->verb helpers"Gravatar reed@google.com2013-05-30
* add asserts to point<-->verb helpersGravatar reed@google.com2013-05-30
* One SkTSearch to rule them all. Allow key to be of different type than the ar...Gravatar bsalomon@google.com2013-05-17
* Fix compare of scalar against (int) kMaxTValue.Gravatar reed@google.com2013-02-20
* Fix asserts in SkPathMeasure to honor documented APIGravatar djsollen@google.com2012-11-01
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* remove bogus nearlyzero checksGravatar reed@google.com2012-05-21
* minor cleanups, in prep for more work on improving precisionGravatar reed@google.com2012-05-17
* Apply fix from #3739 to quads and cubics as wellGravatar reed@google.com2012-04-27
* only add pathmeasure segment if the accumulated length was actually changed,Gravatar reed@google.com2012-04-20
* Fixing the behavior of SkPathMeasure to reflect changes in SkPath::Iter.Gravatar schenney@chromium.org2012-01-18
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* migrate more legacy unittests into tests/Gravatar reed@android.com2009-03-07
* grab from latest androidGravatar reed@android.com2008-12-17