Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:OpenModule

1225 %  OpenModule() loads a module, and invokes its registration module.  It
1228 % The format of the OpenModule module is:
1230 % MagickBooleanType OpenModule(const char *module,ExceptionInfo *exception)
1239 MagickPrivate MagickBooleanType OpenModule(const char *module,
1392 (void) OpenModule(modules[i],exception);