Lines Matching refs:countPoints
366 SkASSERT(2 == fPathRef->countPoints()); in isLine()
587 pts = fPathRef->points() + fPathRef->countPoints(); in isNestedFillRects()
616 int SkPath::countPoints() const { in countPoints() function in SkPath
617 return fPathRef->countPoints(); in countPoints()
625 int count = SkMin32(max, fPathRef->countPoints()); in getPoints()
627 return fPathRef->countPoints(); in getPoints()
631 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint()
662 int count = fPathRef->countPoints(); in getLastPt()
678 int count = fPathRef->countPoints(); in setPt()
690 int count = fPathRef->countPoints(); in setLastPt()
726 fLastMoveToIndex = fPathRef->countPoints(); in moveTo()
1003 fLastMoveToIndex = fPathRef->countPoints(); in addPoly()
1188 int count = fPathRef->countPoints(); in isZeroLength()
1480 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints()); in addPath()
1550 SkPathRef::Editor(&fPathRef, vcount, path.countPoints()); in reversePathTo()
1591 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs()); in reverseAddPath()
1708 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform()
2188 if (fPathRef->countPoints() <= 1) { in validate()