Searched refs:LOWER_BND (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/dc/
H A DDuctusRenderingEngine.java54 static final float LOWER_BND = -UPPER_BND; field in class:DuctusRenderingEngine
250 * [LOWER_BND, UPPER_BND] range. This check also handles NaN
254 if (point[0] < UPPER_BND && point[0] > LOWER_BND &&
255 point[1] < UPPER_BND && point[1] > LOWER_BND)
268 * [LOWER_BND, UPPER_BND] range. This check also handles NaN
273 if (point[0] < UPPER_BND && point[0] > LOWER_BND &&
274 point[1] < UPPER_BND && point[1] > LOWER_BND)
289 * [LOWER_BND, UPPER_BND] range. This check also handles NaN
295 if (point[2] < UPPER_BND && point[2] > LOWER_BND &&
296 point[3] < UPPER_BND && point[3] > LOWER_BND)
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h33 #define LOWER_BND (-UPPER_BND) macro
H A DProcessPath.c1540 * [LOWER_BND, UPPER_BND] range. This check also handles
1546 tCoords[0] > LOWER_BND &&
1548 tCoords[1] > LOWER_BND)
1567 * [LOWER_BND, UPPER_BND] range. This check also handles
1574 lastX > LOWER_BND &&
1576 lastY > LOWER_BND)
1602 * [LOWER_BND, UPPER_BND] range. This check also handles
1610 lastX > LOWER_BND &&
1612 lastY > LOWER_BND)
1621 tCoords[2] > LOWER_BND
[all...]
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DOSXSurfaceData.java45 final static float LOWER_BND = -UPPER_BND; field in class:OSXSurfaceData
840 if (segmentCoordinatesArray[0] < UPPER_BND && segmentCoordinatesArray[0] > LOWER_BND &&
841 segmentCoordinatesArray[1] < UPPER_BND && segmentCoordinatesArray[1] > LOWER_BND) {
850 if (segmentCoordinatesArray[0] < UPPER_BND && segmentCoordinatesArray[0] > LOWER_BND &&
851 segmentCoordinatesArray[1] < UPPER_BND && segmentCoordinatesArray[1] > LOWER_BND) {
860 if (segmentCoordinatesArray[0] < UPPER_BND && segmentCoordinatesArray[0] > LOWER_BND &&
861 segmentCoordinatesArray[1] < UPPER_BND && segmentCoordinatesArray[1] > LOWER_BND &&
862 segmentCoordinatesArray[2] < UPPER_BND && segmentCoordinatesArray[2] > LOWER_BND &&
863 segmentCoordinatesArray[3] < UPPER_BND && segmentCoordinatesArray[3] > LOWER_BND) {
874 if (segmentCoordinatesArray[0] < UPPER_BND && segmentCoordinatesArray[0] > LOWER_BND
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java178 private static final float LOWER_BND = -UPPER_BND; field in class:ProcessPath
1525 * [LOWER_BND, UPPER_BND] range. This check also handles
1531 tCoords[0] > LOWER_BND &&
1533 tCoords[1] > LOWER_BND)
1549 * [LOWER_BND, UPPER_BND] range. This check also handles
1556 lastX > LOWER_BND &&
1558 lastY > LOWER_BND)
1580 * [LOWER_BND, UPPER_BND] range. This check also handles
1588 lastX > LOWER_BND &&
1590 lastY > LOWER_BND)
[all...]

Completed in 63 milliseconds