Home | History | Annotate | Download | only in core

Lines Matching defs:countPoints

331             SkASSERT(2 == fPathRef->countPoints());
573 int SkPath::countPoints() const {
574 return fPathRef->countPoints();
582 int count = SkMin32(max, fPathRef->countPoints());
584 return fPathRef->countPoints();
588 if ((unsigned)index < (unsigned)fPathRef->countPoints()) {
619 int count = fPathRef->countPoints();
635 int count = fPathRef->countPoints();
671 fLastMoveToIndex = fPathRef->countPoints();
863 fLastMoveToIndex = fPathRef->countPoints();
1361 fLastMoveToIndex = fPathRef->countPoints();
1454 SkPathRef::Editor(&fPathRef, path.countVerbs(), path.countPoints());
1524 SkPathRef::Editor(&fPathRef, vcount, path.countPoints());
1565 SkPathRef::Editor ed(&fPathRef, src.fPathRef->countPoints(), src.fPathRef->countVerbs());
1695 matrix.mapPoints(ed.points(), ed.pathRef()->countPoints());
2200 if (fPathRef->countPoints() <= 1) {