Searched refs:fStopVerbs (Results 1 – 2 of 2) sorted by relevance
2379 const uint8_t* fStopVerbs; member in ContourIter2386 fStopVerbs = pathRef.verbsEnd(); in ContourIter()2397 if (fCurrVerb >= fStopVerbs) { in next()2411 for (verbs++; verbs < fStopVerbs; verbs++) { in next()
2866 const uint8_t* fStopVerbs; member in ContourIter2873 fStopVerbs = pathRef.verbsMemBegin(); in ContourIter()2884 if (fCurrVerb <= fStopVerbs) { in next()2898 for (--verbs; verbs > fStopVerbs; --verbs) { in next()