Searched refs:blueX (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libpng/ |
D | pngget.c | 508 *int_blue_X = XYZ.blueX; in png_get_cHRM_XYZ_fixed() 563 &XYZ.blueX, &XYZ.blueY, &XYZ.blueZ) & PNG_INFO_cHRM) in png_get_cHRM_XYZ() 578 *blue_X = png_float(png_ptr, XYZ.blueX, "cHRM blue X"); in png_get_cHRM_XYZ()
|
D | png.c | 872 d = XYZ.blueX + XYZ.blueY + XYZ.blueZ; 873 if (!png_muldiv(&xy->bluex, XYZ.blueX, PNG_FP_1, d)) return 1; 876 whiteX += XYZ.blueX; 1130 if (!png_muldiv(&XYZ->blueX, xy.bluex, blue_scale, PNG_FP_1)) return 1;
|
D | pngset.c | 89 XYZ.blueX = int_blue_X; in png_set_cHRM_XYZ_fixed()
|
D | pngpriv.h | 1376 png_fixed_point blueX, blueY, blueZ; member
|