Home | History | Annotate | Download | only in coders

Lines Matching refs:ScaleQuantumToChar

3055             alpha = ScaleQuantumToChar(GetPixelAlpha(image,p));
3073 point.x = (float)ScaleQuantumToChar(GetPixelRed(image,p)) / 255.0f;
3074 point.y = (float)ScaleQuantumToChar(GetPixelGreen(image,p)) / 255.0f;
3075 point.z = (float)ScaleQuantumToChar(GetPixelBlue(image,p)) / 255.0f;
3324 (void) WriteBlobByte(image,ScaleQuantumToChar(GetPixelBlue(image,p)));
3325 (void) WriteBlobByte(image,ScaleQuantumToChar(GetPixelGreen(image,p)));
3326 (void) WriteBlobByte(image,ScaleQuantumToChar(GetPixelRed(image,p)));
3328 (void) WriteBlobByte(image,ScaleQuantumToChar(GetPixelAlpha(image,p)));