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

/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageConvClearEdge_Bit.c83 mlib_s32 bitoff_end; local
174 bitoff_end = (bitoff + img_width) & 7;
177 mask_end = (0xFF << ((8 - bitoff_end) & 7));
H A Dmlib_ImageConvCopyEdge_Bit.c90 mlib_s32 bitoff_end, test, shift1, shift2; local
167 bitoff_end = (bitoffd + img_width) & 7;
170 mask_end = (0xFF << ((8 - bitoff_end) & 7));
308 bitoff_end = (bitoffd + img_width) & 7;
311 mask_end = (0xFF << ((8 - bitoff_end) & 7));

Completed in 34 milliseconds