Searched defs:int_x_blue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngrutil.c833 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) ||
/external/qemu/distrib/libpng-1.2.46/
H A Dpngrutil.c849 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) ||

Completed in 69 milliseconds