Home | History | Annotate | Download | only in coders

Lines Matching refs:ScaleCharToQuantum

633         image->colormap[i].blue=ScaleCharToQuantum(*p++);
634 image->colormap[i].green=ScaleCharToQuantum(*p++);
635 image->colormap[i].red=ScaleCharToQuantum(*p++);
823 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8(
825 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor5to8(
827 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8(
832 SetPixelRed(image,ScaleCharToQuantum(ScaleColor5to8(
834 SetPixelGreen(image,ScaleCharToQuantum(ScaleColor6to8(
836 SetPixelBlue(image,ScaleCharToQuantum(ScaleColor5to8(
867 SetPixelBlue(image,ScaleCharToQuantum(*p++),q);
868 SetPixelGreen(image,ScaleCharToQuantum(*p++),q);
869 SetPixelRed(image,ScaleCharToQuantum(*p++),q);
871 SetPixelAlpha(image,ScaleCharToQuantum(*p++),q);