/external/opencv3/3rdparty/libpng/ |
pngget.c | 482 xy.whitey = info_ptr->y_white; 534 *white_y = png_float(png_ptr, info_ptr->y_white, "cHRM white Y"); 604 *white_y = info_ptr->y_white;
|
pnginfo.h | 194 png_fixed_point y_white; member in struct:png_info_def
|
pngrutil.c | 923 png_fixed_point x_white, y_white, x_red, y_red, x_green, y_green, x_blue, local 966 y_white = png_get_fixed_point(NULL, buf + 4); 975 y_white == PNG_FIXED_ERROR || 991 PNG_OUT_OF_RANGE(y_white, 32900, 1000) || 1002 png_warning_parameter_signed(p, 2, PNG_NUMBER_FORMAT_fixed, y_white); 1038 xy.whitey = y_white; 1098 png_set_cHRM_fixed(png_ptr, info_ptr, x_white, y_white, x_red, y_red, [all...] |
pngset.c | 56 info_ptr->y_white = white_y; [all...] |
pngwrite.c | 82 info_ptr->x_white, info_ptr->y_white, [all...] |
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pnginfo.h | 194 png_fixed_point y_white; member in struct:png_info_def
|