Lines Matching refs:ScaleCharToQuantum
353 pixel.red=(MagickRealType) ScaleCharToQuantum((unsigned char)
383 pixel.blue=(MagickRealType) ScaleCharToQuantum((unsigned char)
385 pixel.green=(MagickRealType) ScaleCharToQuantum((unsigned char)
387 pixel.red=(MagickRealType) ScaleCharToQuantum((unsigned char)
396 pixel.blue=(MagickRealType) ScaleCharToQuantum((unsigned char)
398 pixel.green=(MagickRealType) ScaleCharToQuantum((unsigned char)
400 pixel.red=(MagickRealType) ScaleCharToQuantum((unsigned char)
402 pixel.alpha=(MagickRealType) ScaleCharToQuantum((unsigned char)
465 pixel.red=(MagickRealType) ScaleCharToQuantum((unsigned char)
467 pixel.green=(MagickRealType) ScaleCharToQuantum((unsigned char)
469 pixel.blue=(MagickRealType) ScaleCharToQuantum((unsigned char)
508 pixel.blue=(MagickRealType) ScaleCharToQuantum(pixels[0]);
509 pixel.green=(MagickRealType) ScaleCharToQuantum(pixels[1]);
510 pixel.red=(MagickRealType) ScaleCharToQuantum(pixels[2]);
520 pixel.blue=(MagickRealType) ScaleCharToQuantum(pixels[0]);
521 pixel.green=(MagickRealType) ScaleCharToQuantum(pixels[1]);
522 pixel.red=(MagickRealType) ScaleCharToQuantum(pixels[2]);
523 pixel.alpha=(MagickRealType) ScaleCharToQuantum(pixels[3]);