Lines Matching refs:countPoints
386 SkASSERT(2 == fPathRef->countPoints()); in isLine()
607 pts = fPathRef->points() + fPathRef->countPoints(); in isNestedFillRects()
644 int SkPath::countPoints() const { in countPoints() function in SkPath
645 return fPathRef->countPoints(); in countPoints()
653 int count = SkMin32(max, fPathRef->countPoints()); in getPoints()
655 return fPathRef->countPoints(); in getPoints()
659 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint()
690 int count = fPathRef->countPoints(); in getLastPt()
706 int count = fPathRef->countPoints(); in setPt()
718 int count = fPathRef->countPoints(); in setLastPt()
754 fLastMoveToIndex = fPathRef->countPoints(); in moveTo()
1031 fLastMoveToIndex = fPathRef->countPoints(); in addPoly()
1212 int count = fPathRef->countPoints() - startPtIndex; in isZeroLengthSincePoint()
1575 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints()); in addPath()
1678 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs()); in reverseAddPath()
1795 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform()
2208 if (fPathRef->countPoints() <= 1) { in isValidImpl()