Home
last modified time | relevance | path

Searched refs:ReadBlobShort (Results 1 – 8 of 8) sorted by relevance

/external/ImageMagick/coders/
Dvips.c233 c=(unsigned char) ReadBlobShort(image); in ReadVIPSPixelNONE()
261 s=(unsigned short) ReadBlobShort(image); in ReadVIPSPixelNONE()
288 return(ScaleShortToQuantum(ReadBlobShort(image))); in ReadVIPSPixelNONE()
Ddpx.c788 dpx.image.orientation=ReadBlobShort(image); in ReadDPXImage()
807 dpx.image.number_elements=ReadBlobShort(image); in ReadDPXImage()
847 dpx.image.image_element[i].packing=ReadBlobShort(image); in ReadDPXImage()
849 dpx.image.image_element[i].encoding=ReadBlobShort(image); in ReadDPXImage()
920 dpx.orientation.border[i]=ReadBlobShort(image); in ReadDPXImage()
Dfits.c152 return((double) ((short) ReadBlobShort(image))); in GetFITSPixel()
Dpsd.c1133 sizes[y]=(MagickOffsetType) ReadBlobShort(image); in ReadPSDRLESizes()
1596 compression=(PSDCompressionType) ReadBlobShort(layer_info->image); in ReadPSDLayer()
1955 layer_info[i].channels=ReadBlobShort(image); in ReadPSDLayersInternal()
1970 layer_info[i].channel_info[j].type=(short) ReadBlobShort(image); in ReadPSDLayersInternal()
Ddds.c1654 color=ReadBlobShort(image); in ReadUncompressedRGBPixels()
1801 color=ReadBlobShort(image); in ReadUncompressedRGBAPixels()
/external/ImageMagick/MagickCore/
Dblob-private.h133 ReadBlobShort(Image *),
Dmethods.h871 #define ReadBlobShort PrependMagickMethod(ReadBlobShort) macro
Dblob.c4230 MagickExport unsigned short ReadBlobShort(Image *image) in ReadBlobShort() function
4735 quantum.unsigned_value=ReadBlobShort(image); in ReadBlobSignedShort()