Searched defs:dstIndex (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 548 float[] dst, int dstIndex, in checkPointArrays() 572 float[] dst, int dstIndex, in setPolyToPoly() 602 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 624 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 867 float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in native_setPolyToPoly() 870 float[] dst, int dstIndex, float[] src, int srcIndex, in native_mapPoints()
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 648 float[] dst, int dstIndex, int pointCount) { in native_setPolyToPoly() 685 /*package*/ static void native_mapPoints(int native_object, float[] dst, int dstIndex, in native_mapPoints() 910 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 949 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors()
|
/frameworks/base/core/jni/android/graphics/ |
D | Matrix.cpp | 237 jfloatArray jdst, int dstIndex, int ptCount) { in setPolyToPoly() 267 jfloatArray dst, int dstIndex, in mapPoints()
|