Searched refs:verbsEnd (Results 1 – 6 of 6) sorted by relevance
139 Iter end() { return Iter{fPathRef->verbsEnd()}; } in end()167 : path.fPathRef->verbsEnd(), in Iterate()170 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate()172 : fVerbsBegin(verbsBegin), fVerbsEnd(verbsEnd), fPoints(points), fWeights(weights) { in Iterate()
563 fVerbStop = path.verbsEnd(); in setPathRef()694 fVerbsStop = path.fPathRef->verbsEnd(); in SkPathEdgeIter()
1387 if ((SkPathVerb)fPathRef->verbsEnd()[-1] == SkPathVerb::kClose) { in addPath()1446 const uint8_t* verbs = path.fPathRef->verbsEnd(); in reversePathTo()1490 const uint8_t* verbs = src->fPathRef->verbsEnd(); in reverseAddPath()1688 fVerbStop = path.fPathRef->verbsEnd(); in setPath()1976 for (auto v = fPathRef->verbsBegin(); v != fPathRef->verbsEnd(); ++v) { in dumpArrays()2320 fStopVerbs = pathRef.verbsEnd(); in ContourIter()
802 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath()
314 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd() function
1681 const uint8_t* verbsEnd = path.fPathRef->verbs() - 1; // points just past the first verb in reversePathTo() local1682 SkASSERT(verbsEnd[0] == kMove_Verb); in reversePathTo()1686 while (verbs < verbsEnd) { in reversePathTo()1729 const uint8_t* verbsEnd = src->fPathRef->verbs(); // points just past the first verb in reverseAddPath() local1734 while (verbs < verbsEnd) { in reverseAddPath()