Home | History | Annotate | Download | only in core

Lines Matching defs:countVerbs

383     return 0 == fPathRef->countVerbs();
387 int verbCount = fPathRef->countVerbs();
452 int verbCnt = fPathRef->countVerbs();
615 int SkPath::countVerbs() const {
616 return fPathRef->countVerbs();
632 int count = SkMin32(max, fPathRef->countVerbs());
634 return fPathRef->countVerbs();
727 if (fPathRef->countVerbs() == 0) {
843 int count = fPathRef->countVerbs();
1021 int count = fPathRef->countVerbs();
1289 if (fPathRef->countVerbs() == 0) {
1401 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints());
1461 int i, vcount = path.fPathRef->countVerbs();
1500 int i, vcount = path.fPathRef->countVerbs();
1549 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs());
2254 for (int i = 0; i < fPathRef->countVerbs(); i++) {