Lines Matching refs:mapPoints
403 With mapPoints(), scales SkPoint along the x-axis.
410 With mapPoints(), scales SkPoint along the y-axis.
417 With mapPoints(), skews SkPoint along the y-axis.
425 With mapPoints(), skews SkPoint along the x-axis.
433 With mapPoints(), moves SkPoint along the x-axis.
440 With mapPoints(), moves SkPoint along the y-axis.
1253 * However, for most uses (e.g. mapPoints) a bottom row of [0, 0, X] behaves like a
1296 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const;
1321 void mapPoints(SkPoint pts[], int count) const {
1322 this->mapPoints(pts, pts, count);
1615 this->mapPoints(dst, 4);