Searched refs:bg_blue (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng.h83 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue);
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 Dreadpng2.c442 mainprog_ptr->bg_blue = pBackground->blue >> 8;
446 mainprog_ptr->bg_blue = pBackground->gray? 255 : 0;
449 mainprog_ptr->bg_blue = (255/3) * pBackground->gray;
452 mainprog_ptr->bg_blue = (255/15) * pBackground->gray;
456 mainprog_ptr->bg_blue = (uch)pBackground->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 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 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...]
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 Dwritepng.c166 background.blue = mainprog_ptr->bg_blue;
H A Dwpng.c283 wpng_info.bg_blue = (uch)b;

Completed in 100 milliseconds