Lines Matching refs:GetPixelAlpha
558 *q++=ScaleQuantumToChar(GetPixelAlpha(image,p)); in ExportCharPixel()
626 *q++=ScaleQuantumToChar(GetPixelAlpha(image,p)); in ExportCharPixel()
686 *q=ScaleQuantumToChar(GetPixelAlpha(image,p)); in ExportCharPixel()
691 *q=ScaleQuantumToChar(GetPixelAlpha(image,p)); in ExportCharPixel()
765 *q++=(double) (QuantumScale*GetPixelAlpha(image,p)); in ExportDoublePixel()
833 *q++=(double) (QuantumScale*GetPixelAlpha(image,p)); in ExportDoublePixel()
893 *q=(double) (QuantumScale*GetPixelAlpha(image,p)); in ExportDoublePixel()
898 *q=(double) (QuantumScale*GetPixelAlpha(image,p)); in ExportDoublePixel()
973 *q++=(float) (QuantumScale*GetPixelAlpha(image,p)); in ExportFloatPixel()
1041 *q++=(float) (QuantumScale*GetPixelAlpha(image,p)); in ExportFloatPixel()
1101 *q=(float) (QuantumScale*((Quantum) (GetPixelAlpha(image,p)))); in ExportFloatPixel()
1106 *q=(float) (QuantumScale*GetPixelAlpha(image,p)); in ExportFloatPixel()
1180 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1248 *q++=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1308 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1313 *q=ScaleQuantumToLong(GetPixelAlpha(image,p)); in ExportLongPixel()
1387 *q++=ScaleQuantumToLongLong(GetPixelAlpha(image,p)); in ExportLongLongPixel()
1456 *q++=ScaleQuantumToLongLong(GetPixelAlpha(image,p)); in ExportLongLongPixel()
1516 *q=ScaleQuantumToLongLong(GetPixelAlpha(image,p)); in ExportLongLongPixel()
1521 *q=ScaleQuantumToLongLong(GetPixelAlpha(image,p)); in ExportLongLongPixel()
1596 *q++=(Quantum) (GetPixelAlpha(image,p)); in ExportQuantumPixel()
1664 *q++=(Quantum) (GetPixelAlpha(image,p)); in ExportQuantumPixel()
1724 *q=GetPixelAlpha(image,p); in ExportQuantumPixel()
1729 *q=GetPixelAlpha(image,p); in ExportQuantumPixel()
1806 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1874 *q++=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1934 *q=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
1939 *q=ScaleQuantumToShort(GetPixelAlpha(image,p)); in ExportShortPixel()
4566 alpha[i]=QuantumScale*GetPixelAlpha(image,p+i* in InterpolatePixelChannel()
4599 alpha[i]=QuantumScale*GetPixelAlpha(image,p+i* in InterpolatePixelChannel()
4631 alpha[i]=QuantumScale*GetPixelAlpha(image,p+i* in InterpolatePixelChannel()
4691 alpha[i]=QuantumScale*GetPixelAlpha(image,p+i* in InterpolatePixelChannel()
4755 alpha[i]=QuantumScale*GetPixelAlpha(image,p+i* in InterpolatePixelChannel()
4845 alpha[i]=QuantumScale*GetPixelAlpha(image,p+i* in InterpolatePixelChannel()
5004 alpha[j]=QuantumScale*GetPixelAlpha(source,p+j* in InterpolatePixelChannels()
5054 alpha[0]=QuantumScale*GetPixelAlpha(source,p); in InterpolatePixelChannels()
5055 alpha[1]=QuantumScale*GetPixelAlpha(source,p+GetPixelChannels(source)); in InterpolatePixelChannels()
5056 alpha[2]=QuantumScale*GetPixelAlpha(source,p+2* in InterpolatePixelChannels()
5058 alpha[3]=QuantumScale*GetPixelAlpha(source,p+3* in InterpolatePixelChannels()
5102 alpha[j]=QuantumScale*GetPixelAlpha(source,p+j* in InterpolatePixelChannels()
5179 alpha[j]=QuantumScale*GetPixelAlpha(source,p+j* in InterpolatePixelChannels()
5278 alpha[0]=QuantumScale*GetPixelAlpha(source,p); in InterpolatePixelChannels()
5279 alpha[1]=QuantumScale*GetPixelAlpha(source,p+ in InterpolatePixelChannels()
5281 alpha[2]=QuantumScale*GetPixelAlpha(source,p+2* in InterpolatePixelChannels()
5283 alpha[3]=QuantumScale*GetPixelAlpha(source,p+3* in InterpolatePixelChannels()
5386 alpha[j]=QuantumScale*GetPixelAlpha(source,p+j* in InterpolatePixelChannels()
5463 pixel_info->alpha=(double) GetPixelAlpha(image,pixel); in AlphaBlendPixelInfo()
5466 *alpha=QuantumScale*GetPixelAlpha(image,pixel); in AlphaBlendPixelInfo()
5473 pixel_info->alpha=(double) GetPixelAlpha(image,pixel); in AlphaBlendPixelInfo()
5969 pixel=GetPixelAlpha(source,p)-(double) GetPixelAlpha(destination,q); in IsFuzzyEquivalencePixel()
5978 scale=QuantumScale*GetPixelAlpha(source,p); in IsFuzzyEquivalencePixel()
5980 scale*=QuantumScale*GetPixelAlpha(destination,q); in IsFuzzyEquivalencePixel()