Lines Matching refs:QuantumScale
109 r=QuantumScale*DecodePixelGamma(red); in ConvertAdobe98ToXYZ()
110 g=QuantumScale*DecodePixelGamma(green); in ConvertAdobe98ToXYZ()
111 b=QuantumScale*DecodePixelGamma(blue); in ConvertAdobe98ToXYZ()
131 r=QuantumScale*DecodePixelGamma(red); in ConvertDisplayP3ToXYZ()
132 g=QuantumScale*DecodePixelGamma(green); in ConvertDisplayP3ToXYZ()
133 b=QuantumScale*DecodePixelGamma(blue); in ConvertDisplayP3ToXYZ()
214 r=QuantumScale*DecodePixelGamma(red); in ConvertProPhotoToXYZ()
215 g=QuantumScale*DecodePixelGamma(green); in ConvertProPhotoToXYZ()
216 b=QuantumScale*DecodePixelGamma(blue); in ConvertProPhotoToXYZ()
236 r=QuantumScale*DecodePixelGamma(red); in ConvertRGBToXYZ()
237 g=QuantumScale*DecodePixelGamma(green); in ConvertRGBToXYZ()
238 b=QuantumScale*DecodePixelGamma(blue); in ConvertRGBToXYZ()