Searched refs:int_y_white (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.c820 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local
864 int_y_white = (png_fixed_point)uint_y;
883 white_y = (float)int_y_white / (float)100000.0;
896 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
914 (long)int_x_white, (long)int_y_white,
932 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
1018 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) ||
H A Dpngset.c60 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5);
90 info_ptr->int_y_white = white_y;
H A Dpngget.c452 *white_y = info_ptr->int_y_white;
H A Dpngwrite.c97 info_ptr->int_x_white, info_ptr->int_y_white,
H A Dpng.h1057 png_fixed_point int_y_white PNG_DEPSTRUCT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngrutil.c721 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local
772 int_y_white = (png_fixed_point)uint_y;
824 white_y = (float)int_y_white / (float)100000.0;
837 PNG_OUT_OF_RANGE(int_y_white, 32900, 1000) ||
856 int_x_white, int_y_white, int_x_red, int_y_red);
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
960 PNG_OUT_OF_RANGE(info_ptr->int_y_white, 32900, 1000) ||
H A Dpngset.c72 info_ptr->int_y_white = (png_fixed_point)(white_y*100000.+0.5);
117 info_ptr->int_y_white = white_y;
H A Dpngget.c418 *white_y = info_ptr->int_y_white;
H A Dpngwrite.c87 info_ptr->int_x_white, info_ptr->int_y_white,
H A Dpng.h838 png_fixed_point int_y_white; member in struct:png_info_struct

Completed in 280 milliseconds