Home | History | Annotate | Download | only in gm

Lines Matching defs:pts

203                     SkPoint* pts = chopped + 3 * c;
206 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
210 bounds.set(pts, 4);
347 SkPoint* pts = dst[c].fPts;
349 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
355 bounds.set(pts, 3);
585 SkPoint* pts = chopped + 2 * c;
588 canvas->drawCircle(pts[i].fX, pts[i].fY, 3.f, choppedPtPaint);
592 bounds.set(pts, 3);
607 GrPathUtils::QuadUVMatrix DevToUV(pts);