Home
last modified time | relevance | path

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

12

/external/ImageMagick/MagickCore/
Dquantum.h33 } EndianType; typedef
152 extern MagickExport EndianType
157 SetQuantumEndian(const Image *,QuantumInfo *,const EndianType),
Dquantum-private.h78 EndianType
192 static inline unsigned char *PopLongPixel(const EndianType endian, in PopLongPixel()
214 static inline unsigned char *PopShortPixel(const EndianType endian, in PopShortPixel()
239 static inline const unsigned char *PushLongPixel(const EndianType endian, in PushLongPixel()
262 static inline const unsigned char *PushShortPixel(const EndianType endian, in PushShortPixel()
281 static inline const unsigned char *PushFloatPixel(const EndianType endian, in PushFloatPixel()
Dimage.h227 EndianType
403 EndianType
Dmime.c93 EndianType
232 EndianType in GetMimeInfo()
874 mime_info->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in LoadMimeCache()
Dprofile.c1818 static inline signed short ReadProfileShort(const EndianType endian, in ReadProfileShort()
1846 static inline signed int ReadProfileLong(const EndianType endian, in ReadProfileLong()
1905 static inline void WriteProfileLong(const EndianType endian, in WriteProfileLong()
1927 static void WriteProfileShort(const EndianType endian, in WriteProfileShort()
2027 EndianType in SyncExifProfile()
Dquantum.c358 MagickExport EndianType GetQuantumEndian(const QuantumInfo *quantum_info) in GetQuantumEndian()
727 QuantumInfo *quantum_info,const EndianType endian) in SetQuantumEndian()
Dproperty.c732 static inline signed int ReadPropertySignedLong(const EndianType endian, in ReadPropertySignedLong()
764 static inline unsigned int ReadPropertyUnsignedLong(const EndianType endian, in ReadPropertyUnsignedLong()
785 static inline signed short ReadPropertySignedShort(const EndianType endian, in ReadPropertySignedShort()
813 static inline unsigned short ReadPropertyUnsignedShort(const EndianType endian, in ReadPropertyUnsignedShort()
1236 EndianType in GetEXIFProperty()
Dimage.c4076 image->endian=(EndianType) ParseCommandOption(MagickEndianOptions, in SyncImageSettings()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DFormatUtil.h121 using EndianType = member
125 explicit EndianAdapter(EndianType &&Item) in EndianAdapter()
126 : FormatAdapter<EndianType>(std::move(Item)) {} in EndianAdapter()
/external/ImageMagick/Magick++/lib/Magick++/
DOptions.h93 void endian(const EndianType endian_);
94 EndianType endian(void) const;
DImage.h220 void endian(const EndianType endian_);
221 EndianType endian(void) const;
DSTL.h1454 endianImage( const EndianType endian_ );
1459 EndianType _endian;
DInclude.h579 using MagickCore::EndianType;
/external/ImageMagick/MagickWand/
Dmagick-image.h60 extern WandExport EndianType
264 MagickSetImageEndian(MagickWand *,const EndianType),
Dmagick-image.c4721 WandExport EndianType MagickGetImageEndian(MagickWand *wand) in MagickGetImageEndian()
9664 const EndianType endian) in MagickSetImageEndian()
Doperation.c816 _image_info->endian=(EndianType) (*arg1); in CLISettingOptionInfo()
/external/ImageMagick/coders/
Dfits.c208 const size_t bits_per_pixel,const EndianType endian,unsigned char *pixels) in SetFITSUnsignedPixels()
244 EndianType in ReadFITSImage()
Dmpc.c480 image->endian=(EndianType) endian; in ReadMPCImage()
Dmat.c603 EndianType in ReadMATImageV4()
Dtiff.c3122 const ImageInfo *image_info,EndianType endian,ExceptionInfo *exception) in TIFFWritePhotoshopLayers()
3427 EndianType in WriteTIFFImage()
Dmiff.c808 image->endian=(EndianType) endian; in ReadMIFFImage()
/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.cpp1338 Magick::endianImage::endianImage( const Magick::EndianType endian_ ) in endianImage()
DImage.cpp715 void Magick::Image::endian(const Magick::EndianType endian_) in endian()
722 Magick::EndianType Magick::Image::endian(void) const in endian()
/external/ImageMagick/PerlMagick/
DMagick.xs1476 info->image_info->endian=(EndianType) sp; in SetAttribute()
1478 image->endian=(EndianType) sp; in SetAttribute()

12