Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Ddelegate.c867 Image *image,const char *embed_text,ExceptionInfo *exception) in InterpretDelegateProperties() argument
943 if (embed_text == (const char *) NULL) in InterpretDelegateProperties()
945 p=embed_text; in InterpretDelegateProperties()
953 interpret_text=AcquireString(embed_text); /* new string with extra space */ in InterpretDelegateProperties()
Dproperty.c3390 const char *embed_text,ExceptionInfo *exception) in InterpretImageProperties() argument
3490 if (embed_text == (const char *) NULL) in InterpretImageProperties()
3492 p=embed_text; in InterpretImageProperties()
3528 interpret_text=AcquireString(embed_text); /* new string with extra space */ in InterpretImageProperties()