Searched refs:clipMode (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.h90 PHClip clipMode; member in struct:_ProcessHandler
H A DProcessPath.c697 if (hnd->clipMode == PH_MODE_DRAW_CLIP) {
1184 if (hnd->clipMode == PH_MODE_DRAW_CLIP) {
1393 if (hnd->clipMode == PH_MODE_DRAW_CLIP) {
1525 if (hnd->clipMode == PH_MODE_FILL_CLIP) {
1711 if (hnd->clipMode == PH_MODE_FILL_CLIP) {
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java126 int clipMode; field in class:ProcessPath.ProcessHandler
129 int clipMode) {
131 this.clipMode = clipMode;
795 if (hnd.clipMode == PH_MODE_DRAW_CLIP) {
1155 if (hnd.clipMode == PH_MODE_DRAW_CLIP) {
1388 if (hnd.clipMode == PH_MODE_DRAW_CLIP) {
1509 if (hnd.clipMode == PH_MODE_FILL_CLIP) {
1686 if (hnd.clipMode == PH_MODE_FILL_CLIP) {
128 ProcessHandler(DrawHandler dhnd, int clipMode) argument

Completed in 43 milliseconds