Searched defs:bg_blue (Results 1 - 6 of 6) sorted by relevance

/external/libpng/contrib/gregbook/
H A Dreadpng2.h107 uch bg_blue; member in struct:_mainprog_info
H A Dwritepng.h117 uch bg_blue; member in struct:_mainprog_info
H A Drpng-win.c121 static uch bg_red=0, bg_green=0, bg_blue=0; variable
371 bg_blue = (uch)b;
372 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
485 *dest++ = bg_blue;
578 *dest++ = bg_blue;
586 alpha_composite(*dest++, b, a, bg_blue);
H A Drpng-x.c129 static uch bg_red=0, bg_green=0, bg_blue=0; variable
359 bg_blue = (uch)b;
360 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
616 ((ulg)bg_blue << BShift);
620 ((((ulg)bg_blue << 8) >> BShift) & BMask);
751 blue = bg_blue;
758 alpha_composite(blue, b, a, bg_blue);
813 blue = ((ush)bg_blue << 8);
820 alpha_composite(b, b, a, bg_blue);
H A Drpng2-win.c533 rpng2_info.bg_blue = (uch)b;
666 uch bg_blue = rpng2_info.bg_blue; local
716 *dest++ = bg_blue;
786 *dest++ = bg_blue;
1049 uch bg_blue = rpng2_info.bg_blue; local
1098 bg_blue = *src2++;
1105 *dest++ = bg_blue;
1113 alpha_composite(*dest++, b, a, bg_blue);
[all...]
H A Drpng2-x.c578 rpng2_info.bg_blue = (uch)b;
825 ulg bg_blue = rpng2_info.bg_blue; local
1039 (bg_blue << BShift);
1043 (((bg_blue << 8) >> BShift) & BMask);
1372 uch bg_blue = rpng2_info.bg_blue; local
1457 bg_blue = *src2++;
1466 blue = bg_blue;
1473 alpha_composite(blue, b, a, bg_blue);
1613 uch bg_blue = rpng2_info.bg_blue; local
[all...]

Completed in 183 milliseconds