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

  /external/ImageMagick/MagickCore/
version.h 85 *GetMagickQuantumDepth(size_t *),
version.h.in 85 *GetMagickQuantumDepth(size_t *),
version.h_vms 88 *GetMagickQuantumDepth(size_t *),
version.c 369 % GetMagickQuantumDepth() returns the ImageMagick quantum depth.
371 % The format of the GetMagickQuantumDepth method is:
373 % const char *GetMagickQuantumDepth(size_t *depth)
380 MagickExport const char *GetMagickQuantumDepth(size_t *depth)
methods.h 499 #define GetMagickQuantumDepth PrependMagickMethod(GetMagickQuantumDepth)
    [all...]
  /external/ImageMagick/www/api/
version.php 55 <p class="text-center"><a href="version.php#GetMagickCopyright">GetMagickCopyright</a> &bull; <a href="version.php#GetMagickDelegates">GetMagickDelegates</a> &bull; <a href="version.php#GetMagickFeatures">GetMagickFeatures</a> &bull; <a href="version.php#GetMagickHomeURL">GetMagickHomeURL</a> &bull; <a href="version.php#GetMagickLicense">GetMagickLicense</a> &bull; <a href="version.php#GetMagickPackageName">GetMagickPackageName</a> &bull; <a href="version.php#GetMagickQuantumDepth">GetMagickQuantumDepth</a> &bull; <a href="version.php#GetMagickQuantumRange">GetMagickQuantumRange</a> &bull; <a href="version.php#GetMagickReleaseDate">GetMagickReleaseDate</a> &bull; <a href="version.php#GetMagickSignature">GetMagickSignature</a> &bull; <a href="version.php#GetMagickVersion">GetMagickVersion</a> &bull; <a href="version.php#ListMagickVersion">ListMagickVersion</a></p>
123 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/version_8c.html" id="GetMagickQuantumDepth">GetMagickQuantumDepth</a></h2>
125 <p>GetMagickQuantumDepth() returns the ImageMagick quantum depth.</p>
127 <p>The format of the GetMagickQuantumDepth method is:</p>
130 const char *GetMagickQuantumDepth(size_t *depth)
  /external/ImageMagick/MagickWand/
wandcli.c 84 const char *quantum = GetMagickQuantumDepth(&depth);
pixel-iterator.c 316 quantum=GetMagickQuantumDepth(&depth);
436 quantum=GetMagickQuantumDepth(&depth);
    [all...]
magick-wand.c     [all...]
magick-property.c     [all...]
pixel-wand.c 411 quantum=GetMagickQuantumDepth(&depth);
    [all...]
drawing-wand.c     [all...]

Completed in 78 milliseconds