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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngrutil.c821 int_y_green, int_x_blue, int_y_blue; local
879 int_y_blue = (png_fixed_point)uint_y;
889 blue_y = (float)int_y_blue / (float)100000.0;
902 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
918 (long)int_x_blue, (long)int_y_blue);
933 int_y_green, int_x_blue, int_y_blue);
1024 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.h1063 png_fixed_point int_y_blue PNG_DEPSTRUCT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c722 int_y_green, int_x_blue, int_y_blue; local
820 int_y_blue = (png_fixed_point)uint_y;
830 blue_y = (float)int_y_blue / (float)100000.0;
843 PNG_OUT_OF_RANGE(int_y_blue, 6000, 1000))
858 int_x_green, int_y_green, int_x_blue, int_y_blue);
874 int_y_green, int_x_blue, int_y_blue);
966 PNG_OUT_OF_RANGE(info_ptr->int_y_blue, 6000, 1000))
H A Dpngset.c78 info_ptr->int_y_blue = (png_fixed_point)( blue_y*100000.+0.5);
123 info_ptr->int_y_blue = blue_y;
H A Dpngget.c430 *blue_y = info_ptr->int_y_blue;
H A Dpngwrite.c90 info_ptr->int_x_blue, info_ptr->int_y_blue);
H A Dpng.h844 png_fixed_point int_y_blue; member in struct:png_info_struct

Completed in 194 milliseconds