Home
last modified time | relevance | path

Searched refs:EndianType (Results 1 – 25 of 26) sorted by relevance

12

/external/ImageMagick/MagickCore/
Dquantum.h33 } EndianType; typedef
152 extern MagickExport EndianType
157 SetQuantumEndian(const Image *,QuantumInfo *,const EndianType),
Dquantum-private.h75 EndianType
182 static inline unsigned char *PopLongPixel(const EndianType endian, in PopLongPixel()
204 static inline unsigned char *PopShortPixel(const EndianType endian, in PopShortPixel()
229 static inline const unsigned char *PushLongPixel(const EndianType endian, in PushLongPixel()
252 static inline const unsigned char *PushShortPixel(const EndianType endian, in PushShortPixel()
Dimage.h230 EndianType
394 EndianType
Dprofile.c1723 static inline signed short ReadProfileShort(const EndianType endian, in ReadProfileShort()
1751 static inline signed int ReadProfileLong(const EndianType endian, in ReadProfileLong()
1810 static inline void WriteProfileLong(const EndianType endian, in WriteProfileLong()
1832 static void WriteProfileShort(const EndianType endian, in WriteProfileShort()
1931 EndianType in SyncExifProfile()
Dmime.c92 EndianType
233 EndianType in GetMimeInfo()
877 mime_info->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in LoadMimeCache()
Dquantum.c355 MagickExport EndianType GetQuantumEndian(const QuantumInfo *quantum_info) in GetQuantumEndian()
724 QuantumInfo *quantum_info,const EndianType endian) in SetQuantumEndian()
Dproperty.c727 static inline signed int ReadPropertySignedLong(const EndianType endian, in ReadPropertySignedLong()
759 static inline unsigned int ReadPropertyUnsignedLong(const EndianType endian, in ReadPropertyUnsignedLong()
780 static inline signed short ReadPropertySignedShort(const EndianType endian, in ReadPropertySignedShort()
808 static inline unsigned short ReadPropertyUnsignedShort(const EndianType endian, in ReadPropertyUnsignedShort()
1206 EndianType in GetEXIFProperty()
Dimage.c3725 image->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in SyncImageSettings()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h93 void endian(const EndianType endian_);
94 EndianType endian(void) const;
DImage.h223 void endian(const EndianType endian_);
224 EndianType endian(void) const;
DSTL.h1450 endianImage( const EndianType endian_ );
1455 EndianType _endian;
DInclude.h569 using MagickCore::EndianType;
/external/ImageMagick/MagickWand/
Dmagick-image.h60 extern WandExport EndianType
263 MagickSetImageEndian(MagickWand *,const EndianType),
Dmagick-image.c4709 WandExport EndianType MagickGetImageEndian(MagickWand *wand) in MagickGetImageEndian()
9652 const EndianType endian) in MagickSetImageEndian()
Doperation.c823 _image_info->endian=(EndianType) (*arg1); in CLISettingOptionInfo()
Dmogrify.c6920 image_info->endian=(EndianType) ParseCommandOption( in MogrifyImageInfo()
/external/ImageMagick/coders/
Dfits.c208 const size_t bits_per_pixel,const EndianType endian,unsigned char *pixels) in SetFITSUnsignedPixels()
244 EndianType in ReadFITSImage()
Dmpc.c482 image->endian=(EndianType) endian; in ReadMPCImage()
Dmat.c598 EndianType in ReadMATImageV4()
Dmiff.c767 image->endian=(EndianType) endian; in ReadMIFFImage()
Dtiff.c3097 EndianType in WriteTIFFImage()
/external/ImageMagick/Magick++/lib/
DOptions.cpp204 void Magick::Options::endian(const Magick::EndianType endian_) in endian()
209 Magick::EndianType Magick::Options::endian(void) const in endian()
DSTL.cpp1325 Magick::endianImage::endianImage( const Magick::EndianType endian_ ) in endianImage()
DImage.cpp726 void Magick::Image::endian(const Magick::EndianType endian_) in endian()
733 Magick::EndianType Magick::Image::endian(void) const in endian()
/external/ImageMagick/PerlMagick/
DMagick.xs1453 info->image_info->endian=(EndianType) sp; in SetAttribute()
1455 image->endian=(EndianType) sp; in SetAttribute()

12