Searched defs:dstIndex (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/graphics/java/android/graphics/ |
| D | Matrix.java | 578 float[] dst, int dstIndex, in checkPointArrays() 602 float[] dst, int dstIndex, in setPolyToPoly() 631 public void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 651 public void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, in mapVectors() 862 float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount); in nSetPolyToPoly() 865 float[] dst, int dstIndex, float[] src, int srcIndex, in nMapPoints()
|
| /frameworks/layoutlib/bridge/src/android/graphics/ |
| D | Matrix_Delegate.java | 598 float[] dst, int dstIndex, int pointCount) { in nSetPolyToPoly() 640 /*package*/ static void nMapPoints(long native_object, float[] dst, int dstIndex, in nMapPoints() 869 private void mapPoints(float[] dst, int dstIndex, float[] src, int srcIndex, in mapPoints() 908 private void mapVectors(float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount) { in mapVectors()
|
| /frameworks/base/libs/hwui/jni/ |
| D | android_graphics_Matrix.cpp | 56 jfloatArray dst, jint dstIndex, jfloatArray src, jint srcIndex, in mapPoints() 97 jfloatArray jdst, jint dstIndex, jint ptCount) { in setPolyToPoly()
|
| /frameworks/av/services/camera/libcameraservice/api2/ |
| D | HeicCompositeStream.cpp | 1578 int32_t dstIndex = imageInfo->mPlane[MediaImage2::U].mOffset + in copyOneYuvTile() local
|