Searched defs:dstIndex (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 580 float[] dst, int dstIndex, in checkPointArrays() 604 float[] dst, int dstIndex, in setPolyToPoly() 634 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 656 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 903 float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in native_setPolyToPoly() 907 float[] dst, int dstIndex, float[] src, int srcIndex, in native_mapPoints()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 593 float[] dst, int dstIndex, int pointCount) { in native_setPolyToPoly() 630 /*package*/ static void native_mapPoints(long native_object, float[] dst, int dstIndex, in native_mapPoints() 854 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 893 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors()
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 207 jfloatArray jdst, jint dstIndex, jint ptCount) { in setPolyToPoly() 235 jfloatArray dst, jint dstIndex, in mapPoints()
|