fix path getSegment comment
R=djsollen@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1828753002 Review URL: https://codereview.chromium.org/1828753002
This commit is contained in:
parent
633b35657c
commit
a567dde7fc
@ -63,7 +63,7 @@ public:
|
|||||||
|
|
||||||
/** Given a start and stop distance, return in dst the intervening segment(s).
|
/** Given a start and stop distance, return in dst the intervening segment(s).
|
||||||
If the segment is zero-length, return false, else return true.
|
If the segment is zero-length, return false, else return true.
|
||||||
startD and stopD are pinned to legal values (0..getLength()). If startD <= stopD
|
startD and stopD are pinned to legal values (0..getLength()). If startD > stopD
|
||||||
then return false (and leave dst untouched).
|
then return false (and leave dst untouched).
|
||||||
Begin the segment with a moveTo if startWithMoveTo is true
|
Begin the segment with a moveTo if startWithMoveTo is true
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user