Searched refs:fStopVerbs (Results 1 – 2 of 2) sorted by relevance
2313 const uint8_t* fStopVerbs; member in ContourIter2320 fStopVerbs = pathRef.verbsEnd(); in ContourIter()2331 if (fCurrVerb >= fStopVerbs) { in next()2345 for (verbs++; verbs < fStopVerbs; verbs++) { in next()
2928 const uint8_t* fStopVerbs; member in ContourIter2935 fStopVerbs = pathRef.verbsMemBegin(); in ContourIter()2946 if (fCurrVerb <= fStopVerbs) { in next()2960 for (--verbs; verbs > fStopVerbs; --verbs) { in next()