Home
last modified time | relevance | path

Searched refs:mapVectors (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java654 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() method in Matrix
686 public void mapVectors(float[] dst, float[] src) { in mapVectors() method in Matrix
690 mapVectors(dst, 0, src, 0, dst.length >> 1); in mapVectors()
710 public void mapVectors(float[] vecs) { in mapVectors() method in Matrix
711 mapVectors(vecs, 0, vecs, 0, vecs.length >> 1); in mapVectors()
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentAnimationAdapter.java213 mTransformation.getMatrix().mapVectors(mVecs); in onAnimationUpdateInner()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowChangeAnimationSpec.java154 matrix.mapVectors(tmp.mVecs); in apply()
/frameworks/base/libs/hwui/jni/
Dandroid_graphics_Matrix.cpp68 matrix->mapVectors((SkVector*) dstArray, (const SkVector*) srcArray, in mapPoints()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt10854 method public void mapVectors(float[], int, float[], int, int);
10855 method public void mapVectors(float[], float[]);
10856 method public void mapVectors(float[]);
/frameworks/base/core/api/
Dcurrent.txt16304 method public void mapVectors(float[], int, float[], int, int);
16305 method public void mapVectors(float[], float[]);
16306 method public void mapVectors(float[]);