Searched refs:int_y_green (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
874 int_y_green = (png_fixed_point)uint_y;
887 green_y = (float)int_y_green / (float)100000.0;
900 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
917 (long)int_x_green, (long)int_y_green,
933 int_y_green, int_x_blue, int_y_blue);
1022 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
H A Dpngset.c64 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5);
94 info_ptr->int_y_green = green_y;
H A Dpngget.c460 *green_y = info_ptr->int_y_green;
H A Dpngwrite.c99 info_ptr->int_x_green, info_ptr->int_y_green,
H A Dpng.h1061 png_fixed_point int_y_green 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
804 int_y_green = (png_fixed_point)uint_y;
828 green_y = (float)int_y_green / (float)100000.0;
841 PNG_OUT_OF_RANGE(int_y_green, 60000L, 1000) ||
858 int_x_green, int_y_green, int_x_blue, int_y_blue);
874 int_y_green, int_x_blue, int_y_blue);
964 PNG_OUT_OF_RANGE(info_ptr->int_y_green, 60000L, 1000) ||
H A Dpngset.c76 info_ptr->int_y_green = (png_fixed_point)(green_y*100000.+0.5);
121 info_ptr->int_y_green = green_y;
H A Dpngget.c426 *green_y = info_ptr->int_y_green;
H A Dpngwrite.c89 info_ptr->int_x_green, info_ptr->int_y_green,
H A Dpng.h842 png_fixed_point int_y_green; member in struct:png_info_struct

Completed in 197 milliseconds