Searched refs:fPathVerbs (Results 1 – 2 of 2) sorted by relevance
21 SkASSERT(fPathVerbs.count() > 0 && fPathVerbs.end()[-1] == SkPath::kDone_Verb); in addOperand()22 fPathVerbs.pop(); in addOperand()53 *fPathVerbs.append() = SkPath::kLine_Verb; in closeContour()58 *fPathVerbs.append() = SkPath::kClose_Verb; in closeContour()89 *fPathVerbs.append() = verb; in preFetch()98 uint8_t lastVerb = fPathVerbs.top(); in preFetch()144 *fPathVerbs.append() = verb; in preFetch()156 *fPathVerbs.append() = SkPath::kDone_Verb; in preFetch()157 return fPathVerbs.count() - 1; in preFetch()166 uint8_t* verbPtr = fPathVerbs.begin(); in walk()
66 SkTDArray<uint8_t> fPathVerbs; variable