Home
last modified time | relevance | path

Searched refs:depth_map (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dattribute.c360 *depth_map; in GetImageDepth() local
365 depth_map=(size_t *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); in GetImageDepth()
366 if (depth_map == (size_t *) NULL) in GetImageDepth()
386 depth_map[i]=depth; in GetImageDepth()
424 if (depth_map[ScaleQuantumToMap(p[i])] > current_depth[id]) in GetImageDepth()
425 current_depth[id]=depth_map[ScaleQuantumToMap(p[i])]; in GetImageDepth()
437 depth_map=(size_t *) RelinquishMagickMemory(depth_map); in GetImageDepth()
1058 *depth_map; in SetImageDepth() local
1066 depth_map=(Quantum *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); in SetImageDepth()
1067 if (depth_map == (Quantum *) NULL) in SetImageDepth()
[all …]