Searched defs:ymin (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1597 uint32_t ymin = static_cast<uint32_t>(entry.data.i32[1]); local
1605 ymin = 0;
1608 uint32_t activeArea[] = {ymin, xmin, ymin + height, xmin + width};
1693 uint32_t ymin = static_cast<uint32_t>(entry.data.i32[1]); local
1730 y -= static_cast<int32_t>(ymin);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c505 GLfloat xmin, xmax, ymin, ymax; local
508 ymin = -ymax;
509 xmin = ymin * aspect;
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),

Completed in 132 milliseconds