Home | History | Annotate | Download | only in gregbook

Lines Matching refs:bg_blue

581         rpng2_info.bg_blue  = (uch)b;
838 ulg bg_blue = rpng2_info.bg_blue;
1052 (bg_blue << BShift);
1056 (((bg_blue << 8) >> BShift) & BMask);
1385 uch bg_blue = rpng2_info.bg_blue;
1470 bg_blue = *src2++;
1479 blue = bg_blue;
1486 alpha_composite(blue, b, a, bg_blue);
1538 bg_blue = *src2++;
1547 blue = ((ush)bg_blue << 8);
1554 alpha_composite(b, b, a, bg_blue);
1626 uch bg_blue = rpng2_info.bg_blue;
1713 bg_blue = *src2++;
1722 blue = bg_blue;
1729 alpha_composite(blue, b, a, bg_blue);
1811 bg_blue = *src2++;
1820 blue = ((ush)bg_blue << 8);
1827 alpha_composite(b, b, a, bg_blue);