Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java656 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() method in Matrix
689 public void mapVectors(float[] dst, float[] src) { in mapVectors() method in Matrix
715 public void mapVectors(float[] vecs) { in mapVectors() method in Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java893 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors() method in Matrix_Delegate