Searched defs:mapPoints (Results 1 - 3 of 3) sorted by relevance

/external/skia/include/core/
H A DSkMatrix.h46 like mapPoints, to optimize its inner loops to only perform as much
305 void mapPoints(SkPoint dst[], const SkPoint src[], int count) const;
314 void mapPoints(SkPoint pts[], int count) const { function in class:SkMatrix
315 this->mapPoints(pts, pts, count);
325 This is similar to mapPoints, but ignores any translation in the matrix.
337 This is similar to mapPoints, but ignores any translation in the matrix.
/external/skia/src/core/
H A DSkMatrix.cpp970 void SkMatrix::mapPoints(SkPoint dst[], const SkPoint src[], int count) const { function in class:SkMatrix
998 tmp.mapPoints(dst, src, count);
1006 this->mapPoints((SkPoint*)dst, (const SkPoint*)&src, 2);
1013 this->mapPoints(quad, quad, 4);
/external/webkit/WebKit/android/plugins/
H A Dandroid_npapi.h300 void (*mapPoints)(ANPMatrix*, float dst[], const float src[], member in struct:ANPMatrixInterfaceV0

Completed in 78 milliseconds