Searched refs:whitex (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | png.c | 1232 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) ||
|
D | pngstruct.h | 88 png_fixed_point whitex, whitey; member
|
D | pngget.c | 529 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()
|
D | pngset.c | 58 xy.whitex = white_x; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1259 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM() 1268 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1324 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()
|
/external/libpng/ |
D | png.c | 1273 if (png_muldiv(&xy->whitex, whiteX, PNG_FP_1, dwhite) == 0) 1298 if (xy->whitex < 0 || xy->whitex > PNG_FP_1) return 1; 1299 if (xy->whitey < 5 || xy->whitey > PNG_FP_1-xy->whitex) return 1; 1489 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0) 1502 if (png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7) == 0) 1601 if (PNG_OUT_OF_RANGE(xy1->whitex, xy2->whitex,delta) ||
|
D | pngstruct.h | 88 png_fixed_point whitex, whitey; member
|
D | pngget.c | 529 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()
|
D | pngset.c | 58 xy.whitex = white_x; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1269 xy.whitex = png_get_fixed_point(NULL, buf); in png_handle_cHRM() 1278 if (xy.whitex == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1331 png_save_int_32(buf, xy->whitex); in png_write_cHRM_fixed()
|
/external/u-boot/include/linux/ |
D | fb.h | 300 __u32 whitex; member
|