Home
last modified time | relevance | path

Searched refs:fVerbStop (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPath.cpp1532 fVerbStop = NULL; in Iter()
1543 fVerbStop = path.fPathRef->verbsMemBegin(); in setPath()
1553 if (fVerbs == NULL || fVerbs == fVerbStop) { in isClosedContour()
1561 const uint8_t* stop = fVerbStop; in isClosedContour()
1621 while (fVerbs != fVerbStop) { in consumeDegenerateSegments()
1700 if (fVerbs == fVerbStop) { in doNext()
1727 if (fVerbs == fVerbStop) { // might be a trailing moveto in doNext()
1784 fVerbStop = NULL; in RawIter()
1794 fVerbStop = path.fPathRef->verbsMemBegin(); in setPath()
1801 if (fVerbs == fVerbStop) { in next()
/external/skia/include/core/
DSkPath.h880 const uint8_t* fVerbStop; variable
918 const uint8_t* fVerbStop; variable