Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dcolormanager.h76 extern double* cmWhitePointSGray (void);
Dcolormanager.c151 double *cmWhitePointSGray(void) in cmWhitePointSGray() function
/third_party/cups-filters/filter/
Drastertopdf.cpp770 dict["/ColorSpace"]=getCalGrayArray(cmWhitePointSGray(), cmGammaSGray(), in makeImage()
773 dict["/ColorSpace"]=getCalGrayArray(cmWhitePointSGray(), cmGammaSGray(), 0); in makeImage()
Dpdftoraster.cxx210 double * xyY = cmWhitePointSGray(); in sgray_wp()