Home | History | Annotate | Download | only in coders

Lines Matching defs:depth

714     { 0x0018, 0x5012, "DS", "Focus Depth" },
725 { 0x0018, 0x5050, "IS", "Depth of Scan Field" },
1821 { 0x0045, 0x0015, "IS", "Pixel Depth Bits" },
2762 shift=image->depth < 16 ? 4 : 8;
2832 depth,
2878 image->depth=8UL;
2905 depth=8;
3276 depth=bits_allocated;
3277 if (depth > 32)
3291 depth=significant_bits;
3292 if (depth > 32)
3669 if (depth != (1UL*MAGICKCORE_QUANTUM_DEPTH))
3680 length=(size_t) (GetQuantumRange(depth)+1);
3684 range=GetQuantumRange(depth);
3685 for (i=0; i <= (ssize_t) GetQuantumRange(depth); i++)
3727 image->depth=depth;
3739 colors=one << depth;
3740 if (AcquireImageColormap(image,one << depth,exception) == MagickFalse)
3797 depth=8;
3976 if (pixel.red <= GetQuantumRange(depth))
3978 if (pixel.green <= GetQuantumRange(depth))
3980 if (pixel.blue <= GetQuantumRange(depth))