Searched refs:fPathVerbs (Results 1 – 4 of 4) sorted by relevance
40 SkASSERT(fPathVerbs.count() > 0 && fPathVerbs.end()[-1] == SkPath::kDone_Verb); in addOperand()41 fPathVerbs.pop(); in addOperand()63 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour()66 int verbCount = fPathVerbs.count(); in closeContour()68 if (SkPath::kLine_Verb == fPathVerbs[verbCount - 1] in closeContour()70 fPathVerbs.pop(); in closeContour()76 *fPathVerbs.append() = SkPath::kClose_Verb; in closeContour()97 *fPathVerbs.append() = verb; in preFetch()106 uint8_t lastVerb = fPathVerbs.top(); in preFetch()154 *fPathVerbs.append() = verb; in preFetch()[all …]
65 SkTDArray<uint8_t> fPathVerbs; variable