Lines Matching refs:countVerbs

197     int count = fPathRef->countVerbs();  in isInterpolatable()
198 if (count != compare.fPathRef->countVerbs()) { in isInterpolatable()
214 int verbCount = fPathRef->countVerbs(); in interpolate()
215 if (verbCount != ending.fPathRef->countVerbs()) { in interpolate()
353 int verbCount = fPathRef->countVerbs(); in isLastContourClosed()
361 int verbCount = fPathRef->countVerbs(); in isLine()
441 int verbCnt = fPathRef->countVerbs(); in isRectContour()
637 int SkPath::countVerbs() const { in countVerbs() function in SkPath
638 return fPathRef->countVerbs(); in countVerbs()
654 int count = SkMin32(max, fPathRef->countVerbs()); in getVerbs()
656 return fPathRef->countVerbs(); in getVerbs()
742 if (fPathRef->countVerbs() == 0) { in injectMoveToIfNeeded()
850 int count = fPathRef->countVerbs(); in close()
981 SkDEBUGCODE(int initialVerbCount = this->countVerbs()); in addRect()
994 SkASSERT(this->countVerbs() == initialVerbCount + kVerbs); in addRect()
1135 SkDEBUGCODE(int initialVerbCount = this->countVerbs()); in addRRect()
1166 SkASSERT(this->countVerbs() == initialVerbCount + kVerbs); in addRRect()
1173 int count = fPathRef->countVerbs(); in hasOnlyMoveTos()
1243 SkDEBUGCODE(int initialVerbCount = this->countVerbs()); in addOval()
1258 SkASSERT(this->countVerbs() == initialVerbCount + kVerbs); in addOval()
1277 if (fPathRef->countVerbs() == 0) { in arcTo()
1480 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints()); in addPath()
1544 int i, vcount = path.fPathRef->countVerbs(); in reversePathTo()
1591 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs()); in reverseAddPath()