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

/external/libpng/
H A Dpngrutil.c843 int_y_green, int_x_blue, int_y_blue; local
900 int_x_blue = (png_fixed_point)uint_x;
910 blue_x = (float)int_x_blue / (float)100000.0;
923 PNG_OUT_OF_RANGE(int_x_blue, 15000, 1000) ||
940 (long)int_x_blue, (long)int_y_blue);
955 int_y_green, int_x_blue, int_y_blue);
1045 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);
H A Dpng.h1092 png_fixed_point int_x_blue PNG_DEPSTRUCT;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c733 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) ||
H A Dpngset.c79 info_ptr->int_x_blue = (png_fixed_point)( blue_x*100000.+0.5);
135 info_ptr->int_x_blue = blue_x;
H A Dpngget.c430 *blue_x = info_ptr->int_x_blue;
H A Dpngwrite.c92 info_ptr->int_x_blue, info_ptr->int_y_blue);
H A Dpng.h928 png_fixed_point int_x_blue; member in struct:png_info_struct

Completed in 113 milliseconds