Lines Matching refs:ScaleQuantumToLong
1160 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1161 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1162 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1177 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1178 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1179 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1180 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1195 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1196 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1197 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1213 *q++=ScaleQuantumToLong(ClampToQuantum(GetPixelIntensity(image,p))); in ExportLongPixel()
1228 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1229 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1230 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1245 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1246 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1247 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1248 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1263 *q++=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1264 *q++=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1265 *q++=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1291 *q=ScaleQuantumToLong(GetPixelRed(image,p)); in ExportLongPixel()
1297 *q=ScaleQuantumToLong(GetPixelGreen(image,p)); in ExportLongPixel()
1303 *q=ScaleQuantumToLong(GetPixelBlue(image,p)); in ExportLongPixel()
1308 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1313 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1319 *q=ScaleQuantumToLong(GetPixelBlack(image,p)); in ExportLongPixel()
1324 *q=ScaleQuantumToLong(ClampToQuantum(GetPixelIntensity(image,p))); in ExportLongPixel()