Searched refs:mapVectors (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 652 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() method in Matrix 684 public void mapVectors(float[] dst, float[] src) { in mapVectors() method in Matrix 688 mapVectors(dst, 0, src, 0, dst.length >> 1); in mapVectors() 708 public void mapVectors(float[] vecs) { in mapVectors() method in Matrix 709 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1); in mapVectors()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowChangeAnimationSpec.java | 159 matrix.mapVectors(tmp.mVecs); in apply()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 651 d.mapVectors(dst, dstIndex, src, srcIndex, ptCount); in nMapPoints() 673 d.mapVectors(src, 0, src, 0, 2); in nMapRadius() 909 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors() method in Matrix_Delegate
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 73 matrix->mapVectors((SkVector*) dstArray, (const SkVector*) srcArray, in mapPoints()
|
/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
D | VectorDrawable_Delegate.java | 1262 groupStackedMatrix.mapVectors(unitVectors); in getMatrixScale()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |