Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpng.c1212 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1253 if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1;
1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1;
1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1487 if (png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse) == 0)
1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1,
1564 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) ||
Dpngstruct.h86 png_fixed_point greenx, greeny; member
Dpngget.c541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM()
660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
Dpngset.c54 xy.greenx = green_x; in png_set_cHRM_fixed()
Dpngrutil.c1263 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1272 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1330 png_save_int_32(buf + 16, xy->greenx); in png_write_cHRM_fixed()
/external/libpng/
Dpng.c1212 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1253 if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1;
1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1;
1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1487 if (png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse) == 0)
1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1,
1564 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) ||
Dpngstruct.h86 png_fixed_point greenx, greeny; member
Dpngget.c541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM()
660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
Dpngset.c54 xy.greenx = green_x; in png_set_cHRM_fixed()
Dpngrutil.c1265 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1274 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1330 png_save_int_32(buf + 16, xy->greenx); in png_write_cHRM_fixed()
/external/pdfium/third_party/libpng16/
Dpng.c1212 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0)
1253 if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1;
1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1;
1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0)
1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0)
1487 if (png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse) == 0)
1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1,
1564 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) ||
Dpngstruct.h86 png_fixed_point greenx, greeny; member
Dpngget.c541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM()
660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
Dpngset.c54 xy.greenx = green_x; in png_set_cHRM_fixed()
Dpngrutil.c1263 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM()
1272 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1330 png_save_int_32(buf + 16, xy->greenx); in png_write_cHRM_fixed()