Searched refs:greeny (Results 1 – 18 of 18) sorted by relevance
/external/skia/third_party/libpng/ |
D | png.c | 1214 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0) 1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1; 1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0) 1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0) 1489 if (png_muldiv(&XYZ->green_Y, xy->greeny, PNG_FP_1, green_inverse) == 0) 1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1, 1565 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) ||
|
D | pngstruct.h | 86 png_fixed_point greenx, greeny; member
|
D | pngget.c | 544 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y"); in png_get_cHRM() 662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
|
D | pngset.c | 55 xy.greeny = green_y; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1264 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM() 1273 xy.greeny == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1331 png_save_int_32(buf + 20, xy->greeny); in png_write_cHRM_fixed()
|
/external/libpng/ |
D | png.c | 1214 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0) 1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1; 1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0) 1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0) 1489 if (png_muldiv(&XYZ->green_Y, xy->greeny, PNG_FP_1, green_inverse) == 0) 1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1, 1565 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) ||
|
D | pngstruct.h | 86 png_fixed_point greenx, greeny; member
|
D | pngget.c | 544 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y"); in png_get_cHRM() 662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
|
D | pngset.c | 55 xy.greeny = green_y; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1266 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM() 1275 xy.greeny == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1331 png_save_int_32(buf + 20, xy->greeny); in png_write_cHRM_fixed()
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 1214 if (png_muldiv(&xy->greeny, XYZ->green_Y, PNG_FP_1, d) == 0) 1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1; 1441 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->redx - xy->bluex, 7) == 0) 1448 if (png_muldiv(&right, xy->greeny-xy->bluey, xy->whitex-xy->bluex, 7) == 0) 1489 if (png_muldiv(&XYZ->green_Y, xy->greeny, PNG_FP_1, green_inverse) == 0) 1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1, 1565 PNG_OUT_OF_RANGE(xy1->greeny, xy2->greeny,delta) ||
|
D | pngstruct.h | 86 png_fixed_point greenx, greeny; member
|
D | pngget.c | 544 info_ptr->colorspace.end_points_xy.greeny, "cHRM green Y"); in png_get_cHRM() 662 *green_y = info_ptr->colorspace.end_points_xy.greeny; in png_get_cHRM_fixed()
|
D | pngset.c | 55 xy.greeny = green_y; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1264 xy.greeny = png_get_fixed_point(NULL, buf + 20); in png_handle_cHRM() 1273 xy.greeny == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1331 png_save_int_32(buf + 20, xy->greeny); in png_write_cHRM_fixed()
|