Searched refs:xLeft (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageScanPoly.c241 mlib_d64 xLeft, xRight, x; local
245 xLeft = coords[topIdx][0];
251 xLeft = (xLeft <= x) ? xLeft : x;
259 xLeft = (xLeft <= x) ? xLeft : x;
263 val0 = xLeft;
265 leftEdges[top] = (t >= xLeft)
393 mlib_s32 xLeft = leftEdges[i]; local
479 mlib_s32 xLeft = leftEdges[i]; local
[all...]
H A Dmlib_ImageAffine_NN_Bit.c51 xLeft = leftEdges[j] + d_bitoff; \
55 if (xLeft > xRight) continue
72 i = xLeft;
H A Dmlib_ImageAffine.h342 mlib_s32 xLeft, xRight, X, Y; \
381 xLeft = leftEdges[j]; \
386 if (xLeft > xRight) continue; \
387 dstPixelPtr = (DTYPE*)dstData + N * xLeft
392 xLeft = leftEdges[j]; \
397 dl = (void*)((DTYPE*)dstData + NCHAN*xLeft); \
398 size = xRight - xLeft + 1; \
H A Dmlib_c_ImageAffineIndex_BL.c191 for (i = 0; i < (xRight - xLeft); i++, dp += NCHAN) { \
205 (pbuff, dl, xRight - xLeft + 1, colormap); \
H A Dmlib_ImageAffineEdge.c482 xLeft = leftEdges[i]; \
486 if (xLeft < xRight) { \
487 MLIB_EDGE_ZERO_LINE(TYPE, xLeftE, xLeft); \
522 xLeft = leftEdges[i]; \
528 if (xLeft < xRight) { \
529 PROCESS_LINE(TYPE, xLeftE, xLeft); \
565 mlib_s32 xLeft, xRight, xLeftE, xRightE; \
H A Dmlib_c_ImageAffineIndex_BC.c294 for (i = 0; i < (xRight - xLeft); i++, dp += NCHAN) { \
301 (pbuff, dl, xRight - xLeft + 1, colormap); \
H A Dmlib_ImageAffine_NN.c86 size = xRight - xLeft + 1;
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_NN.c72 size = xRight - xLeft + 1;
184 size = xRight - xLeft + 1;
258 size = xRight - xLeft + 1;
362 size = xRight - xLeft + 1;
426 size = xRight - xLeft + 1;
509 size = xRight - xLeft + 1;
602 size = xRight - xLeft + 1;
H A Dmlib_v_ImageAffineIndex_BC.c94 xLeft = leftEdges[j]; \
99 if (xLeft > xRight) \
101 dstIndexPtr = (MLIB_TYPE *)dstData + xLeft; \
553 cols = xRight - xLeft + 1;
642 xRight - xLeft + 1,
687 cols = xRight - xLeft + 1;
735 xRight - xLeft + 1,
782 cols = xRight - xLeft + 1;
871 xRight - xLeft + 1,
916 cols = xRight - xLeft
[all...]
H A Dmlib_v_ImageAffine_BC.c29 * The functions step along the lines from xLeft to xRight and apply
245 cols = xRight - xLeft + 1;
489 cols = xRight - xLeft + 1;
801 cols = xRight - xLeft + 1;
1077 cols = xRight - xLeft + 1;
H A Dmlib_v_ImageAffine_BC_S16.c29 * The functions step along the lines from xLeft to xRight and apply
226 cols = xRight - xLeft + 1;
537 cols = xRight - xLeft + 1;
959 cols = xRight - xLeft + 1;
1341 cols = xRight - xLeft + 1;
H A Dmlib_v_ImageAffine_BC_U16.c29 * The functions step along the lines from xLeft to xRight and apply
219 cols = xRight - xLeft + 1;
523 cols = xRight - xLeft + 1;
946 cols = xRight - xLeft + 1;
1329 cols = xRight - xLeft + 1;

Completed in 80 milliseconds