HomeSort by relevance Sort by last modified time
    Searched defs:int_x_blue (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
890 int_x_blue = (png_fixed_point)uint_x;
900 blue_x = (float)int_x_blue / (float)100000.0;
913 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
930 (long)int_x_blue, (long)int_y_blue);
945 int_y_green, int_x_blue, int_y_blue);
1035 PNG_OUT_OF_RANGE(info_ptr->int_x_blue, 15000, 1000) ||
    [all...]
  /external/libpng/
pngrutil.c 849 int_y_green, int_x_blue, int_y_blue; local
906 int_x_blue = (png_fixed_point)uint_x;
916 blue_x = (float)int_x_blue / (float)100000.0;
929 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
946 (long)int_x_blue, (long)int_y_blue);
961 int_y_green, int_x_blue, int_y_blue);
1051 PNG_OUT_OF_RANGE(info_ptr->int_x_blue, 15000, 1000) ||
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 733 int_y_green, int_x_blue, int_y_blue; local
827 int_x_blue = (png_fixed_point)uint_x;
837 blue_x = (float)int_x_blue / (float)100000.0;
850 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
865 int_x_green, int_y_green, int_x_blue, int_y_blue);
881 int_y_green, int_x_blue, int_y_blue);
972 PNG_OUT_OF_RANGE(info_ptr->int_x_blue, 15000, 1000) ||
    [all...]
png.h 928 png_fixed_point int_x_blue; member in struct:png_info_struct
    [all...]

Completed in 161 milliseconds