HomeSort by relevance Sort by last modified time
    Searched refs:ReadBlobShort (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
blob-private.h 133 ReadBlobShort(Image *),
methods.h     [all...]
blob.c     [all...]
  /external/ImageMagick/coders/
vips.c 236 c=(unsigned char) ReadBlobShort(image);
264 s=(unsigned short) ReadBlobShort(image);
291 return(ScaleShortToQuantum(ReadBlobShort(image)));
dpx.c 792 dpx.image.orientation=ReadBlobShort(image);
811 dpx.image.number_elements=ReadBlobShort(image);
850 dpx.image.image_element[i].packing=ReadBlobShort(image);
852 dpx.image.image_element[i].encoding=ReadBlobShort(image);
923 dpx.orientation.border[i]=ReadBlobShort(image);
    [all...]
psd.c 962 offsets[y]=(MagickOffsetType) ReadBlobShort(image);
    [all...]
fits.c 157 return((double) ((short) ReadBlobShort(image)));
dds.c     [all...]

Completed in 1054 milliseconds