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

/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java135 int x2, int y2, int [] pixelInfo,
443 boolean checkBounds, int[] pixelInfo) {
457 if (pixelInfo[0] == 0) {
458 pixelInfo[0] = 1;
459 pixelInfo[1] = X0;
460 pixelInfo[2] = Y0;
461 pixelInfo[3] = X0;
462 pixelInfo[4] = Y0;
464 } else if ((X0 != pixelInfo[3] || Y0 != pixelInfo[
134 processFixedLine(int x1, int y1, int x2, int y2, int [] pixelInfo, boolean checkBounds, boolean endSubPath) argument
442 PROCESS_LINE(int fX0, int fY0, int fX1, int fY1, boolean checkBounds, int[] pixelInfo) argument
518 PROCESS_POINT(int fX, int fY, boolean checkBounds, int[] pixelInfo) argument
575 processFixedLine(int x1, int y1, int x2, int y2, int[] pixelInfo, boolean checkBounds, boolean endSubPath) argument
668 DrawMonotonicQuad(ProcessHandler hnd, float[] coords, boolean checkBounds, int[] pixelInfo) argument
778 ProcessMonotonicQuad(ProcessHandler hnd, float[] coords, int[] pixelInfo) argument
858 ProcessQuad(ProcessHandler hnd, float[] coords, int[] pixelInfo) argument
965 ProcessFirstMonotonicPartOfQuad(ProcessHandler hnd, float[] coords, int[] pixelInfo, float t) argument
988 DrawMonotonicCubic(ProcessHandler hnd, float[] coords, boolean checkBounds, int[] pixelInfo) argument
1136 ProcessMonotonicCubic(ProcessHandler hnd, float[] coords, int[] pixelInfo) argument
1225 ProcessCubic(ProcessHandler hnd, float[] coords, int[] pixelInfo) argument
1328 ProcessFirstMonotonicPartOfCubic(ProcessHandler hnd, float[] coords, int[] pixelInfo, float t) argument
1359 ProcessLine(ProcessHandler hnd, float x1, float y1, float x2, float y2, int[] pixelInfo) argument
2027 processFixedLine(int x1, int y1, int x2, int y2, int[] pixelInfo, boolean checkBounds, boolean endSubPath) argument
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DProcessPath.c113 #define PROCESS_LINE(hnd, fX0, fY0, fX1, fY1, checkBounds, pixelInfo) \
145 if (pixelInfo[0] == 0) { \
146 pixelInfo[0] = 1; \
147 pixelInfo[1] = X0; \
148 pixelInfo[2] = Y0; \
149 pixelInfo[3] = X0; \
150 pixelInfo[4] = Y0; \
152 } else if ((X0 != pixelInfo[3] || Y0 != pixelInfo[4]) && \
153 (X0 != pixelInfo[
473 ProcessFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument
565 DrawMonotonicQuad(ProcessHandler* hnd, jfloat *coords, jboolean checkBounds, jint* pixelInfo) argument
676 ProcessMonotonicQuad(ProcessHandler* hnd, jfloat *coords, jint* pixelInfo) argument
758 ProcessFirstMonotonicPartOfQuad(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo, jfloat t) argument
780 ProcessQuad(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo) argument
993 DrawMonotonicCubic(ProcessHandler* hnd, jfloat *coords, jboolean checkBounds, jint* pixelInfo) argument
1159 ProcessMonotonicCubic(ProcessHandler* hnd, jfloat *coords, jint* pixelInfo) argument
1253 ProcessFirstMonotonicPartOfCubic(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo, jfloat t) argument
1284 ProcessCubic(ProcessHandler* hnd, jfloat* coords, jint* pixelInfo) argument
1366 ProcessLine(ProcessHandler* hnd, jfloat *coord1, jfloat *coord2, jint* pixelInfo) argument
1467 jint pixelInfo[5]; local
2094 StoreFixedLine(ProcessHandler* hnd,jint x1,jint y1,jint x2,jint y2, jint* pixelInfo,jboolean checkBounds, jboolean endSubPath) argument
[all...]
H A DProcessPath.h84 jint x2,jint y2, jint* pixelInfo,

Completed in 37 milliseconds