Searched defs:mapVectors (Results 1 – 3 of 3) sorted by relevance
1503 void mapVectors(SkVector vecs[], int count) const { in mapVectors() function
334 protected void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount) { in mapVectors() method in ShadowLegacyMatrix
1109 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix