Searched defs:dstIndex (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | Matrix.java | 579 float[] dst, int dstIndex, in checkPointArrays() 603 float[] dst, int dstIndex, in setPolyToPoly() 632 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 652 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 861 float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in nSetPolyToPoly() 864 float[] dst, int dstIndex, float[] src, int srcIndex, in nMapPoints()
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | Matrix_Delegate.java | 599 float[] dst, int dstIndex, int pointCount) { in nSetPolyToPoly() 641 /*package*/ static void nMapPoints(long native_object, float[] dst, int dstIndex, in nMapPoints() 870 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 909 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors()
|
| /frameworks/base/core/jni/android/graphics/ |
| D | Matrix.cpp | 59 jfloatArray dst, jint dstIndex, jfloatArray src, jint srcIndex, in mapPoints() 100 jfloatArray jdst, jint dstIndex, jint ptCount) { in setPolyToPoly()
|
| /frameworks/av/services/camera/libcameraservice/api2/ |
| D | HeicCompositeStream.cpp | 1439 int32_t dstIndex = imageInfo->mPlane[MediaImage2::U].mOffset + in copyOneYuvTile() local
|