OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMimeType
(Results
1 - 5
of
5
) sorted by null
/external/ImageMagick/MagickCore/
mime.h
34
*
GetMimeType
(const MimeInfo *);
mime.c
632
%
GetMimeType
() returns the mime type.
634
% The format of the
GetMimeType
method is:
636
% const char *
GetMimeType
(const MimeInfo *mime_info)
643
MagickExport const char *
GetMimeType
(const MimeInfo *mime_info)
[
all
...]
methods.h
464
#define
GetMimeType
PrependMagickMethod(
GetMimeType
)
[
all
...]
/external/image_io/includes/image_io/jpeg/
jpeg_info.h
85
std::string
GetMimeType
(JpegXmpInfo::Type type) const {
86
return xmp_info_vector_[type].
GetMimeType
();
jpeg_xmp_info.h
63
std::string
GetMimeType
() const { return mime_type_; }
Completed in 160 milliseconds