Home
last modified time | relevance | path

Searched refs:method_limit (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dmorphology.c3673 method_limit, /* maximum number of compound method iterations */ in MorphologyApply() local
3718 method_limit = 1; /* just do method once, unless otherwise set */ in MorphologyApply()
3740 method_limit = kernel_limit; /* iterate the whole method */ in MorphologyApply()
3814 while ( method_loop < method_limit && method_changed > 0 ) { in MorphologyApply()