Searched refs:greenx (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | png.c | 1212 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0) 1253 if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1; 1254 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1; 1439 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0) 1446 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0) 1487 if (png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse) == 0) 1491 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1, 1564 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) ||
|
D | pngstruct.h | 86 png_fixed_point greenx, greeny; member
|
D | pngget.c | 541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM() 660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
|
D | pngset.c | 54 xy.greenx = green_x; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1263 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM() 1272 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1330 png_save_int_32(buf + 16, xy->greenx); in png_write_cHRM_fixed()
|
/external/libpng/ |
D | png.c | 1253 if (png_muldiv(&xy->greenx, XYZ->green_X, PNG_FP_1, d) == 0) 1294 if (xy->greenx < 0 || xy->greenx > PNG_FP_1) return 1; 1295 if (xy->greeny < 0 || xy->greeny > PNG_FP_1-xy->greenx) return 1; 1480 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->redy - xy->bluey, 7) == 0) 1487 if (png_muldiv(&left, xy->greenx-xy->bluex, xy->whitey-xy->bluey, 7) == 0) 1528 if (png_muldiv(&XYZ->green_X, xy->greenx, PNG_FP_1, green_inverse) == 0) 1532 if (png_muldiv(&XYZ->green_Z, PNG_FP_1 - xy->greenx - xy->greeny, PNG_FP_1, 1605 PNG_OUT_OF_RANGE(xy1->greenx, xy2->greenx,delta) ||
|
D | pngstruct.h | 86 png_fixed_point greenx, greeny; member
|
D | pngget.c | 541 info_ptr->colorspace.end_points_xy.greenx, "cHRM green X"); in png_get_cHRM() 660 *green_x = info_ptr->colorspace.end_points_xy.greenx; in png_get_cHRM_fixed()
|
D | pngset.c | 54 xy.greenx = green_x; in png_set_cHRM_fixed()
|
D | pngrutil.c | 1273 xy.greenx = png_get_fixed_point(NULL, buf + 16); in png_handle_cHRM() 1282 xy.greenx == PNG_FIXED_ERROR || in png_handle_cHRM()
|
D | pngwutil.c | 1337 png_save_int_32(buf + 16, xy->greenx); in png_write_cHRM_fixed()
|
/external/u-boot/include/linux/ |
D | fb.h | 298 __u32 greenx; member
|