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 132 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 800 dpx.image.orientation=ReadBlobShort(image);
819 dpx.image.number_elements=ReadBlobShort(image);
859 dpx.image.image_element[i].packing=ReadBlobShort(image);
863 dpx.image.image_element[i].encoding=ReadBlobShort(image);
934 dpx.orientation.border[i]=ReadBlobShort(image);
    [all...]
fits.c 157 return((double) ((short) ReadBlobShort(image)));
psd.c 1136 sizes[y]=(MagickOffsetType) ReadBlobShort(image);
    [all...]
dds.c     [all...]

Completed in 79 milliseconds