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

  /external/chromium_org/third_party/libpng/
pngrutil.c 833 int_y_green, int_x_blue, int_y_blue; local
886 int_y_green = (png_fixed_point)uint_y;
899 green_y = (float)int_y_green / (float)100000.0;
912 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
929 (long)int_x_green, (long)int_y_green,
945 int_y_green, int_x_blue, int_y_blue);
1034 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
    [all...]
  /external/libpng/
pngrutil.c 849 int_y_green, int_x_blue, int_y_blue; local
902 int_y_green = (png_fixed_point)uint_y;
915 green_y = (float)int_y_green / (float)100000.0;
928 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
945 (long)int_x_green, (long)int_y_green,
961 int_y_green, int_x_blue, int_y_blue);
1050 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 733 int_y_green, int_x_blue, int_y_blue; local
813 int_y_green = (png_fixed_point)uint_y;
836 green_y = (float)int_y_green / (float)100000.0;
849 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
865 int_x_green, int_y_green, int_x_blue, int_y_blue);
881 int_y_green, int_x_blue, int_y_blue);
971 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
    [all...]
png.h 927 png_fixed_point int_y_green; member in struct:png_info_struct
    [all...]

Completed in 106 milliseconds