Home
last modified time | relevance | path

Searched defs:mapPoints (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java632 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() method in Matrix
667 public void mapPoints(float[] dst, float[] src) { in mapPoints() method in Matrix
697 public void mapPoints(float[] pts) { in mapPoints() method in Matrix
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java870 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() method in Matrix_Delegate
905 private void mapPoints(float[] pts) { in mapPoints() method in Matrix_Delegate
/frameworks/base/core/jni/android/graphics/
DMatrix.cpp58 static void mapPoints(JNIEnv* env, jobject clazz, jlong matrixHandle, in mapPoints() function in android::SkMatrixGlue