Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:synchronize

78     synchronize;
194 if (matrix_info->synchronize != MagickFalse)
207 *synchronize;
224 synchronize=GetEnvironmentValue("MAGICK_SYNCHRONIZE");
225 if (synchronize != (const char *) NULL)
227 matrix_info->synchronize=IsStringTrue(synchronize);
228 synchronize=DestroyString(synchronize);