Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/
A Dtiff-rgb.c99 TIFFSetField(tif, TIFFTAG_WHITEPOINT, whitex, whitey); in main()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpng.c1267 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0)
1292 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1;
1293 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1;
1483 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1496 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0)
1595 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
A Dpngstruct.h88 png_fixed_point whitex, whitey; member
A 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()
A Dpngset.c58 xy.whitex = white_x; in png_set_cHRM_fixed()
A Dpngrutil.c1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM()
1278 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
A Dpngwutil.c1329 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()

Completed in 37 milliseconds