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

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dreadpng2.h77 uch bg_blue; member in struct:_mainprog_info
H A Dwritepng.h93 uch bg_blue; member in struct:_mainprog_info
H A Drpng-win.c96 static uch bg_red=0, bg_green=0, bg_blue=0; variable
329 sscanf(bgstr+1, "%2x%2x%2x", &bg_red, &bg_green, &bg_blue);
330 else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
443 *dest++ = bg_blue;
536 *dest++ = bg_blue;
544 alpha_composite(*dest++, b, a, bg_blue);
H A Drpng-x.c98 static uch bg_red=0, bg_green=0, bg_blue=0; variable
321 bg_blue = (uch)b;
322 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
570 ((ulg)bg_blue << BShift);
574 ((((ulg)bg_blue << 8) >> BShift) & BMask);
705 blue = bg_blue;
712 alpha_composite(blue, b, a, bg_blue);
767 blue = ((ush)bg_blue << 8);
774 alpha_composite(b, b, a, bg_blue);
H A Drpng2-win.c493 rpng2_info.bg_blue = (uch)b;
607 uch bg_blue = rpng2_info.bg_blue; local
657 *dest++ = bg_blue;
727 *dest++ = bg_blue;
990 uch bg_blue = rpng2_info.bg_blue; local
1039 bg_blue = *src2++;
1046 *dest++ = bg_blue;
1054 alpha_composite(*dest++, b, a, bg_blue);
[all...]
H A Drpng2-x.c489 rpng2_info.bg_blue = (uch)b;
612 ulg bg_blue = rpng2_info.bg_blue; local
818 (bg_blue << BShift);
822 (((bg_blue << 8) >> BShift) & BMask);
1131 uch bg_blue = rpng2_info.bg_blue; local
1211 bg_blue = *src2++;
1220 blue = bg_blue;
1227 alpha_composite(blue, b, a, bg_blue);
[all...]

Completed in 44 milliseconds