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

/openjdk9/jdk/src/java.desktop/share/native/libawt/java2d/loops/
H A DProcessPath.c133 TESTANDCLIP(yMinf, yMaxf, Y0, X0, Y1, X1, jint, res); \
135 TESTANDCLIP(yMinf, yMaxf, Y1, X1, Y0, X0, jint, res); \
137 TESTANDCLIP(xMinf, xMaxf, X0, Y0, X1, Y1, jint, res); \
139 TESTANDCLIP(xMinf, xMaxf, X1, Y1, X0, Y0, jint, res); \
325 #define TESTANDCLIP(LINE_MIN, LINE_MAX, a1, b1, a2, b2, TYPE, res) \ macro
375 TESTANDCLIP(LINE_MIN, LINE_MAX, a1, b1, a2, b2, TYPE, res); \
1385 TESTANDCLIP(yMin, yMax, y1, x1, y2, x2, jfloat, res);
1388 TESTANDCLIP(yMin, yMax, y2, x2, y1, x1, jfloat, res);
1394 TESTANDCLIP(xMin, xMax,
1398 TESTANDCLIP(xMi
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/java2d/loops/
H A DProcessPath.java304 private static int TESTANDCLIP(float LINE_MIN, float LINE_MAX, float[] c, method in class:ProcessPath
329 private static int TESTANDCLIP(int LINE_MIN, int LINE_MAX, int[] c, method in class:ProcessPath
385 int res = TESTANDCLIP(LINE_MIN, LINE_MAX, c, a1, b1, a2, b2);
409 int res = TESTANDCLIP(LINE_MIN, LINE_MAX, c, a1, b1, a2, b2);
1375 // TESTANDCLIP(yMin, yMax, y1, x1, y2, x2, res);
1377 res = TESTANDCLIP(yMin, yMax, c, 1, 0, 3, 2);
1381 // TESTANDCLIP(yMin, yMax, y2, x2, y1, x1, res);
1383 res = TESTANDCLIP(yMin, yMax, c, 3, 2, 1, 0);
1390 // TESTANDCLIP(xMin, xMax, x1, y1, x2, y2, res);
1392 res = TESTANDCLIP(xMi
[all...]

Completed in 100 milliseconds