Home | History | Annotate | Download | only in core

Lines Matching defs:countPoints

385             SkASSERT(2 == fPathRef->countPoints());
606 pts = fPathRef->points() + fPathRef->countPoints();
635 int SkPath::countPoints() const {
636 return fPathRef->countPoints();
644 int count = SkMin32(max, fPathRef->countPoints());
646 return fPathRef->countPoints();
650 if ((unsigned)index < (unsigned)fPathRef->countPoints()) {
681 int count = fPathRef->countPoints();
697 int count = fPathRef->countPoints();
709 int count = fPathRef->countPoints();
745 fLastMoveToIndex = fPathRef->countPoints();
1022 fLastMoveToIndex = fPathRef->countPoints();
1203 int count = fPathRef->countPoints() - startPtIndex;
1547 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints());
1650 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs());
1767 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2324 if (fPathRef->countPoints() <= 1) {