Lines Matching refs:profiles

186   if (clone_image->profiles != (void *) NULL)  in CloneImageProfiles()
188 if (image->profiles != (void *) NULL) in CloneImageProfiles()
190 image->profiles=CloneSplayTree((SplayTreeInfo *) clone_image->profiles, in CloneImageProfiles()
226 if (image->profiles == (SplayTreeInfo *) NULL) in DeleteImageProfile()
229 return(DeleteNodeFromSplayTree((SplayTreeInfo *) image->profiles,name)); in DeleteImageProfile()
256 if (image->profiles != (SplayTreeInfo *) NULL) in DestroyImageProfiles()
257 image->profiles=DestroySplayTree((SplayTreeInfo *) image->profiles); in DestroyImageProfiles()
294 if (image->profiles == (SplayTreeInfo *) NULL) in GetImageProfile()
297 image->profiles,name); in GetImageProfile()
329 if (image->profiles == (SplayTreeInfo *) NULL) in GetNextImageProfile()
331 return((char *) GetNextKeyInSplayTree((SplayTreeInfo *) image->profiles)); in GetNextImageProfile()
1333 if (image->profiles == (SplayTreeInfo *) NULL) in RemoveImageProfile()
1337 image->profiles,name); in RemoveImageProfile()
1371 if (image->profiles == (SplayTreeInfo *) NULL) in ResetImageProfileIterator()
1373 ResetSplayTreeIterator((SplayTreeInfo *) image->profiles); in ResetImageProfileIterator()
1490 image->profiles,"8bim"); in WriteTo8BimProfile()
1551 (void) AddValueToSplayTree((SplayTreeInfo *) image->profiles, in WriteTo8BimProfile()
1753 if (image->profiles == (SplayTreeInfo *) NULL) in SetImageProfileInternal()
1754 image->profiles=NewSplayTree(CompareSplayTreeString,RelinquishMagickMemory, in SetImageProfileInternal()
1758 status=AddValueToSplayTree((SplayTreeInfo *) image->profiles, in SetImageProfileInternal()