Lines Matching defs:depth
184 depth,
233 image->depth=8;
454 if (LocaleCompare(keyword,"depth") == 0)
456 image->depth=StringToUnsignedLong(options);
835 depth=GetImageQuantumDepth(image,MagickFalse);
854 packet_size=(size_t) (3UL*depth/8UL);
864 switch (depth)
1086 depth;
1111 depth=GetImageQuantumDepth(image,MagickTrue);
1113 (image->colors > (size_t) (GetQuantumRange(image->depth)+1)))
1126 "columns=%.20g rows=%.20g depth=%.20g\n",(double) image->columns,
1127 (double) image->rows,(double) image->depth);
1396 packet_size=(size_t) (3UL*depth/8UL);
1407 switch (depth)