Searched refs:bluex (Results 1 – 12 of 12) sorted by relevance
/external/libpng/ |
D | png.c | 1221 if (png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d) == 0) 1255 if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1; 1256 if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1; 1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0) 1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0) 1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0) 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) 1463 if (png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7) == 0) 1495 if (png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1) == 0) [all …]
|
D | pngstruct.h | 87 png_fixed_point bluex, bluey; member
|
D | pngget.c | 546 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM() 664 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
|
D | pngset.c | 56 xy.bluex = blue_x; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1265 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM() 1274 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1333 png_save_int_32(buf + 24, xy->bluex); in png_write_cHRM_fixed()
|
/external/pdfium/third_party/lpng_v163/ |
D | png.c | 1151 if (!png_muldiv(&xy->bluex, XYZ->blue_X, PNG_FP_1, d)) return 1; 1180 if (xy->bluex < 0 || xy->bluex > PNG_FP_1) return 1; 1181 if (xy->bluey < 0 || xy->bluey > PNG_FP_1-xy->bluex) return 1; 1364 if (!png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7)) 1366 if (!png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7)) 1371 if (!png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7)) 1373 if (!png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7)) 1386 if (!png_muldiv(&left, xy->redy-xy->bluey, xy->whitex-xy->bluex, 7)) 1388 if (!png_muldiv(&right, xy->redx-xy->bluex, xy->whitey-xy->bluey, 7)) 1417 if (!png_muldiv(&XYZ->blue_X, xy->bluex, blue_scale, PNG_FP_1)) return 1; [all …]
|
D | pngstruct.h | 88 png_fixed_point bluex, bluey; member
|
D | pngget.c | 513 *blue_x = png_float(png_ptr, info_ptr->colorspace.end_points_xy.bluex, in png_get_cHRM() 631 *blue_x = info_ptr->colorspace.end_points_xy.bluex; in png_get_cHRM_fixed()
|
D | pngset.c | 55 xy.bluex = blue_x; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1209 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM() 1218 xy.bluex == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1408 png_save_int_32(buf + 24, xy->bluex); in png_write_cHRM_fixed()
|