Lines Matching refs:countPoints
323 SkASSERT(2 == fPathRef->countPoints()); in isLine()
544 pts = fPathRef->points() + fPathRef->countPoints(); in isNestedFillRects()
573 int SkPath::countPoints() const { in countPoints() function in SkPath
574 return fPathRef->countPoints(); in countPoints()
582 int count = SkMin32(max, fPathRef->countPoints()); in getPoints()
584 return fPathRef->countPoints(); in getPoints()
588 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint()
619 int count = fPathRef->countPoints(); in getLastPt()
635 int count = fPathRef->countPoints(); in setPt()
647 int count = fPathRef->countPoints(); in setLastPt()
683 fLastMoveToIndex = fPathRef->countPoints(); in moveTo()
877 fLastMoveToIndex = fPathRef->countPoints(); in addPoly()
1251 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints()); in addPath()
1321 SkPathRef::Editor(&fPathRef, vcount, path.countPoints()); in reversePathTo()
1362 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs()); in reverseAddPath()
1479 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform()
2004 if (fPathRef->countPoints() <= 1) { in validate()