Searched defs:mapVectors (Results 1 – 5 of 5) sorted by relevance
/external/skqp/include/core/ |
D | SkMatrix.h | 1376 void mapVectors(SkVector vecs[], int count) const { in mapVectors() function
|
/external/skia/include/core/ |
D | SkMatrix.h | 1497 void mapVectors(SkVector vecs[], int count) const { in mapVectors() function
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMatrix.java | 335 protected void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int vectorCount) { in mapVectors() method in ShadowMatrix
|
/external/skia/src/core/ |
D | SkMatrix.cpp | 1105 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix
|
/external/skqp/src/core/ |
D | SkMatrix.cpp | 1089 void SkMatrix::mapVectors(SkPoint dst[], const SkPoint src[], int count) const { in mapVectors() function in SkMatrix
|