• Home
  • Raw
  • Download

Lines Matching refs:profiles

150   if (clone_image->profiles != (void *) NULL)  in CloneImageProfiles()
152 if (image->profiles != (void *) NULL) in CloneImageProfiles()
154 image->profiles=CloneSplayTree((SplayTreeInfo *) clone_image->profiles, in CloneImageProfiles()
190 if (image->profiles == (SplayTreeInfo *) NULL) in DeleteImageProfile()
193 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->profiles,name)); in DeleteImageProfile()
220 if (image->profiles != (SplayTreeInfo *) NULL) in DestroyImageProfiles()
221 image->profiles=DestroySplayTree((SplayTreeInfo *) image->profiles); in DestroyImageProfiles()
258 if (image->profiles == (SplayTreeInfo *) NULL) in GetImageProfile()
261 image->profiles,name); in GetImageProfile()
293 if (image->profiles == (SplayTreeInfo *) NULL) in GetNextImageProfile()
295 return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->profiles)); in GetNextImageProfile()
1269 if (image->profiles == (SplayTreeInfo *) NULL) in RemoveImageProfile()
1273 image->profiles,name); in RemoveImageProfile()
1307 if (image->profiles == (SplayTreeInfo *) NULL) in ResetImageProfileIterator()
1309 ResetSplayTreeIterator((SplayTreeInfo *) image->profiles); in ResetImageProfileIterator()
1426 image->profiles,"8bim"); in WriteTo8BimProfile()
1488 (void) AddValueToSplayTree((SplayTreeInfo *) image->profiles, in WriteTo8BimProfile()
1659 if (image->profiles == (SplayTreeInfo *) NULL) in SetImageProfileInternal()
1660 image->profiles=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory, in SetImageProfileInternal()
1664 status=AddValueToSplayTree((SplayTreeInfo *) image->profiles, in SetImageProfileInternal()