Searched refs:int_x_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.c820 png_fixed_point int_x_white, int_y_white, int_x_red, int_y_red, int_x_green, local
873 int_x_green = (png_fixed_point)uint_x;
886 green_x = (float)int_x_green / (float)100000.0;
899 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
917 (long)int_x_green, (long)int_y_green,
932 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
1021 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) ||
H A Dpngset.c63 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5);
93 info_ptr->int_x_green = green_x;
H A Dpngget.c458 *green_x = info_ptr->int_x_green;
H A Dpngwrite.c99 info_ptr->int_x_green, info_ptr->int_y_green,
H A Dpng.h1060 png_fixed_point int_x_green 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
803 int_x_green = (png_fixed_point)uint_x;
827 green_x = (float)int_x_green / (float)100000.0;
840 PNG_OUT_OF_RANGE(int_x_green, 30000, 1000) ||
858 int_x_green, int_y_green, int_x_blue, int_y_blue);
873 int_x_white, int_y_white, int_x_red, int_y_red, int_x_green,
963 PNG_OUT_OF_RANGE(info_ptr->int_x_green, 30000, 1000) ||
H A Dpngset.c75 info_ptr->int_x_green = (png_fixed_point)(green_x*100000.+0.5);
120 info_ptr->int_x_green = green_x;
H A Dpngget.c424 *green_x = info_ptr->int_x_green;
H A Dpngwrite.c89 info_ptr->int_x_green, info_ptr->int_y_green,
H A Dpng.h841 png_fixed_point int_x_green; member in struct:png_info_struct

Completed in 224 milliseconds