Searched refs:xmax (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | FindRegion.java | 194 int xmax = (int) (mRoiBounds.right + mRoiBounds.width() * 2); in calcSearchRange() local 196 xmax = Math.min(imgWidth, xmax); in calcSearchRange() 198 xmax = Math.max(0, xmax); in calcSearchRange() 200 return new Rect(xmin, ymin, xmax, ymax); in calcSearchRange()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 505 GLfloat xmin, xmax, ymin, ymax; in gluPerspective() local 510 xmax = ymax * aspect; in gluPerspective() 512 glFrustumx((GLfixed)(xmin * 65536), (GLfixed)(xmax * 65536), in gluPerspective()
|