Lines Matching refs:interpret_text
3270 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3273 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3274 MaxTextExtent,sizeof(*interpret_text)); \ in InterpretImageProperties()
3275 if (interpret_text == (char *) NULL) \ in InterpretImageProperties()
3277 q=interpret_text+strlen(interpret_text); \ in InterpretImageProperties()
3286 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3289 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3290 MaxTextExtent,sizeof(*interpret_text)); \ in InterpretImageProperties()
3291 if (interpret_text == (char *) NULL) \ in InterpretImageProperties()
3293 q=interpret_text+strlen(interpret_text); \ in InterpretImageProperties()
3303 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3306 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3307 MaxTextExtent,sizeof(*interpret_text)); \ in InterpretImageProperties()
3308 if (interpret_text == (char *) NULL) \ in InterpretImageProperties()
3310 q=interpret_text+strlen(interpret_text); \ in InterpretImageProperties()
3318 *interpret_text; in InterpretImageProperties() local
3358 interpret_text=FileToString(p+1,~0UL,exception); in InterpretImageProperties()
3359 if (interpret_text != (char *) NULL) in InterpretImageProperties()
3360 return(interpret_text); in InterpretImageProperties()
3365 interpret_text=AcquireString(embed_text); /* new string with extra space */ in InterpretImageProperties()
3368 for (q=interpret_text; *p!='\0'; number=isdigit(*p) ? MagickTrue : MagickFalse,p++) in InterpretImageProperties()
3547 interpret_text=DestroyString(interpret_text); in InterpretImageProperties()
3823 return(interpret_text); in InterpretImageProperties()