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

/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c826 int_y_green, int_x_blue, int_y_blue; local
884 int_y_blue = (png_fixed_point)uint_y;
894 blue_y = (float)int_y_blue / (float)100000.0;
907 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
923 (long)int_x_blue, (long)int_y_blue);
938 int_y_green, int_x_blue, int_y_blue);
1029 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))

Completed in 62 milliseconds