Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathPriv.h151 Iter end() { return Iter{fPathRef->verbsEnd()}; } in end()
179 : path.fPathRef->verbsEnd(), in Iterate()
182 Iterate(const uint8_t* verbsBegin, const uint8_t* verbsEnd, const SkPoint* points, in Iterate()
184 : fVerbsBegin(verbsBegin), fVerbsEnd(verbsEnd), fPoints(points), fWeights(weights) { in Iterate()
DSkPath.cpp1453 if ((SkPathVerb)fPathRef->verbsEnd()[-1] == SkPathVerb::kClose) { in addPath()
1511 const uint8_t* verbs = path.fPathRef->verbsEnd(); in reversePathTo()
1555 const uint8_t* verbs = src->fPathRef->verbsEnd(); in reverseAddPath()
1753 fVerbStop = path.fPathRef->verbsEnd(); in setPath()
2037 for (auto v = fPathRef->verbsBegin(); v != fPathRef->verbsEnd(); ++v) { in dumpArrays()
2289 auto verbs = fPathRef->verbsEnd() - 1; in computeConvexity()
2393 fStopVerbs = pathRef.verbsEnd(); in ContourIter()
3901 fVerbsStop = path.fPathRef->verbsEnd(); in SkPathEdgeIter()
DSkPathBuilder.cpp220 const uint8_t* stop = path.fPathRef->verbsEnd(); in make()
822 const uint8_t* verbs = src.fPathRef->verbsEnd(); in privateReverseAddPath()
DSkPathRef.cpp546 fVerbStop = path.verbsEnd(); in setPathRef()
/external/skia/include/private/
DSkPathRef.h295 const uint8_t* verbsEnd() const { return fVerbs.end(); } in verbsEnd() function