Searched defs:fStopVerbs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp2400 const uint8_t* fStopVerbs; member in class:ContourIter
2407 fStopVerbs = pathRef.verbsMemBegin();
2418 if (fCurrVerb <= fStopVerbs) {
2432 for (--verbs; verbs > fStopVerbs; --verbs) {
/external/skia/src/core/
H A DSkPath.cpp2400 const uint8_t* fStopVerbs; member in class:ContourIter
2407 fStopVerbs = pathRef.verbsMemBegin();
2418 if (fCurrVerb <= fStopVerbs) {
2432 for (--verbs; verbs > fStopVerbs; --verbs) {

Completed in 56 milliseconds