• Home
  • Raw
  • Download

Lines Matching refs:ScaleQuantumToLong

1158           *q++=ScaleQuantumToLong(GetPixelBlue(image,p));  in ExportLongPixel()
1159 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1160 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1175 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1176 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1177 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1178 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1193 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1194 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1195 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1211 *q++=ScaleQuantumToLong(ClampToQuantum(GetPixelIntensity(image,p))); in ExportLongPixel()
1226 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1227 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1228 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1243 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1244 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1245 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1246 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1261 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1262 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1263 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1289 *q=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1295 *q=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1301 *q=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1306 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1311 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1317 *q=ScaleQuantumToLong(GetPixelBlack(image,p)); in ExportLongPixel()
1322 *q=ScaleQuantumToLong(ClampToQuantum(GetPixelIntensity(image,p))); in ExportLongPixel()