Lines Matching refs:profiles
160 if (clone_image->profiles != (void *) NULL) in CloneImageProfiles()
162 if (image->profiles != (void *) NULL) in CloneImageProfiles()
164 image->profiles=CloneSplayTree((SplayTreeInfo *) clone_image->profiles, in CloneImageProfiles()
200 if (image->profiles == (SplayTreeInfo *) NULL) in DeleteImageProfile()
203 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->profiles,name)); in DeleteImageProfile()
230 if (image->profiles != (SplayTreeInfo *) NULL) in DestroyImageProfiles()
231 image->profiles=DestroySplayTree((SplayTreeInfo *) image->profiles); in DestroyImageProfiles()
268 if (image->profiles == (SplayTreeInfo *) NULL) in GetImageProfile()
271 image->profiles,name); in GetImageProfile()
303 if (image->profiles == (SplayTreeInfo *) NULL) in GetNextImageProfile()
305 return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->profiles)); in GetNextImageProfile()
1288 if (image->profiles == (SplayTreeInfo *) NULL) in RemoveImageProfile()
1292 image->profiles,name); in RemoveImageProfile()
1326 if (image->profiles == (SplayTreeInfo *) NULL) in ResetImageProfileIterator()
1328 ResetSplayTreeIterator((SplayTreeInfo *) image->profiles); in ResetImageProfileIterator()
1445 image->profiles,"8bim"); in WriteTo8BimProfile()
1506 (void) AddValueToSplayTree((SplayTreeInfo *) image->profiles, in WriteTo8BimProfile()
1708 if (image->profiles == (SplayTreeInfo *) NULL) in SetImageProfileInternal()
1709 image->profiles=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory, in SetImageProfileInternal()
1713 status=AddValueToSplayTree((SplayTreeInfo *) image->profiles, in SetImageProfileInternal()