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

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c134 if (res == CRES_INVISIBLE) break; \
136 if (res == CRES_INVISIBLE) break; \
138 if (res == CRES_INVISIBLE) break; \
140 if (res == CRES_INVISIBLE) break; \
320 CRES_INVISIBLE enumerator in enum:__anon921
332 res = CRES_INVISIBLE; \
339 res = CRES_INVISIBLE; \
381 } else if (res == CRES_INVISIBLE) { \
383 res = CRES_INVISIBLE; \
1386 if (res == CRES_INVISIBLE) retur
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java294 private static final int CRES_INVISIBLE = 4; field in class:ProcessPath
311 return CRES_INVISIBLE;
317 return CRES_INVISIBLE;
336 return CRES_INVISIBLE;
342 return CRES_INVISIBLE;
391 } else if (res == CRES_INVISIBLE) {
393 res = CRES_INVISIBLE;
415 } else if (res == CRES_INVISIBLE) {
417 res = CRES_INVISIBLE;
1378 if (res == CRES_INVISIBLE) retur
[all...]

Completed in 50 milliseconds