Home
last modified time | relevance | path

Searched refs:whitex (Results 1 – 6 of 6) sorted by relevance

/external/libpng/
Dpng.c1224 if (!png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite)) return 1;
1246 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1247 if (xy->whitey < 0 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1437 if (!png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7))
1450 if (!png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7))
1533 return !(PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
Dpngstruct.h89 png_fixed_point whitex, whitey; member
Dpngget.c497 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM()
620 *white_x = info_ptr->colorspace.end_points_xy.whitex; in png_get_cHRM_fixed()
Dpngset.c58 xy.whitex = white_x; in png_set_cHRM_fixed()
Dpngrutil.c1234 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1243 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1400 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()