Lines Matching refs:BlackPoint
66 cmsCIEXYZ* BlackPoint, in BlackPointAsDarkerColorant() argument
82 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointAsDarkerColorant()
95 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointAsDarkerColorant()
100 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointAsDarkerColorant()
107 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointAsDarkerColorant()
119 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointAsDarkerColorant()
136 if (BlackPoint != NULL) in BlackPointAsDarkerColorant()
137 *BlackPoint = BlackXYZ; in BlackPointAsDarkerColorant()
148 cmsBool BlackPointUsingPerceptualBlack(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile) in BlackPointUsingPerceptualBlack() argument
157 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointUsingPerceptualBlack()
163 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in BlackPointUsingPerceptualBlack()
179 if (BlackPoint != NULL) in BlackPointUsingPerceptualBlack()
180 *BlackPoint = BlackXYZ; in BlackPointUsingPerceptualBlack()
191 cmsBool CMSEXPORT cmsDetectBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUInt32Number … in cmsDetectBlackPoint() argument
200 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in cmsDetectBlackPoint()
208 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in cmsDetectBlackPoint()
219 … return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); in cmsDetectBlackPoint()
222 BlackPoint -> X = cmsPERCEPTUAL_BLACK_X; in cmsDetectBlackPoint()
223 BlackPoint -> Y = cmsPERCEPTUAL_BLACK_Y; in cmsDetectBlackPoint()
224 BlackPoint -> Z = cmsPERCEPTUAL_BLACK_Z; in cmsDetectBlackPoint()
256 if (BlackPoint != NULL) in cmsDetectBlackPoint()
257 *BlackPoint = TrustedBlackPoint; in cmsDetectBlackPoint()
270 return BlackPointUsingPerceptualBlack(BlackPoint, hProfile); in cmsDetectBlackPoint()
273 return BlackPointAsDarkerColorant(hProfile, Intent, BlackPoint, dwFlags); in cmsDetectBlackPoint()
347 cmsBool CMSEXPORT cmsDetectDestinationBlackPoint(cmsCIEXYZ* BlackPoint, cmsHPROFILE hProfile, cmsUI… in cmsDetectDestinationBlackPoint() argument
366 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in cmsDetectDestinationBlackPoint()
374 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in cmsDetectDestinationBlackPoint()
386 … return BlackPointAsDarkerColorant(hProfile, INTENT_RELATIVE_COLORIMETRIC, BlackPoint, 0); in cmsDetectDestinationBlackPoint()
389 BlackPoint -> X = cmsPERCEPTUAL_BLACK_X; in cmsDetectDestinationBlackPoint()
390 BlackPoint -> Y = cmsPERCEPTUAL_BLACK_Y; in cmsDetectDestinationBlackPoint()
391 BlackPoint -> Z = cmsPERCEPTUAL_BLACK_Z; in cmsDetectDestinationBlackPoint()
404 return cmsDetectBlackPoint(BlackPoint, hProfile, Intent, dwFlags); in cmsDetectDestinationBlackPoint()
462 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in cmsDetectDestinationBlackPoint()
485 cmsLab2XYZ(NULL, BlackPoint, &InitialLab); in cmsDetectDestinationBlackPoint()
528 BlackPoint -> X = BlackPoint ->Y = BlackPoint -> Z = 0.0; in cmsDetectDestinationBlackPoint()
543 cmsLab2XYZ(NULL, BlackPoint, &Lab); in cmsDetectDestinationBlackPoint()