Searched refs:psrc (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_ImageConvCopyEdge_Fp.c76 type *psrc = (type *) mlib_ImageGetData(src); \
92 psrc[i * src_stride + l + j * chan]; \
98 psrc[i * src_stride + l + (img_width - 1 - j) * chan]; \
104 psrc[i * src_stride + l + j * chan]; \
110 psrc[(img_height - 1 - i) * src_stride + l + j * chan]; \
H A Dmlib_v_ImageConvCopyEdge.c138 type *psrc = (type *) mlib_ImageGetData(src); \
159 psrc[i*src_stride + l + j*chan]; \
165 psrc[i*src_stride + l+(img_width-1 - j)*chan]; \
194 psrc[i*src_stride + l + j*chan]; \
200 psrc[(img_height-1 - i)*src_stride + l + j*chan]; \
350 psrc_row = psrc + i * src_stride, pdst_row_end = pdst_row + img_width_t * nchan - 1;
374 psrc_row = psrc + (img_height - 1 - i) * src_stride;
419 psrc_row = psrc + i * src_stride, pdst_row_end = pdst_row + img_width_t * 3 - 1;
468 psrc_row = psrc + (img_height - 1 - i) * src_stride;
545 psrc_row = psrc
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageConvCopyEdge.c77 type *psrc = (type *) mlib_ImageGetData(src); \
92 pdst[i*dst_stride + l + j*chan] = psrc[i*src_stride + l + j*chan]; \
98 psrc[i*src_stride + l+(img_width-1 - j)*chan]; \
103 pdst[i*dst_stride + l + j*chan] = psrc[i*src_stride + l + j*chan]; \
109 psrc[(img_height-1 - i)*src_stride + l + j*chan]; \
H A Dmlib_ImageConvCopyEdge_Bit.c83 mlib_u8 *psrc = mlib_ImageGetData(src), *ps; local
98 ps = psrc;
133 ps = psrc + (img_width + bitoffd - dx_r) / 8;
173 ps = psrc;
188 ps = psrc + (img_height-1)*img_strides;
206 ps = psrc;
211 ps = psrc - 1;
262 ps = psrc + (img_width + bitoffd - dx_r) / 8;
314 ps = psrc-test;
332 ps = psrc
[all...]
H A Dmlib_c_ImageCopy.c166 type *psrc = (type *) mlib_ImageGetData(src); \
331 STRIP(pdst, psrc, src_width, src_height, mlib_u8);
336 mlib_u8 *psrc_row = psrc + i * src_stride, *pdst_row = pdst + i * dst_stride;
439 STRIP(pdst, psrc, src_width, src_height, mlib_u16);
444 mlib_u16 *psrc_row = psrc + i * src_stride, *pdst_row = pdst + i * dst_stride;
541 STRIP(pdst, psrc, src_width, src_height, mlib_u32);
546 mlib_u32 *psrc_row = psrc + i * src_stride, *pdst_row = pdst + i * dst_stride;
610 mlib_d64 *psrc_row = psrc + i * src_stride, *pdst_row = pdst + i * dst_stride;
H A Dmlib_c_ImageThresh1.h36 void *psrc, \
H A Dmlib_c_ImageThresh1_U8.c131 STYPE *psrc_row = psrc;
139 STRIP(pdst, psrc, width, height, 1, thresh, ghigh, glow);
176 STYPE *psrc_row = psrc;
184 STRIP(pdst, psrc, width, height, 2, thresh, ghigh, glow);
224 STYPE *psrc_row = psrc;
232 STRIP(pdst, psrc, width, height, 3, thresh, ghigh, glow);
278 STYPE *psrc_row = psrc;
286 STRIP(pdst, psrc, width, height, 4, thresh, ghigh, glow);
332 STYPE *psrc_row = psrc;
431 STYPE *psrc_row = psrc;
[all...]
H A Dmlib_ImageColorTrue2Index.c4184 void mlib_c_ImageThresh1_U81_1B(void *psrc,

Completed in 50 milliseconds