• Home
  • Raw
  • Download

Lines Matching refs:ScaleQuantumToLong

1995             *q++=ScaleQuantumToLong(GetPixelBlue(image,p));  in StreamImagePixels()
1996 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
1997 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2009 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2010 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2011 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2012 *q++=ScaleQuantumToLong((Quantum) (GetPixelAlpha(image,p))); in StreamImagePixels()
2024 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2025 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2026 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2039 *q++=ScaleQuantumToLong(ClampToQuantum(GetPixelIntensity(image,p))); in StreamImagePixels()
2051 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2052 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2053 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2065 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2066 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2067 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2068 *q++=ScaleQuantumToLong((Quantum) (GetPixelAlpha(image,p))); in StreamImagePixels()
2080 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2081 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2082 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2101 *q=ScaleQuantumToLong(GetPixelRed(image,p)); in StreamImagePixels()
2107 *q=ScaleQuantumToLong(GetPixelGreen(image,p)); in StreamImagePixels()
2113 *q=ScaleQuantumToLong(GetPixelBlue(image,p)); in StreamImagePixels()
2118 *q=ScaleQuantumToLong((Quantum) (GetPixelAlpha(image,p))); in StreamImagePixels()
2123 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in StreamImagePixels()
2129 *q=ScaleQuantumToLong(GetPixelBlack(image,p)); in StreamImagePixels()
2134 *q=ScaleQuantumToLong(ClampToQuantum(GetPixelIntensity(image,p))); in StreamImagePixels()