• Home
  • Raw
  • Download

Lines Matching refs:ScaleQuantumToShort

1781           *q++=ScaleQuantumToShort(GetPixelBlue(image,p));  in ExportShortPixel()
1782 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1783 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1798 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1799 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1800 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1801 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1816 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1817 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1818 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1834 *q++=ScaleQuantumToShort(ClampToQuantum(GetPixelIntensity(image,p))); in ExportShortPixel()
1849 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1850 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1851 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1866 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1867 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1868 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1869 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1884 *q++=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1885 *q++=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1886 *q++=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1912 *q=ScaleQuantumToShort(GetPixelRed(image,p)); in ExportShortPixel()
1918 *q=ScaleQuantumToShort(GetPixelGreen(image,p)); in ExportShortPixel()
1924 *q=ScaleQuantumToShort(GetPixelBlue(image,p)); in ExportShortPixel()
1929 *q=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1934 *q=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1940 *q=ScaleQuantumToShort(GetPixelBlack(image,p)); in ExportShortPixel()
1945 *q=ScaleQuantumToShort(ClampToQuantum(GetPixelIntensity(image,p))); in ExportShortPixel()