Home
last modified time | relevance | path

Searched refs:verbsEnd (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A 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()
H A DSkPathRef.cpp563 fVerbStop = path.verbsEnd();
694 fVerbsStop = path.fPathRef->verbsEnd();
H A DSkPathBuilder.cpp218 const uint8_t* stop = path.fPathRef->verbsEnd(); in make()
819 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath()
H A 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()
/third_party/skia/include/private/
H A DSkPathRef.h314 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd() function in final

Completed in 11 milliseconds