HomeSort by relevance Sort by last modified time
    Searched full:red_fixed (Results 1 - 2 of 2) sorted by null

  /external/libpng/
pngrtran.c 679 int red_fixed, green_fixed; local
686 red_fixed = -1;
691 red_fixed = (int)((float)red*100000.0 + 0.5);
694 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrtran.c 646 int red_fixed = (int)((float)red*100000.0 + 0.5); local
649 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);
    [all...]

Completed in 722 milliseconds