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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java291 private static final int CRES_MIN_CLIPPED = 0; field in class:ProcessPath
297 return res == CRES_MIN_CLIPPED || res == CRES_MAX_CLIPPED;
313 res = CRES_MIN_CLIPPED;
338 res = CRES_MIN_CLIPPED;
386 if (res == CRES_MIN_CLIPPED) {
410 if (res == CRES_MIN_CLIPPED) {
1431 if (res == CRES_MIN_CLIPPED) {
1457 if (res == CRES_MIN_CLIPPED) {
2073 if (res == CRES_MIN_CLIPPED) {
2095 if (res == CRES_MIN_CLIPPED) {
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c317 CRES_MIN_CLIPPED, enumerator in enum:__anon921
323 #define IS_CLIPPED(res) (res == CRES_MIN_CLIPPED || res == CRES_MAX_CLIPPED)
335 res = CRES_MIN_CLIPPED; \
376 if (res == CRES_MIN_CLIPPED) { \
1428 if (res == CRES_MIN_CLIPPED) {
1451 if (res == CRES_MIN_CLIPPED) {
2128 if (res == CRES_MIN_CLIPPED) {
2146 if (res == CRES_MIN_CLIPPED) {

Completed in 3177 milliseconds