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

/external/skia/include/core/
H A DSkMatrix.h435 void mapVectors(SkVector dst[], const SkVector src[], int count) const;
444 void mapVectors(SkVector vecs[], int count) const { function in class:SkMatrix
445 this->mapVectors(vecs, vecs, count);
/external/skia/legacy/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/legacy/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);
/external/skia/src/core/
H A DSkMatrix.cpp1193 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { function in class:SkMatrix
1237 this->mapVectors(vec, 2);

Completed in 129 milliseconds