Searched defs:mapVectors (Results 1 - 2 of 2) sorted by relevance

/external/skia/include/core/
H A DSkMatrix.h366 void mapVectors(SkVector dst[], const SkVector src[], int count) const;
375 void mapVectors(SkVector vecs[], int count) const { function in class:SkMatrix
376 this->mapVectors(vecs, vecs, count);
/external/skia/src/core/
H A DSkMatrix.cpp1042 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { function in class:SkMatrix
1086 this->mapVectors(vec, 2);

Completed in 32 milliseconds