Searched defs:countVerbs (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkPathRef.h200 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/skia/include/core/
H A DSkPathRef.h199 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; } function in class:SkPathRef
/external/skia/src/core/
H A DSkPath.cpp326 int verbCount = fPathRef->countVerbs();
405 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const { function in class:SkPath
595 return fPathRef->countVerbs();
611 int count = SkMin32(max, fPathRef->countVerbs());
613 return fPathRef->countVerbs();
685 if (fPathRef->countVerbs() == 0) {
793 int count = fPathRef->countVerbs();
1124 int count = fPathRef->countVerbs();
1333 if (fPathRef->countVerbs()
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp326 int verbCount = fPathRef->countVerbs();
405 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const { function in class:SkPath
595 return fPathRef->countVerbs();
611 int count = SkMin32(max, fPathRef->countVerbs());
613 return fPathRef->countVerbs();
687 if (fPathRef->countVerbs() == 0) {
795 int count = fPathRef->countVerbs();
1121 int count = fPathRef->countVerbs();
1239 if (fPathRef->countVerbs()
[all...]

Completed in 1117 milliseconds