Home
last modified time | relevance | path

Searched defs:nextVerb (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/core/
DSkScan_Hairline.cpp462 void extend_pts(SkPath::Verb prevVerb, SkPath::Verb nextVerb, SkPoint* pts, int ptCount) { in extend_pts()
582 SkPath::Verb nextVerb = (iter != end) ? (SkPath::Verb)iter.peekVerb() : SkPath::kDone_Verb; in hair_path() local
/third_party/flutter/skia/src/core/
DSkScan_Hairline.cpp453 void extend_pts(SkPath::Verb prevVerb, SkPath::Verb nextVerb, SkPoint* pts, int ptCount) { in extend_pts()
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp349 void PathVerbMeasure::nextVerb() { in nextVerb() function in __anon6f317b870111::PathVerbMeasure
/third_party/skia/tests/
DPathTest.cpp3153 SkPathVerb nextVerb; in test_range_iter() local
/third_party/flutter/skia/tests/
DPathTest.cpp3127 SkPath::Verb nextVerb; in test_raw_iter() local