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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageConvClearEdge.c87 for (i = dy_t; i < (dst_height - dy_b); i++) { \
92 for (i = dy_t; i < (dst_height - dy_b); i++) { \
103 pdst[(dst_height-1 - i)*dst_stride + l + j*chan] = color_i; \
119 mlib_s32 dst_height = mlib_ImageGetHeight(dst); local
127 if (dy_t + dy_b > dst_height) {
128 dy_t = dst_height;
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageConvClearEdge.c171 mlib_s32 dst_height = mlib_ImageGetHeight(dst); \
188 for (i = dy_t; i < (dst_height - dy_b); i++) { \
193 for (i = dy_t; i < (dst_height - dy_b); i++) { \
204 dst_stride *= (dst_height - dy_b); \
205 dst_height = 2; \
228 pdst[(dst_height - 1 - i) * dst_stride + l + j * chan] = \
246 mlib_s32 dst_height = mlib_ImageGetHeight(dst); local
253 if (dy_t + dy_b > dst_height) {
254 dy_t = dst_height;
397 pdst_row = pdst + (dst_height
[all...]

Completed in 32 milliseconds