Home | History | Annotate | Download | only in utils

Lines Matching defs:mapPoints

174     m.mapPoints(p, 1);
204 m.mapPoints(pts, 3);
209 m.mapPoints(pts, 4);
233 m.mapPoints(pts, 3);
767 void mapPoints(SkScalar scale, const SkVector& xlate, SkPoint* pts, int count);
1058 ctm.mapPoints(&pts[1], 1);
1063 ctm.mapPoints(pts, 3);
1072 ctm.mapPoints(pts, 3);
1083 ctm.mapPoints(pts, 4);
1206 void SkSpotShadowTessellator::mapPoints(SkScalar scale, const SkVector& xlate,