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.c786 dpx.image.orientation=ReadBlobShort(image); in ReadDPXImage()
805 dpx.image.number_elements=ReadBlobShort(image); in ReadDPXImage()
844 dpx.image.image_element[i].packing=ReadBlobShort(image); in ReadDPXImage()
846 dpx.image.image_element[i].encoding=ReadBlobShort(image); in ReadDPXImage()
917 dpx.orientation.border[i]=ReadBlobShort(image); in ReadDPXImage()
Dpsd.c957 offsets[y]=(MagickOffsetType) ReadBlobShort(image); in ReadPSDRLEOffsets()
1310 compression=(PSDCompressionType) ReadBlobShort(layer_info->image); in ReadPSDLayer()
1389 number_layers=(short) ReadBlobShort(image); in ReadPSDLayers()
1446 layer_info[i].channels=ReadBlobShort(image); in ReadPSDLayers()
1461 layer_info[i].channel_info[j].type=(short) ReadBlobShort(image); in ReadPSDLayers()
Dfits.c152 return((double) ((short) ReadBlobShort(image))); in GetFITSPixel()
Ddds.c2153 color=ReadBlobShort(image); in ReadUncompressedRGB()
2224 color=ReadBlobShort(image); in ReadUncompressedRGBA()
/external/ImageMagick/MagickCore/
Dblob-private.h133 ReadBlobShort(Image *),
Dmethods.h856 #define ReadBlobShort PrependMagickMethod(ReadBlobShort) macro
Dblob.c3238 MagickExport unsigned short ReadBlobShort(Image *image) in ReadBlobShort() function
3743 quantum.unsigned_value=ReadBlobShort(image); in ReadBlobSignedShort()