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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConv_16ext.c83 #define KSIZE1 (KSIZE - 1) macro
294 swid = wid + KSIZE1;
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
539 if ((1 > dx_l) && (1 < wid + KSIZE1 - dx_r)) delta_chan = chan1;
549 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl += sll;
661 swid = wid + KSIZE1;
689 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
692 if ((2 > dy_t) && (2 < hgt + KSIZE1 - dy_b)) sl2 = sl1 + sll;
868 swid = wid + KSIZE1;
897 if ((1 > dy_t) && (1 < hgt + KSIZE1
[all...]
H A Dmlib_ImageConv_8ext.c83 #define KSIZE1 (KSIZE - 1) macro
294 swid = wid + KSIZE1;
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
539 if ((1 > dx_l) && (1 < wid + KSIZE1 - dx_r)) delta_chan = chan1;
549 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl += sll;
661 swid = wid + KSIZE1;
689 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
692 if ((2 > dy_t) && (2 < hgt + KSIZE1 - dy_b)) sl2 = sl1 + sll;
868 swid = wid + KSIZE1;
897 if ((1 > dy_t) && (1 < hgt + KSIZE1
[all...]
H A Dmlib_ImageConv_u16ext.c83 #define KSIZE1 (KSIZE - 1) macro
294 swid = wid + KSIZE1;
320 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
539 if ((1 > dx_l) && (1 < wid + KSIZE1 - dx_r)) delta_chan = chan1;
549 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl += sll;
661 swid = wid + KSIZE1;
689 if ((1 > dy_t) && (1 < hgt + KSIZE1 - dy_b)) sl1 = sl + sll;
692 if ((2 > dy_t) && (2 < hgt + KSIZE1 - dy_b)) sl2 = sl1 + sll;
868 swid = wid + KSIZE1;
897 if ((1 > dy_t) && (1 < hgt + KSIZE1
[all...]

Completed in 42 milliseconds