Home | History | Annotate | Download | only in gregbook

Lines Matching defs:bg_blue

578         rpng2_info.bg_blue  = (uch)b;
825 ulg bg_blue = rpng2_info.bg_blue;
1039 (bg_blue << BShift);
1043 (((bg_blue << 8) >> BShift) & BMask);
1372 uch bg_blue = rpng2_info.bg_blue;
1457 bg_blue = *src2++;
1466 blue = bg_blue;
1473 alpha_composite(blue, b, a, bg_blue);
1525 bg_blue = *src2++;
1534 blue = ((ush)bg_blue << 8);
1541 alpha_composite(b, b, a, bg_blue);
1613 uch bg_blue = rpng2_info.bg_blue;
1700 bg_blue = *src2++;
1709 blue = bg_blue;
1716 alpha_composite(blue, b, a, bg_blue);
1798 bg_blue = *src2++;
1807 blue = ((ush)bg_blue << 8);
1814 alpha_composite(b, b, a, bg_blue);