Home
last modified time | relevance | path

Searched refs:cmWhitePointAdobeRgb (Results 1 – 4 of 4) sorted by relevance

/third_party/cups-filters/cupsfilters/
Dcolormanager.h75 extern double* cmWhitePointAdobeRgb (void);
Dcolormanager.c147 double *cmWhitePointAdobeRgb(void) in cmWhitePointAdobeRgb() function
/third_party/cups-filters/filter/
Drastertopdf.cpp790 dict["/ColorSpace"]=getCalRGBArray(cmWhitePointAdobeRgb(), cmGammaAdobeRgb(), in makeImage()
793 dict["/ColorSpace"]=getCalRGBArray(cmWhitePointAdobeRgb(), in makeImage()
Dpdftoraster.cxx198 double * xyY = cmWhitePointAdobeRgb(); in adobergb_wp()