Home | History | Annotate | Download | only in core

Lines Matching defs:mapPoints

320         With mapPoints(), scales SkPoint along the x-axis.
327 With mapPoints(), scales SkPoint along the y-axis.
334 With mapPoints(), skews SkPoint along the y-axis.
342 With mapPoints(), skews SkPoint along the x-axis.
350 With mapPoints(), moves SkPoint along the x-axis.
357 With mapPoints(), moves SkPoint along the y-axis.
1241 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const {
1271 void mapPoints(SkPoint pts[], int count) const {
1272 this->mapPoints(pts, pts, count);
1489 this->mapPoints(dst, 4);