Searched defs:embed_text (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/MagickCore/
H A Ddelegate.c855 Image *image,const char *embed_text,ExceptionInfo *exception)
916 *p; /* position in embed_text string being expanded */
931 if (embed_text == (const char *) NULL)
933 p=embed_text;
941 interpret_text=AcquireString(embed_text); /* new string with extra space */
844 InterpretDelegateProperties(ImageInfo *image_info, Image *image,const char *embed_text,ExceptionInfo *exception) argument
H A Dproperty.c3259 % Image *image,const char *embed_text,ExceptionInfo *exception)
3267 % o embed_text: the address of a character string containing the embedded
3274 const char *embed_text,ExceptionInfo *exception)
3337 *p; /* position in embed_text string being expanded */
3349 if (embed_text == (const char *) NULL)
3351 p=embed_text;
3375 interpret_text=AcquireString(embed_text); /* new string with extra space */
3263 InterpretImageProperties(ImageInfo *image_info,Image *image, const char *embed_text,ExceptionInfo *exception) argument

Completed in 143 milliseconds