Home
last modified time | relevance | path

Searched defs:dstIndex (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DMatrix.java579 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/
DMatrix_Delegate.java599 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/
DMatrix.cpp59 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/
DHeicCompositeStream.cpp1439 int32_t dstIndex = imageInfo->mPlane[MediaImage2::U].mOffset + in copyOneYuvTile() local