Searched defs:dstIndex (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | Matrix.java | 356 float[] dst, int dstIndex, in checkPointArrays() 380 float[] dst, int dstIndex, in setPolyToPoly() 410 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 428 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 658 float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in native_setPolyToPoly() 661 float[] dst, int dstIndex, float[] src, int srcIndex, in native_mapPoints()
|
| /frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
| D | Matrix.java | 736 float[] dst, int dstIndex, in setPolyToPoly() 788 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 818 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors()
|
| /frameworks/base/core/jni/android/graphics/ |
| D | Matrix.cpp | 238 jfloatArray jdst, int dstIndex, int ptCount) { in setPolyToPoly() 268 jfloatArray dst, int dstIndex, in mapPoints()
|