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

/external/skia/include/core/
H A DSkMatrix.h418 void mapVectors(SkVector dst[], const SkVector src[], int count) const;
427 void mapVectors(SkVector vecs[], int count) const { function in class:SkMatrix
428 this->mapVectors(vecs, vecs, count);
/external/skia/src/core/
H A DSkMatrix.cpp1084 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { function in class:SkMatrix
1128 this->mapVectors(vec, 2);

Completed in 47 milliseconds