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

  /external/chromium_org/third_party/libpng/
pngrtran.c 679 int red_fixed, green_fixed; local
687 green_fixed = -1;
692 green_fixed = (int)((float)green*100000.0 + 0.5);
694 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);
    [all...]
  /external/libpng/
pngrtran.c 679 int red_fixed, green_fixed; local
687 green_fixed = -1;
692 green_fixed = (int)((float)green*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 647 int green_fixed = (int)((float)green*100000.0 + 0.5); local
649 png_set_rgb_to_gray_fixed(png_ptr, error_action, red_fixed, green_fixed);
    [all...]

Completed in 56 milliseconds