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

/external/libpng/
H A Dpngrutil.c849 int_y_green, int_x_blue, int_y_blue; local
907 int_y_blue = (png_fixed_point)uint_y;
917 blue_y = (float)int_y_blue / (float)100000.0;
930 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
946 (long)int_x_blue, (long)int_y_blue);
961 int_y_green, int_x_blue, int_y_blue);
1052 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))
H A Dpngset.c66 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5);
96 info_ptr->int_y_blue = blue_y;
H A Dpngget.c464 *blue_y = info_ptr->int_y_blue;
H A Dpngwrite.c100 info_ptr->int_x_blue, info_ptr->int_y_blue);
H A Dpng.h1093 png_fixed_point int_y_blue PNG_DEPSTRUCT;
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrutil.c733 int_y_green, int_x_blue, int_y_blue; local
828 int_y_blue = (png_fixed_point)uint_y;
838 blue_y = (float)int_y_blue / (float)100000.0;
851 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
865 int_x_green, int_y_green, int_x_blue, int_y_blue);
881 int_y_green, int_x_blue, int_y_blue);
973 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))
H A Dpngset.c80 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5);
136 info_ptr->int_y_blue = blue_y;
H A Dpngget.c432 *blue_y = info_ptr->int_y_blue;
H A Dpngwrite.c92 info_ptr->int_x_blue, info_ptr->int_y_blue);
H A Dpng.h929 png_fixed_point int_y_blue; member in struct:png_info_struct

Completed in 96 milliseconds