Lines Matching refs:countPoints
255 int pointCount = fPathRef->countPoints(); in interpolate()
256 if (pointCount != ending.fPathRef->countPoints()) { in interpolate()
412 SkASSERT(2 == fPathRef->countPoints()); in isLine()
662 int SkPath::countPoints() const { in countPoints() function in SkPath
663 return fPathRef->countPoints(); in countPoints()
671 int count = SkMin32(max, fPathRef->countPoints()); in getPoints()
673 return fPathRef->countPoints(); in getPoints()
677 if ((unsigned)index < (unsigned)fPathRef->countPoints()) { in getPoint()
708 int count = fPathRef->countPoints(); in getLastPt()
724 int count = fPathRef->countPoints(); in setPt()
736 int count = fPathRef->countPoints(); in setLastPt()
784 fLastMoveToIndex = fPathRef->countPoints(); in moveTo()
1068 fLastMoveToIndex = fPathRef->countPoints(); in addPoly()
1251 int count = fPathRef->countPoints() - startPtIndex; in isZeroLengthSincePoint()
1608 SkPathRef::Editor(&fPathRef, src->countVerbs(), src->countPoints()); in addPath()
1724 SkPathRef::Editor ed(&fPathRef, src->countVerbs(), src->countPoints()); in reverseAddPath()
1849 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints()); in transform()
2270 if (fPathRef->countPoints() <= 1) { in isValidImpl()
2806 int pointCount = this->countPoints(); in internalGetConvexity()