Searched defs:srcIndex (Results 1 – 3 of 3) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | Matrix.java | 355 private static void checkPointArrays(float[] src, int srcIndex, in checkPointArrays() 379 public boolean setPolyToPoly(float[] src, int srcIndex, 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 | 735 public boolean setPolyToPoly(float[] src, int srcIndex, 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 | 237 jfloatArray jsrc, int srcIndex, in setPolyToPoly() 269 jfloatArray src, int srcIndex, in mapPoints()
|