Lines Matching refs:depth
287 depth, in GetImageDepth() local
348 depth=current_depth[0]; in GetImageDepth()
350 if (depth < current_depth[i]) in GetImageDepth()
351 depth=current_depth[i]; in GetImageDepth()
353 return(depth); in GetImageDepth()
371 depth; in GetImageDepth() local
373 for (depth=1; depth < MAGICKCORE_QUANTUM_DEPTH; depth++) in GetImageDepth()
381 range=GetQuantumRange(depth); in GetImageDepth()
386 depth_map[i]=depth; in GetImageDepth()
433 depth=current_depth[0]; in GetImageDepth()
435 if (depth < current_depth[i]) in GetImageDepth()
436 depth=current_depth[i]; in GetImageDepth()
439 return(depth); in GetImageDepth()
502 depth=current_depth[0]; in GetImageDepth()
504 if (depth < current_depth[i]) in GetImageDepth()
505 depth=current_depth[i]; in GetImageDepth()
507 return(depth); in GetImageDepth()
541 depth; in GetImageQuantumDepth() local
543 depth=image->depth; in GetImageQuantumDepth()
544 if (depth <= 8) in GetImageQuantumDepth()
545 depth=8; in GetImageQuantumDepth()
547 if (depth <= 16) in GetImageQuantumDepth()
548 depth=16; in GetImageQuantumDepth()
550 if (depth <= 32) in GetImageQuantumDepth()
551 depth=32; in GetImageQuantumDepth()
553 if (depth <= 64) in GetImageQuantumDepth()
554 depth=64; in GetImageQuantumDepth()
556 depth=(size_t) MagickMin((double) depth,(double) MAGICKCORE_QUANTUM_DEPTH); in GetImageQuantumDepth()
557 return(depth); in GetImageQuantumDepth()
1003 const size_t depth,ExceptionInfo *exception) in SetImageDepth() argument
1021 if (depth >= MAGICKCORE_QUANTUM_DEPTH) in SetImageDepth()
1023 image->depth=depth; in SetImageDepth()
1026 range=GetQuantumRange(depth); in SetImageDepth()
1130 image->depth=depth; in SetImageDepth()
1192 image->depth=depth; in SetImageDepth()