Home
last modified time | relevance | path

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

/external/skia/third_party/libpng/
Dpng.c1232 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1257 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1258 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
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)
1560 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
Dpngstruct.h88 png_fixed_point whitex, whitey; member
Dpngget.c529 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM()
652 *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.c1259 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1268 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1324 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()
/external/libpng/
Dpng.c1232 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1257 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1258 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
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)
1560 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
Dpngstruct.h88 png_fixed_point whitex, whitey; member
Dpngget.c529 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM()
652 *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.c1261 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1270 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1324 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()
/external/pdfium/third_party/libpng16/
Dpng.c1232 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1257 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1258 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
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)
1560 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
Dpngstruct.h88 png_fixed_point whitex, whitey; member
Dpngget.c529 info_ptr->colorspace.end_points_xy.whitex, "cHRM white X"); in png_get_cHRM()
652 *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.c1259 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1268 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
Dpngwutil.c1324 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()