Searched refs:fPathVerbs (Results 1 – 2 of 2) sorted by relevance
44 SkASSERT(fPathVerbs.count() > 0 && fPathVerbs.end()[-1] == SkPath::kDone_Verb); in addOperand()45 fPathVerbs.pop(); in addOperand()67 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour()70 int verbCount = fPathVerbs.count(); in closeContour()72 if (SkPath::kLine_Verb == fPathVerbs[verbCount - 1] in closeContour()74 fPathVerbs.pop(); in closeContour()80 *fPathVerbs.append() = SkPath::kClose_Verb; in closeContour()98 *fPathVerbs.append() = verb; in preFetch()107 uint8_t lastVerb = fPathVerbs.top(); in preFetch()148 *fPathVerbs.append() = verb; in preFetch()[all …]
65 SkTDArray<uint8_t> fPathVerbs; variable