Searched refs:xMin (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryableMeteringRectangle.java | 43 int xMin = value.getX(); in marshal() local 45 int xMax = xMin + value.getWidth(); in marshal() 49 buffer.putInt(xMin); in marshal() 58 int xMin = buffer.getInt(); in unmarshal() local 64 int width = xMax - xMin; in unmarshal() 67 return new MeteringRectangle(xMin, yMin, width, height, weight); in unmarshal()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/ |
D | BackDropperFilter.java | 932 float xMin = 0.f, xWidth = 1.f, yMin = 0.f, yWidth = 1.f; in updateBgScaling() local 941 xMin = 0.5f - 0.5f * mRelativeAspect; in updateBgScaling() 959 xMin = 0.5f - 0.5f * mRelativeAspect; in updateBgScaling() 976 xMin = 1.0f - xMin; in updateBgScaling() 984 xMin + ", " + yMin + ", " + xWidth + ", " + yWidth + in updateBgScaling() 989 xMin, yMin, 1.f}; in updateBgScaling()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1011 const int preCorrW, const int preCorrH, const int xMin, const int yMin) { in unDistortWithinPreCorrArray() argument 1014 int xMax = xMin + preCorrW; in unDistortWithinPreCorrArray() 1016 if (x < xMin || y < yMin || x >= xMax || y >= yMax) { in unDistortWithinPreCorrArray() 1026 const int preCorrW, const int preCorrH, const int xMin, const int yMin){ in boxWithinPrecorrectionArray() argument 1029 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1034 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1039 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1045 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1050 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() 1056 distortion, cx, cy, f, preCorrW, preCorrH, xMin, yMin)) { in boxWithinPrecorrectionArray() [all …]
|
/frameworks/minikin/tests/util/ |
D | FreeTypeMinikinFontForTest.cpp | 104 bounds->mLeft = FTPosToFloat(bbox.xMin); in GetBounds()
|