Home
last modified time | relevance | path

Searched refs:bluex (Results 1 – 18 of 18) sorted by relevance

/external/skia/third_party/libpng/
Dpng.c1221 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1255 if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1;
1256 if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1;
1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0)
1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1461 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1463 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1495 if (png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1) == 0)
[all …]
Dpngstruct.h87 png_fixed_point bluex, bluey; member
Dpngget.c546 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM()
664 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
Dpngset.c56 xy.bluex = blue_x; in png_set_cHRM_fixed()
Dpngrutil.c1265 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1274 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1333 png_save_int_32(buf + 24, xy->bluex); in png_write_cHRM_fixed()
/external/libpng/
Dpng.c1221 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1255 if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1;
1256 if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1;
1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0)
1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1461 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1463 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1495 if (png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1) == 0)
[all …]
Dpngstruct.h87 png_fixed_point bluex, bluey; member
Dpngget.c546 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM()
664 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
Dpngset.c56 xy.bluex = blue_x; in png_set_cHRM_fixed()
Dpngrutil.c1267 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1276 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1333 png_save_int_32(buf + 24, xy->bluex); in png_write_cHRM_fixed()
/external/pdfium/third_party/libpng16/
Dpng.c1221 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0)
1255 if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1;
1256 if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1;
1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0)
1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1461 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1463 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1495 if (png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1) == 0)
[all …]
Dpngstruct.h87 png_fixed_point bluex, bluey; member
Dpngget.c546 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM()
664 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
Dpngset.c56 xy.bluex = blue_x; in png_set_cHRM_fixed()
Dpngrutil.c1265 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM()
1274 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1333 png_save_int_32(buf + 24, xy->bluex); in png_write_cHRM_fixed()