Lines Matching refs:bmask

79   mlib_u8 bcolor0, bmask, emask, src;
96 bmask = (0xFF >> (8 - img_width)) << (8 - img_bitoff - img_width);
98 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
102 bmask = 0xFF >> img_bitoff;
104 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
120 bmask = (0xFF << (8 - (img_width - j))) & 0xFF;
122 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
142 bmask = (0xFF << (8 - (img_width - j))) & 0xFF;
144 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
160 mlib_u8 bcolor0, bmask, emask, src;
182 bmask = (0xFF >> (8 - img_width)) << (8 - img_bitoff - img_width);
184 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
188 bmask = 0xFF >> img_bitoff;
190 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
206 bmask = (0xFF << (8 - (img_width - j))) & 0xFF;
208 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
228 bmask = (0xFF << (8 - (img_width - j))) & 0xFF;
230 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
246 mlib_u8 bcolor, bmask, emask, src;
276 bmask = (0xFF >> (8 - img_width)) << (8 - img_bitoff - img_width);
279 pimg_row[0] = (src & ~bmask) | (bcolor & bmask);
283 bmask = 0xFF >> img_bitoff;
287 pimg_row[0] = (src & ~bmask) | (bcolor & bmask);
332 bmask = (0xFF << (8 - j)) & 0xFF;
335 pimg_row[0] = (src & ~bmask) | (bcolor & bmask);
351 mlib_u8 bcolor0, bmask, emask, src;
374 bmask = (0xFF >> (8 - img_width)) << (8 - img_bitoff - img_width);
376 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
380 bmask = 0xFF >> img_bitoff;
382 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
398 bmask = (0xFF << (8 - (img_width - j))) & 0xFF;
400 pimg_row[0] = (src & ~bmask) | (color0 & bmask);
420 bmask = (0xFF << (8 - (img_width - j))) & 0xFF;
422 pimg_row[0] = (src & ~bmask) | (color0 & bmask);