Searched defs:img_bitoff (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dmlib_v_ImageClear_f.c77 mlib_s32 img_bitoff = mlib_ImageGetBitOffset(img); local
95 if (img_bitoff + img_width <= 8) {
96 bmask = (0xFF >> (8 - img_width)) << (8 - img_bitoff - img_width);
102 bmask = 0xFF >> img_bitoff;
106 j = 8 - img_bitoff;
158 mlib_s32 img_bitoff = mlib_ImageGetBitOffset(img); /* bits to first byte */ local
173 bcolor0 = ((img_bitoff & 1) == 0) ? color1 : color0;
181 if (img_bitoff + img_width <= 8) {
182 bmask = (0xFF >> (8 - img_width)) << (8 - img_bitoff - img_width);
188 bmask = 0xFF >> img_bitoff;
244 mlib_s32 img_bitoff = mlib_ImageGetBitOffset(img); /* bits to first byte */ local
349 mlib_s32 img_bitoff = mlib_ImageGetBitOffset(img); /* bits to first byte */ local
[all...]

Completed in 645 milliseconds