HomeSort by relevance Sort by last modified time
    Searched refs:GetImageDepth (Results 1 - 15 of 15) sorted by null

  /external/ImageMagick/MagickCore/
attribute.h 45 GetImageDepth(const Image *,ExceptionInfo *),
methods.h 422 #define GetImageDepth PrependMagickMethod(GetImageDepth)
432 #define GetImageDepth PrependMagickMethod(GetImageDepth)
    [all...]
attribute.c 264 % GetImageDepth() returns the depth of a particular image channel.
266 % The format of the GetImageDepth method is:
268 % size_t GetImageDepth(const Image *image,ExceptionInfo *exception)
277 MagickExport size_t GetImageDepth(const Image *image,ExceptionInfo *exception)
    [all...]
identify.c 723 depth=GetImageDepth(image,exception);
    [all...]
property.c     [all...]
fx.c     [all...]
  /external/ImageMagick/www/api/
attribute.php 55 <p class="text-center"><a href="attribute.php#GetImageDepth">GetImageDepth</a> &bull; <a href="attribute.php#GetImageQuantumDepth">GetImageQuantumDepth</a> &bull; <a href="attribute.php#GetImageType">GetImageType</a> &bull; <a href="attribute.php#IdentifyImageGray">IdentifyImageGray</a> &bull; <a href="attribute.php#IdentifyImageMonochrome">IdentifyImageMonochrome</a> &bull; <a href="attribute.php#IdentifyImageType">IdentifyImageType</a> &bull; <a href="attribute.php#IsImageGray">IsImageGray</a> &bull; <a href="attribute.php#IsImageMonochrome">IsImageMonochrome</a> &bull; <a href="attribute.php#IsImageOpaque">IsImageOpaque</a> &bull; <a href="attribute.php#SetImageDepth">SetImageDepth</a> &bull; <a href="attribute.php#SetImageType">SetImageType</a></p>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/attribute_8c.html" id="GetImageDepth">GetImageDepth</a></h2>
59 <p>GetImageDepth() returns the depth of a particular image channel.</p>
61 <p>The format of the GetImageDepth method is:</p>
64 size_t GetImageDepth(const Image *image,ExceptionInfo *exception)
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 163 const static char GetImageDepth[] = "get_image_depth";
OCL20ToSPIRV.cpp 423 DemangledName == kOCLBuiltinName::GetImageDepth ||
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/coders/
json.c 896 depth=GetImageDepth(image,exception);
    [all...]
tiff.c     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp 489 channel_depth=GetImageDepth(constImage(),exceptionInfo);
1179 depth=GetImageDepth(constImage(),exceptionInfo);
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 419 milliseconds