Searched refs:bg_red (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.h105 uch bg_red; member in struct:_mainprog_info
H A Dwritepng.h115 uch bg_red; member in struct:_mainprog_info
H A Dreadpng2.c440 mainprog_ptr->bg_red = pBackground->red >> 8;
445 mainprog_ptr->bg_red = mainprog_ptr->bg_green =
448 mainprog_ptr->bg_red = mainprog_ptr->bg_green =
451 mainprog_ptr->bg_red = mainprog_ptr->bg_green =
454 mainprog_ptr->bg_red = (uch)pBackground->red;
H A Drpng-x.c129 static uch bg_red=0, bg_green=0, bg_blue=0; variable
357 bg_red = (uch)r;
360 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
614 bg_pixel = ((ulg)bg_red << RShift) |
618 bg_pixel = ((((ulg)bg_red << 8) >> RShift) & RMask) |
749 red = bg_red;
756 alpha_composite(red, r, a, bg_red);
811 red = ((ush)bg_red << 8);
818 alpha_composite(r, r, a, bg_red);
H A Drpng-win.c121 static uch bg_red=0, bg_green=0, bg_blue=0; variable
369 bg_red = (uch)r;
372 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
487 *dest++ = bg_red;
580 *dest++ = bg_red;
588 alpha_composite(*dest++, r, a, bg_red);
H A Drpng2-x.c576 rpng2_info.bg_red = (uch)r;
823 ulg bg_red = rpng2_info.bg_red; local
1037 bg_pixel = (bg_red << RShift) |
1041 bg_pixel = (((bg_red << 8) >> RShift) & RMask) |
1370 uch bg_red = rpng2_info.bg_red; local
1455 bg_red = *src2++;
1464 red = bg_red;
1471 alpha_composite(red, r, a, bg_red);
1611 uch bg_red = rpng2_info.bg_red; local
[all...]
H A Drpng2-win.c531 rpng2_info.bg_red = (uch)r;
664 uch bg_red = rpng2_info.bg_red; local
718 *dest++ = bg_red;
788 *dest++ = bg_red;
1047 uch bg_red = rpng2_info.bg_red; local
1096 bg_red = *src2++;
1107 *dest++ = bg_red;
1115 alpha_composite(*dest++, r, a, bg_red);
[all...]
H A Dwritepng.c164 background.red = mainprog_ptr->bg_red;
H A Dwpng.c281 wpng_info.bg_red = (uch)r;

Completed in 128 milliseconds