• Home
  • Raw
  • Download

Lines Matching refs:ScaleQuantumToShort

1786           *q++=ScaleQuantumToShort(GetPixelBlue(image,p));  in ExportShortPixel()
1787 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1788 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1803 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1804 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1805 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1806 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1821 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1822 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1823 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1839 *q++=ScaleQuantumToShort(ClampToQuantum(GetPixelIntensity(image,p))); in ExportShortPixel()
1854 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1855 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1856 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1871 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1872 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1873 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1874 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1889 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1890 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1891 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1917 *q=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1923 *q=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1929 *q=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1934 *q=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1939 *q=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1945 *q=ScaleQuantumToShort(GetPixelBlack(image,p)); in ExportShortPixel()
1950 *q=ScaleQuantumToShort(ClampToQuantum(GetPixelIntensity(image,p))); in ExportShortPixel()