HomeSort by relevance Sort by last modified time
    Searched defs:countVerbs (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPathRef.h 199 int countVerbs() const { SkDEBUGCODE(this->validate();) return fVerbCnt; }
  /external/skia/src/core/
SkPath.cpp 318 int verbCount = fPathRef->countVerbs();
398 int verbCnt = fPathRef->countVerbs();
594 int SkPath::countVerbs() const {
595 return fPathRef->countVerbs();
611 int count = SkMin32(max, fPathRef->countVerbs());
613 return fPathRef->countVerbs();
699 if (fPathRef->countVerbs() == 0) {
807 int count = fPathRef->countVerbs();
    [all...]

Completed in 842 milliseconds