Home | History | Annotate | Download | only in gregbook

Lines Matching refs:bg_blue

579         rpng2_info.bg_blue  = (uch)b;
829 ulg bg_blue = rpng2_info.bg_blue;
1043 (bg_blue << BShift);
1047 (((bg_blue << 8) >> BShift) & BMask);
1376 uch bg_blue = rpng2_info.bg_blue;
1461 bg_blue = *src2++;
1470 blue = bg_blue;
1477 alpha_composite(blue, b, a, bg_blue);
1529 bg_blue = *src2++;
1538 blue = ((ush)bg_blue << 8);
1545 alpha_composite(b, b, a, bg_blue);
1617 uch bg_blue = rpng2_info.bg_blue;
1704 bg_blue = *src2++;
1713 blue = bg_blue;
1720 alpha_composite(blue, b, a, bg_blue);
1802 bg_blue = *src2++;
1811 blue = ((ush)bg_blue << 8);
1818 alpha_composite(b, b, a, bg_blue);