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

  /external/libpng/contrib/gregbook/
readpng2.h 102 uch bg_blue; member in struct:_mainprog_info
writepng.h 117 uch bg_blue; member in struct:_mainprog_info
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);
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);
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...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 793 milliseconds