Home | History | Annotate | Download | only in core

Lines Matching defs:countVerbs

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();
1038 int count = fPathRef->countVerbs();
1131 if (fPathRef->countVerbs() == 0) {
1251 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints());
1315 int i, vcount = path.fPathRef->countVerbs();
1362 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs());