Searched defs:mapVectors (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java695 d.mapVectors(dst, dstIndex, src, srcIndex, ptCount);
717 d.mapVectors(src, 0, src, 0, 2);
949 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java617 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, method in class:Matrix
650 public void mapVectors(float[] dst, float[] src) { method in class:Matrix
654 mapVectors(dst, 0, src, 0, dst.length >> 1);
676 public void mapVectors(float[] vecs) { method in class:Matrix
677 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1);

Completed in 67 milliseconds