Searched refs:depth_map (Results 1 – 1 of 1) sorted by relevance
360 *depth_map; in GetImageDepth() local365 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() local1066 depth_map=(Quantum *) AcquireQuantumMemory(MaxMap+1,sizeof(*depth_map)); in SetImageDepth()1067 if (depth_map == (Quantum *) NULL) in SetImageDepth()[all …]