Searched refs:ymin (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 505 GLfloat xmin, xmax, ymin, ymax; in gluPerspective() local 508 ymin = -ymax; in gluPerspective() 509 xmin = ymin * aspect; in gluPerspective() 513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536), in gluPerspective()
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | FindRegion.java | 193 int ymin = Math.max(0, (int) (mRoiBounds.top - mRoiBounds.height() * 2)); in calcSearchRange() local 200 return new Rect(xmin, ymin, xmax, ymax); in calcSearchRange()
|
/frameworks/base/core/jni/ |
D | android_hardware_camera2_DngCreator.cpp | 1783 uint32_t ymin = static_cast<uint32_t>(entry.data.i32[1]); in DngCreator_setup() local 1791 ymin = 0; in DngCreator_setup() 1794 uint32_t activeArea[] = {ymin, xmin, ymin + height, xmin + width}; in DngCreator_setup() 1879 uint32_t ymin = static_cast<uint32_t>(entry.data.i32[1]); in DngCreator_setup() local 1917 y -= static_cast<int32_t>(ymin); in DngCreator_setup()
|