Home | History | Annotate | Download | only in coders

Lines Matching refs:blue_mask

293   ximage->blue_mask=header.blue_mask;
409 (ximage->green_mask != 0) || (ximage->blue_mask != 0))
424 blue_mask,
448 blue_mask=ximage->blue_mask;
450 while ((blue_mask != 0) && ((blue_mask & 0x01) == 0))
452 blue_mask>>=1;
475 index=(Quantum) ((pixel >> blue_shift) & blue_mask);
506 color=(pixel >> blue_shift) & blue_mask;
507 if (blue_mask != 0)
508 color=(color*65535UL)/blue_mask;
756 xwd_info.blue_mask=(CARD32) (image->storage_class == DirectClass ? 0xff : 0);