Home
last modified time | relevance | path

Searched refs:blueX (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/libpng/
Dpngget.c508 *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()
Dpng.c872 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;
Dpngset.c89 XYZ.blueX = int_blue_X; in png_set_cHRM_XYZ_fixed()
Dpngpriv.h1376 png_fixed_point blueX, blueY, blueZ; member