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

  /external/ImageMagick/MagickCore/
quantize.h 67 *CloneQuantizeInfo(const QuantizeInfo *),
methods.h 166 #define CloneQuantizeInfo PrependMagickMethod(CloneQuantizeInfo)
    [all...]
quantize.c     [all...]
xwindow.c     [all...]
  /external/ImageMagick/www/api/
quantize.php 55 <p class="text-center"><a href="quantize.php#QuantizeImage">QuantizeImage</a> &bull; <a href="quantize.php#AcquireQuantizeInfo">AcquireQuantizeInfo</a> &bull; <a href="quantize.php#CloneQuantizeInfo">CloneQuantizeInfo</a> &bull; <a href="quantize.php#CompressImageColormap">CompressImageColormap</a> &bull; <a href="quantize.php#DestroyQuantizeInfo">DestroyQuantizeInfo</a> &bull; <a href="quantize.php#GetImageQuantizeError">GetImageQuantizeError</a> &bull; <a href="quantize.php#GetQuantizeInfo">GetQuantizeInfo</a> &bull; <a href="quantize.php#PosterizeImage">PosterizeImage</a> &bull; <a href="quantize.php#QuantizeImage">QuantizeImage</a> &bull; <a href="quantize.php#QuantizeImages">QuantizeImages</a> &bull; <a href="quantize.php#RemapImage">RemapImage</a> &bull; <a href="quantize.php#RemapImages">RemapImages</a> &bull; <a href="quantize.php#SetGrayscaleImage">SetGrayscaleImage</a></p>
140 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/quantize_8c.html" id="CloneQuantizeInfo">CloneQuantizeInfo</a></h2>
142 <p>CloneQuantizeInfo() makes a duplicate of the given quantize info structure, or if quantize info is NULL, a new one.</p>
144 <p>The format of the CloneQuantizeInfo method is:</p>
147 QuantizeInfo *CloneQuantizeInfo(const QuantizeInfo *quantize_info)
158 <dd>Method CloneQuantizeInfo returns a duplicate of the given quantize info, or if image info is NULL a new one. </dd>
  /external/ImageMagick/Magick++/lib/
Options.cpp 47 _quantizeInfo(CloneQuantizeInfo(options_._quantizeInfo)),
979 _quantizeInfo=CloneQuantizeInfo(quantizeInfo_);
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]

Completed in 674 milliseconds