Lines Matching refs:interpret_text
3396 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3399 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3400 MaxTextExtent,sizeof(*interpret_text)); \ in InterpretImageProperties()
3401 if (interpret_text == (char *) NULL) \ in InterpretImageProperties()
3409 q=interpret_text+strlen(interpret_text); \ in InterpretImageProperties()
3418 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3421 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3422 MaxTextExtent,sizeof(*interpret_text)); \ in InterpretImageProperties()
3423 if (interpret_text == (char *) NULL) \ in InterpretImageProperties()
3431 q=interpret_text+strlen(interpret_text); \ in InterpretImageProperties()
3441 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3444 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3445 MaxTextExtent,sizeof(*interpret_text)); \ in InterpretImageProperties()
3446 if (interpret_text == (char *) NULL) \ in InterpretImageProperties()
3454 q=interpret_text+strlen(interpret_text); \ in InterpretImageProperties()
3462 *interpret_text; in InterpretImageProperties() local
3509 interpret_text=FileToString(p+1,~0UL,exception); in InterpretImageProperties()
3510 if (interpret_text != (char *) NULL) in InterpretImageProperties()
3511 return(interpret_text); in InterpretImageProperties()
3528 interpret_text=AcquireString(embed_text); /* new string with extra space */ in InterpretImageProperties()
3531 …for (q=interpret_text; *p!='\0'; number=isdigit((int) ((unsigned char) *p)) ? MagickTrue : MagickF… in InterpretImageProperties()
3708 interpret_text=DestroyString(interpret_text); in InterpretImageProperties()
3999 return(interpret_text); in InterpretImageProperties()