Searched refs:fVerbStop (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPath.h848 const uint8_t* fVerbStop; member in class:SkPath::Iter
886 const uint8_t* fVerbStop; member in class:SkPath::RawIter
/external/skia/include/core/
H A DSkPath.h848 const uint8_t* fVerbStop; member in class:SkPath::Iter
886 const uint8_t* fVerbStop; member in class:SkPath::RawIter
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp1701 fVerbStop = NULL;
1712 fVerbStop = path.fPathRef->verbsMemBegin();
1722 if (fVerbs == NULL || fVerbs == fVerbStop) {
1730 const uint8_t* stop = fVerbStop;
1789 while (fVerbs != fVerbStop) {
1864 if (fVerbs == fVerbStop) {
1891 if (fVerbs == fVerbStop) { // might be a trailing moveto
1948 fVerbStop = NULL;
1958 fVerbStop = path.fPathRef->verbsMemBegin();
1966 if (fVerbs == fVerbStop) {
[all...]
/external/skia/src/core/
H A DSkPath.cpp1701 fVerbStop = NULL;
1712 fVerbStop = path.fPathRef->verbsMemBegin();
1722 if (fVerbs == NULL || fVerbs == fVerbStop) {
1730 const uint8_t* stop = fVerbStop;
1789 while (fVerbs != fVerbStop) {
1864 if (fVerbs == fVerbStop) {
1891 if (fVerbs == fVerbStop) { // might be a trailing moveto
1948 fVerbStop = NULL;
1958 fVerbStop = path.fPathRef->verbsMemBegin();
1966 if (fVerbs == fVerbStop) {
[all...]

Completed in 458 milliseconds