• Home
  • Raw
  • Download

Lines Matching refs:ScaleShortToQuantum

3741             SetPixelRed(*image,ScaleShortToQuantum(color.red),q);  in XColorEditImage()
3742 SetPixelGreen(*image,ScaleShortToQuantum(color.green),q); in XColorEditImage()
3743 SetPixelBlue(*image,ScaleShortToQuantum(color.blue),q); in XColorEditImage()
3771 SetPixelRed(*image,ScaleShortToQuantum( in XColorEditImage()
3773 SetPixelGreen(*image,ScaleShortToQuantum( in XColorEditImage()
3775 SetPixelBlue(*image,ScaleShortToQuantum( in XColorEditImage()
3789 (*image)->colormap[i].red=(double) ScaleShortToQuantum( in XColorEditImage()
3791 (*image)->colormap[i].green=(double) ScaleShortToQuantum( in XColorEditImage()
3793 (*image)->colormap[i].blue=(double) ScaleShortToQuantum( in XColorEditImage()
3818 ScaleShortToQuantum(border_color.red); in XColorEditImage()
3820 ScaleShortToQuantum(border_color.green); in XColorEditImage()
3822 ScaleShortToQuantum(border_color.blue); in XColorEditImage()
3849 SetPixelRed(*image,ScaleShortToQuantum(color.red),q); in XColorEditImage()
3850 SetPixelGreen(*image,ScaleShortToQuantum(color.green),q); in XColorEditImage()
3851 SetPixelBlue(*image,ScaleShortToQuantum(color.blue),q); in XColorEditImage()
10166 target.red=(double) ScaleShortToQuantum( in XMatteEditImage()
10168 target.green=(double) ScaleShortToQuantum( in XMatteEditImage()
10170 target.blue=(double) ScaleShortToQuantum( in XMatteEditImage()
12410 (*image)->background_color.red=(double) ScaleShortToQuantum( in XRotateImage()
12412 (*image)->background_color.green=(double) ScaleShortToQuantum( in XRotateImage()
12414 (*image)->background_color.blue=(double) ScaleShortToQuantum( in XRotateImage()