Home
last modified time | relevance | path

Searched refs:ymin (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/angeles/
Ddemo.c505 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/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp1557 uint32_t ymin = static_cast<uint32_t>(entry.data.i32[1]); in DngCreator_setup() local
1565 ymin = 0; in DngCreator_setup()
1568 uint32_t activeArea[] = {ymin, xmin, ymin + height, xmin + width}; in DngCreator_setup()
1659 uint32_t ymin = static_cast<uint32_t>(entry.data.i32[1]); in DngCreator_setup() local
1665 ymin, in DngCreator_setup()