Searched refs:x_white (Results 1 – 5 of 5) sorted by relevance
/external/opencv3/3rdparty/libpng/ |
D | pnginfo.h | 193 png_fixed_point x_white; member
|
D | pngget.c | 481 xy.whitex = info_ptr->x_white; in png_get_cHRM_XYZ_fixed() 532 *white_x = png_float(png_ptr, info_ptr->x_white, "cHRM white X"); in png_get_cHRM() 602 *white_x = info_ptr->x_white; in png_get_cHRM_fixed()
|
D | pngrutil.c | 923 png_fixed_point x_white, y_white, x_red, y_red, x_green, y_green, x_blue, in png_handle_cHRM() local 965 x_white = png_get_fixed_point(NULL, buf); in png_handle_cHRM() 974 if (x_white == PNG_FIXED_ERROR || in png_handle_cHRM() 990 if (PNG_OUT_OF_RANGE(x_white, 31270, 1000) || in png_handle_cHRM() 1001 png_warning_parameter_signed(p, 1, PNG_NUMBER_FORMAT_fixed, x_white); in png_handle_cHRM() 1037 xy.whitex = x_white; in png_handle_cHRM() 1098 png_set_cHRM_fixed(png_ptr, info_ptr, x_white, y_white, x_red, y_red, in png_handle_cHRM() 1172 if (PNG_OUT_OF_RANGE(info_ptr->x_white, 31270, 1000) || in png_handle_sRGB()
|
D | pngset.c | 55 info_ptr->x_white = white_x; in png_set_cHRM_fixed()
|
D | pngwrite.c | 82 info_ptr->x_white, info_ptr->y_white, in png_write_info_before_PLTE()
|