Searched refs:int_x_blue (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/com32/lib/libpng/
H A Dpngrutil.c826 int_y_green, int_x_blue, int_y_blue; local
883 int_x_blue = (png_fixed_point)uint_x;
893 blue_x = (float)int_x_blue / (float)100000.0;
906 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
923 (long)int_x_blue, (long)int_y_blue);
938 int_y_green, int_x_blue, int_y_blue);
1028 PNG_OUT_OF_RANGE(info_ptr->int_x_blue, 15000, 1000) ||
H A Dpngset.c65 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5);
95 info_ptr->int_x_blue = blue_x;
H A Dpngget.c462 *blue_x = info_ptr->int_x_blue;
H A Dpngwrite.c100 info_ptr->int_x_blue, info_ptr->int_y_blue);
/external/syslinux/com32/include/
H A Dpng.h1040 png_fixed_point int_x_blue PNG_DEPSTRUCT;

Completed in 168 milliseconds