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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConvCopyEdge_Bit.c92 mlib_u8 mask, mask_end; local
170 mask_end = (0xFF << ((8 - bitoff_end) & 7));
183 pd[i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
184 (pd[i*img_strided+amount-1] & mask_end);
198 pd[-i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
199 (pd[-i*img_strided+amount-1] & mask_end);
311 mask_end = (0xFF << ((8 - bitoff_end) & 7));
327 pd[i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
328 (pd[i*img_strided+amount-1] & mask_end);
345 pd[-i*img_strided+amount-1] = (tmp_end & (~mask_end)) |
[all...]
H A Dmlib_ImageConvClearEdge_Bit.c84 mlib_u8 color_i, mask, mask_end, tmp_color; local
177 mask_end = (0xFF << ((8 - bitoff_end) & 7));
189 pd[i*img_stride+amount-1] = (tmp_end & (~mask_end)) |
190 (pd[i*img_stride+amount-1] & mask_end);
203 pd[-i*img_stride+amount-1] = (tmp_end & (~mask_end)) |
204 (pd[-i*img_stride+amount-1] & mask_end);

Completed in 30 milliseconds