HomeSort by relevance Sort by last modified time
    Searched refs:EndianType (Results 1 - 25 of 27) sorted by null

1 2

  /external/ImageMagick/MagickCore/
quantum.h 33 } EndianType;
152 extern MagickExport EndianType
157 SetQuantumEndian(const Image *,QuantumInfo *,const EndianType),
quantum-private.h 78 EndianType
192 static inline unsigned char *PopLongPixel(const EndianType endian,
214 static inline unsigned char *PopShortPixel(const EndianType endian,
239 static inline const unsigned char *PushLongPixel(const EndianType endian,
262 static inline const unsigned char *PushShortPixel(const EndianType endian,
281 static inline const unsigned char *PushFloatPixel(const EndianType endian,
image.h 227 EndianType
403 EndianType
mime.c 96 EndianType
239 EndianType
888 mime_info->endian=(EndianType) ParseCommandOption(MagickEndianOptions,
    [all...]
quantum.c 360 % EndianType GetQuantumEndian(const QuantumInfo *quantum_info)
367 MagickExport EndianType GetQuantumEndian(const QuantumInfo *quantum_info)
732 % QuantumInfo *quantum_info,const EndianType endian)
744 QuantumInfo *quantum_info,const EndianType endian)
    [all...]
profile.c     [all...]
property.c 739 static inline signed int ReadPropertySignedLong(const EndianType endian,
771 static inline unsigned int ReadPropertyUnsignedLong(const EndianType endian,
792 static inline signed short ReadPropertySignedShort(const EndianType endian,
820 static inline unsigned short ReadPropertyUnsignedShort(const EndianType endian,
    [all...]
image.c     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
FormatUtil.h 121 using EndianType =
125 explicit EndianAdapter(EndianType &&Item)
126 : FormatAdapter<EndianType>(std::move(Item)) {}
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 93 void endian(const EndianType endian_);
94 EndianType endian(void) const;
Image.h 220 void endian(const EndianType endian_);
221 EndianType endian(void) const;
    [all...]
STL.h     [all...]
Include.h 579 using MagickCore::EndianType;
    [all...]
  /external/ImageMagick/MagickWand/
magick-image.h 60 extern WandExport EndianType
264 MagickSetImageEndian(MagickWand *,const EndianType),
magick-image.c     [all...]
operation.c     [all...]
mogrify.c     [all...]
  /external/ImageMagick/Magick++/lib/
Options.cpp 204 void Magick::Options::endian(const Magick::EndianType endian_)
209 Magick::EndianType Magick::Options::endian(void) const
STL.cpp     [all...]
Image.cpp 715 void Magick::Image::endian(const Magick::EndianType endian_)
722 Magick::EndianType Magick::Image::endian(void) const
    [all...]
  /external/ImageMagick/coders/
fits.c 213 const size_t bits_per_pixel,const EndianType endian,unsigned char *pixels)
249 EndianType
mpc.c 484 image->endian=(EndianType) endian;
    [all...]
mat.c 605 EndianType
    [all...]
tiff.c     [all...]
miff.c 813 image->endian=(EndianType) endian;
    [all...]

Completed in 5996 milliseconds

1 2