Lines Matching refs:mapPoints
388 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const;
397 void mapPoints(SkPoint pts[], int count) const {
398 this->mapPoints(pts, pts, count);
401 /** Like mapPoints but with custom byte stride between the points. Stride
408 this->mapPoints(pts, pts, 1);
413 /** Like mapPoints but with custom byte stride between the points.
420 this->mapPoints(dst, src, 1);
446 This is similar to mapPoints, but ignores any translation in the matrix.
458 This is similar to mapPoints, but ignores any translation in the matrix.
495 this->mapPoints(dst, 4);