Searched refs:ymax (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DFindRegion.java195 int ymax = (int) (mRoiBounds.bottom + mRoiBounds.height() * 2);
197 ymax = Math.min(imgHeight, ymax);
199 ymax = Math.max(0, ymax);
200 return new Rect(xmin, ymin, xmax, ymax);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c505 GLfloat xmin, xmax, ymin, ymax; local
507 ymax = zNear * (GLfloat)tan(fovy * PI / 360);
508 ymin = -ymax;
510 xmax = ymax * aspect;
513 (GLfixed)(ymin * 65536), (GLfixed)(ymax * 65536),

Completed in 89 milliseconds