Home
last modified time | relevance | path

Searched refs:fStopVerbs (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkPath.cpp2379 const uint8_t* fStopVerbs; member in ContourIter
2386 fStopVerbs = pathRef.verbsEnd(); in ContourIter()
2397 if (fCurrVerb >= fStopVerbs) { in next()
2411 for (verbs++; verbs < fStopVerbs; verbs++) { in next()
/third_party/flutter/skia/src/core/
DSkPath.cpp2866 const uint8_t* fStopVerbs; member in ContourIter
2873 fStopVerbs = pathRef.verbsMemBegin(); in ContourIter()
2884 if (fCurrVerb <= fStopVerbs) { in next()
2898 for (--verbs; verbs > fStopVerbs; --verbs) { in next()