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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConvClearEdge_Fp.c77 mlib_s32 testchan; \
79 testchan = 1; \
81 if ((mask & testchan) == 0) { \
82 testchan <<= 1; \
85 testchan <<= 1; \
H A Dmlib_c_ImageConvClearEdge.c76 mlib_s32 testchan; \
78 testchan = 1; \
80 if ((mask & testchan) == 0) { \
81 testchan <<= 1; \
84 testchan <<= 1; \
H A Dmlib_c_ImageConvCopyEdge.c81 mlib_s32 testchan; \
83 testchan = 1; \
85 if ((mask & testchan) == 0) { \
86 testchan <<= 1; \
89 testchan <<= 1; \
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_ImageConvCopyEdge_Fp.c80 mlib_s32 testchan; \
82 testchan = 1; \
84 if ((mask & testchan) == 0) { \
85 testchan <<= 1; \
88 testchan <<= 1; \
H A Dmlib_v_ImageConvMxN_8.c153 mlib_s32 i, j, l, chan, testchan; local
205 testchan = 1;
211 if ((cmask & testchan) == 0) {
212 testchan <<= 1;
220 (*p_proc_load) ((mlib_u8 *) sp, (mlib_u8 *) buffn, ssize, testchan);
241 (*p_proc_load) ((mlib_u8 *) sp, (mlib_u8 *) buffn, ssize, testchan);
778 (*p_proc_store) ((mlib_u8 *) buffe, (mlib_u8 *) dl, xsize, testchan);
789 testchan <<= 1;
H A Dmlib_v_ImageConvCopyEdge.c145 mlib_s32 emask, testchan; \
149 testchan = 1; \
151 if ((mask & testchan) == 0) { \
152 testchan <<= 1; \
155 testchan <<= 1; \
184 testchan = 1; \
186 if ((mask & testchan) == 0) { \
187 testchan <<= 1; \
190 testchan <<= 1; \
H A Dmlib_v_ImageConvClearEdge.c175 mlib_s32 emask, testchan; \
179 testchan = 1; \
181 if ((mask & testchan) == 0) { \
182 testchan <<= 1; \
185 testchan <<= 1; \
213 testchan = 1; \
215 if ((mask & testchan) == 0) { \
216 testchan <<= 1; \
219 testchan <<= 1; \
H A Dmlib_v_ImageConvMxN_8ext.c858 mlib_s32 i, j, l, chan, testchan; local
908 testchan = 1;
914 if ((cmask & testchan) == 0) {
915 testchan <<= 1;
922 (*p_proc_load) ((mlib_u8 *) sl, (mlib_u8 *) buffn + dx_l, ssize, testchan);
954 (*p_proc_load) ((mlib_u8 *) sl, (mlib_u8 *) buffn + dx_l, ssize, testchan);
1508 (*p_proc_store) ((mlib_u8 *) buffe, (mlib_u8 *) dl, xsize, testchan);
1520 testchan <<= 1;

Completed in 54 milliseconds