Lines Matching +refs:extent +refs:properties

192   if (clone_image->properties != (void *) NULL)  in CloneImageProperties()
194 if (image->properties != (void *) NULL) in CloneImageProperties()
196 image->properties=CloneSplayTree((SplayTreeInfo *) in CloneImageProperties()
197 clone_image->properties,(void *(*)(void *)) ConstantString, in CloneImageProperties()
286 if (image->properties == (void *) NULL) in DeleteImageProperty()
288 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->properties,property)); in DeleteImageProperty()
320 if (image->properties != (void *) NULL) in DestroyImageProperties()
321 image->properties=(void *) DestroySplayTree((SplayTreeInfo *) in DestroyImageProperties()
322 image->properties); in DestroyImageProperties()
1614 if ((image->properties == (void *) NULL) || in GetEXIFProperty()
1615 (GetValueFromSplayTree((SplayTreeInfo *) image->properties, in GetEXIFProperty()
1711 extent; in GetICCProperty()
1714 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoDescription,"en","US", in GetICCProperty()
1716 if (extent != 0) in GetICCProperty()
1718 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoDescription,"en", in GetICCProperty()
1719 "US",info,MagickMin(MagickPathExtent-1,extent)); in GetICCProperty()
1723 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoManufacturer,"en","US", in GetICCProperty()
1725 if (extent != 0) in GetICCProperty()
1727 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoManufacturer,"en", in GetICCProperty()
1728 "US",info,MagickMin(MagickPathExtent-1,extent)); in GetICCProperty()
1732 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoModel,"en","US", in GetICCProperty()
1734 if (extent != 0) in GetICCProperty()
1736 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoModel,"en","US", in GetICCProperty()
1737 info,MagickMin(MagickPathExtent-1,extent)); in GetICCProperty()
1740 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoCopyright,"en","US", in GetICCProperty()
1742 if (extent != 0) in GetICCProperty()
1744 extent=cmsGetProfileInfoASCII(icc_profile,cmsInfoCopyright,"en", in GetICCProperty()
1745 "US",info,MagickMin(MagickPathExtent-1,extent)); in GetICCProperty()
1820 if (image->properties == (void *) NULL) in GetXMPProperty()
1821 ((Image *) image)->properties=NewSplayTree(CompareSplayTreeString, in GetXMPProperty()
1839 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
1849 (void) AddValueToSplayTree((SplayTreeInfo *) image->properties, in GetXMPProperty()
2242 if (image->properties != (void *) NULL) in GetImageProperty()
2246 image->properties)); in GetImageProperty()
2248 image->properties,property); in GetImageProperty()
2306 if ((image->properties != (void *) NULL) && in GetImageProperty()
2310 image->properties,property); in GetImageProperty()
2445 (void) FormatMagickSize(image->extent,MagickFalse,"B",MagickPathExtent, in GetMagickPropertyLetter()
2447 if (image->extent == 0) in GetMagickPropertyLetter()
2647 image->extent); in GetMagickPropertyLetter()
2648 if (image->extent == 0) in GetMagickPropertyLetter()
3453 if (image->properties == (void *) NULL) in GetNextImageProperty()
3455 return((const char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->properties)); in GetNextImageProperty()
3518 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3520 extent+=length; \ in InterpretImageProperties()
3521 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3538 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3540 extent+=length; \ in InterpretImageProperties()
3541 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3553 q+=FormatLocaleString(q,extent,"%s=%s\n",(key),(value)); \ in InterpretImageProperties()
3559 if ((size_t) (q-interpret_text+length+1) >= extent) \ in InterpretImageProperties()
3561 extent+=length; \ in InterpretImageProperties()
3562 interpret_text=(char *) ResizeQuantumMemory(interpret_text,extent+ \ in InterpretImageProperties()
3574 (void) CopyMagickString(q,(string),extent); \ in InterpretImageProperties()
3597 extent; /* allocated length of interpret_text */ in InterpretImageProperties() local
3646 extent=MagickPathExtent; /* allocated space in string */ in InterpretImageProperties()
4160 if (image->properties == (void *) NULL) in RemoveImageProperty()
4162 value=(char *) RemoveNodeFromSplayTree((SplayTreeInfo *) image->properties, in RemoveImageProperty()
4197 if (image->properties == (void *) NULL) in ResetImagePropertyIterator()
4199 ResetSplayTreeIterator((SplayTreeInfo *) image->properties); in ResetImagePropertyIterator()
4248 if (image->properties == (void *) NULL) in SetImageProperty()
4249 image->properties=NewSplayTree(CompareSplayTreeString, in SetImageProperty()
4706 status=AddValueToSplayTree((SplayTreeInfo *) image->properties, in SetImageProperty()