Searched refs:exif_resources (Results 1 – 2 of 2) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | profile.c | 2236 *exif_resources; in SyncExifProfile() local 2299 exif_resources=NewSplayTree((int (*)(const void *,const void *)) NULL, in SyncExifProfile() 2334 if (GetValueFromSplayTree(exif_resources,q) == q) in SyncExifProfile() 2336 (void) AddValueToSplayTree(exif_resources,q,q); in SyncExifProfile() 2429 exif_resources=DestroySplayTree(exif_resources); in SyncExifProfile()
|
D | property.c | 1253 *exif_resources; in GetEXIFProperty() local 1404 exif_resources=NewSplayTree((int (*)(const void *,const void *)) NULL, in GetEXIFProperty() 1440 if (GetValueFromSplayTree(exif_resources,q) == q) in GetEXIFProperty() 1442 (void) AddValueToSplayTree(exif_resources,q,q); in GetEXIFProperty() 1672 exif_resources=DestroySplayTree(exif_resources); in GetEXIFProperty()
|