Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathPriv.h139 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()
DSkPathRef.cpp563 fVerbStop = path.verbsEnd(); in setPathRef()
694 fVerbsStop = path.fPathRef->verbsEnd(); in SkPathEdgeIter()
DSkPath.cpp1387 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()
DSkPathBuilder.cpp802 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath()
/external/skia/include/private/
DSkPathRef.h314 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd() function
/external/skqp/src/core/
DSkPath.cpp1681 const uint8_t* verbsEnd = path.fPathRef->verbs() - 1; // points just past the first verb in reversePathTo() local
1682 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() local
1734 while (verbs < verbsEnd) { in reverseAddPath()