Searched refs:CloneKernelInfo (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/MagickCore/
H A Dmorphology.h136 *CloneKernelInfo(const KernelInfo *),
H A Dmorphology.c2205 % CloneKernelInfo() creates a new clone of the given Kernel List so that its
2209 % The format of the CloneKernelInfo method is:
2211 % KernelInfo *CloneKernelInfo(const KernelInfo *kernel)
2218 MagickExport KernelInfo *CloneKernelInfo(const KernelInfo *kernel)
2242 new_kernel->next = CloneKernelInfo(kernel->next);
2343 clone = CloneKernelInfo(last);
2348 clone = CloneKernelInfo(last);
2353 clone = CloneKernelInfo(last);
2432 clone = CloneKernelInfo(last);
3780 reflected_kernel = CloneKernelInfo(kerne
2213 MagickExport KernelInfo *CloneKernelInfo(const KernelInfo *kernel) function
[all...]
/external/ImageMagick/www/api/
H A Dmorphology.php55 <p class="text-center"><a href="morphology.php#AcquireKernelInfo">AcquireKernelInfo</a> &bull; <a href="morphology.php#AcquireKernelBuiltIn">AcquireKernelBuiltIn</a> &bull; <a href="morphology.php#CloneKernelInfo">CloneKernelInfo</a> &bull; <a href="morphology.php#DestroyKernelInfo">DestroyKernelInfo</a> &bull; <a href="morphology.php#MorphologyApply">MorphologyApply</a> &bull; <a href="morphology.php#This is almost identical to the MorphologyPrimative">This is almost identical to the MorphologyPrimative</a> &bull; <a href="morphology.php#MorphologyImage">MorphologyImage</a> &bull; <a href="morphology.php#ScaleGeometryKernelInfo">ScaleGeometryKernelInfo</a> &bull; <a href="morphology.php#ScaleKernelInfo">ScaleKernelInfo</a> &bull; <a href="morphology.php#ShowKernelInfo">ShowKernelInfo</a> &bull; <a href="morphology.php#UnityAddKernelInfo">UnityAddKernelInfo</a> &bull; <a href="morphology.php#ZeroKernelNans">ZeroKernelNans</a></p>
278 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/morphology_8c.html" id="CloneKernelInfo">CloneKernelInfo</a></h2>
280 <p>CloneKernelInfo() creates a new clone of the given Kernel List so that its can be modified without effecting the original. The cloned kernel should be destroyed using DestoryKernelInfo() when no longer needed.</p>
282 <p>The format of the CloneKernelInfo method is:</p>
285 KernelInfo *CloneKernelInfo(const KernelInfo *kernel)

Completed in 178 milliseconds