HomeSort by relevance Sort by last modified time
    Searched refs:bg_blue (Results 1 - 10 of 10) sorted by null

  /external/libpng/contrib/gregbook/
readpng.h 83 int readpng_get_bgcolor(uch *bg_red, uch *bg_green, uch *bg_blue);
readpng2.c 286 mainprog_ptr->bg_blue = pBackground->blue >> 8;
290 mainprog_ptr->bg_blue = pBackground->gray? 255 : 0;
293 mainprog_ptr->bg_blue = (255/3) * pBackground->gray;
296 mainprog_ptr->bg_blue = (255/15) * pBackground->gray;
300 mainprog_ptr->bg_blue = (uch)pBackground->blue;
readpng2.h 102 uch bg_blue; member in struct:_mainprog_info
writepng.h 117 uch bg_blue; member in struct:_mainprog_info
rpng-x.c 132 static uch bg_red=0, bg_green=0, bg_blue=0; variable
364 bg_blue = (uch)b;
365 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
623 ((ulg)bg_blue << BShift);
627 ((((ulg)bg_blue << 8) >> BShift) & BMask);
758 blue = bg_blue;
765 alpha_composite(blue, b, a, bg_blue);
820 blue = ((ush)bg_blue << 8);
827 alpha_composite(b, b, a, bg_blue);
rpng-win.c 148 static uch bg_red=0, bg_green=0, bg_blue=0; variable
411 bg_blue = (uch)b;
412 } else if (readpng_get_bgcolor(&bg_red, &bg_green, &bg_blue) > 1) {
536 *dest++ = bg_blue;
629 *dest++ = bg_blue;
637 alpha_composite(*dest++, b, a, bg_blue);
rpng2-x.c 581 rpng2_info.bg_blue = (uch)b;
838 ulg bg_blue = rpng2_info.bg_blue; local
1385 uch bg_blue = rpng2_info.bg_blue; local
1626 uch bg_blue = rpng2_info.bg_blue; local
    [all...]
rpng2-win.c 557 rpng2_info.bg_blue = (uch)b;
697 uch bg_blue = rpng2_info.bg_blue;
747 *dest++ = bg_blue;
817 *dest++ = bg_blue;
    [all...]
writepng.c 168 background.blue = mainprog_ptr->bg_blue;
wpng.c 284 wpng_info.bg_blue = (uch)b;

Completed in 606 milliseconds