Searched defs:mapPoints (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | Matrix.java | 631 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() method in Matrix 666 public void mapPoints(float[] dst, float[] src) { in mapPoints() method in Matrix 696 public void mapPoints(float[] pts) { in mapPoints() method in Matrix
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | Matrix_Delegate.java | 869 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() method in Matrix_Delegate 904 private void mapPoints(float[] pts) { in mapPoints() method in Matrix_Delegate
|
| /frameworks/base/libs/hwui/jni/ |
| D | android_graphics_Matrix.cpp | 55 static void mapPoints(JNIEnv* env, jobject clazz, jlong matrixHandle, in mapPoints() function in android::SkMatrixGlue
|