/external/skia/third_party/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/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 | 1267 xy.bluex = png_get_fixed_point(NULL, buf + 24); in png_handle_cHRM() 1276 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/libpng16/ |
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()
|