Home
last modified time | relevance | path

Searched refs:verbsEnd (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkPathPriv.h140 Iter end() { return Iter{fPathRef->verbsEnd()}; } in end()
168 : path.fPathRef->verbsEnd(), in Iterate()
171 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate()
173 : fVerbsBegin(verbsBegin), fVerbsEnd(verbsEnd), fPoints(points), fWeights(weights) { in Iterate()
DSkPathRef.cpp563 fVerbStop = path.verbsEnd(); in setPathRef()
694 fVerbsStop = path.fPathRef->verbsEnd(); in SkPathEdgeIter()
DSkPath.cpp1396 if ((SkPathVerb)fPathRef->verbsEnd()[-1] == SkPathVerb::kClose) { in addPath()
1454 const uint8_t* verbs = path.fPathRef->verbsEnd(); in reversePathTo()
1498 const uint8_t* verbs = src->fPathRef->verbsEnd(); in reverseAddPath()
1696 fVerbStop = path.fPathRef->verbsEnd(); in setPath()
2030 for (auto v = fPathRef->verbsBegin(); v != fPathRef->verbsEnd(); ++v) { in dumpArrays()
2282 auto verbs = fPathRef->verbsEnd() - 1; in computeConvexity()
2386 fStopVerbs = pathRef.verbsEnd(); in ContourIter()
DSkPathBuilder.cpp218 const uint8_t* stop = path.fPathRef->verbsEnd(); in make()
819 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath()
/third_party/skia/include/private/
DSkPathRef.h314 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd() function
/third_party/flutter/skia/src/core/
DSkPath.cpp1709 const uint8_t* verbsEnd = path.fPathRef->verbs() - 1; // points just past the first verb in reversePathTo() local
1710 SkASSERT(verbsEnd[0] == kMove_Verb); in reversePathTo()
1714 while (verbs < verbsEnd) { in reversePathTo()
1757 const uint8_t* verbsEnd = src->fPathRef->verbs(); // points just past the first verb in reverseAddPath() local
1762 while (verbs < verbsEnd) { in reverseAddPath()