depth 76 Magick++/demo/button.cpp button.depth( 8 ); depth 42 Magick++/demo/gravity.cpp base.depth(8); depth 158 Magick++/demo/piddle.cpp image.depth( 8 ); depth 104 Magick++/demo/shapes.cpp image.depth( 8 ); depth 241 Magick++/lib/Color.cpp pixel.depth=MAGICKCORE_QUANTUM_DEPTH; depth 2052 Magick++/lib/Image.cpp depth( depth_ ); depth 2066 Magick++/lib/Image.cpp depth( depth_ ); depth 2652 Magick++/lib/Image.cpp depth(depth_); depth 3261 Magick++/lib/Image.cpp size_t depth = depth_; depth 3263 Magick++/lib/Image.cpp if (depth > MAGICKCORE_QUANTUM_DEPTH) depth 3264 Magick++/lib/Image.cpp depth=MAGICKCORE_QUANTUM_DEPTH; depth 3267 Magick++/lib/Image.cpp image()->depth=depth; depth 3268 Magick++/lib/Image.cpp options()->depth( depth ); depth 3272 Magick++/lib/Image.cpp return constImage()->depth; depth 3652 Magick++/lib/Image.cpp options()->depth( depth_ ); depth 3658 Magick++/lib/Image.cpp size_t depth=GetImageDepth( constImage(), &exceptionInfo ); depth 3661 Magick++/lib/Image.cpp return depth; depth 71 Magick++/lib/Magick++/Image.h const size_t depth ); depth 1061 Magick++/lib/Magick++/Image.h void depth ( const size_t depth_ ); depth 1062 Magick++/lib/Magick++/Image.h size_t depth ( void ) const; depth 82 Magick++/lib/Magick++/Options.h void depth ( size_t depth_ ); depth 83 Magick++/lib/Magick++/Options.h size_t depth ( void ) const; depth 214 Magick++/lib/Options.cpp _imageInfo->depth = depth_; depth 218 Magick++/lib/Options.cpp return _imageInfo->depth; depth 1307 Magick++/lib/STL.cpp image_.depth( _depth ); depth 621 Magick++/tests/attributes.cpp if ( image.depth() != MAGICKCORE_QUANTUM_DEPTH ) depth 626 Magick++/tests/attributes.cpp << image.depth() depth 157 coders/aai.c image->depth=8; depth 140 coders/art.c image->depth=1; depth 321 coders/art.c image->depth=1; depth 157 coders/avs.c image->depth=8; depth 862 coders/bmp.c image->depth=bmp_info.bits_per_pixel <= 8 ? bmp_info.bits_per_pixel : 8; depth 1909 coders/bmp.c " Image depth=%.20g",(double) image->depth); depth 691 coders/cin.c image->depth=cin.image.channel[0].bits_per_pixel; depth 710 coders/cin.c length=GetBytesPerRow(image->columns,3,image->depth,MagickTrue); depth 714 coders/cin.c length=GetBytesPerRow(image->columns,1,image->depth,MagickTrue); depth 966 coders/cin.c cin.image.channel[i].bits_per_pixel=(unsigned char) image->depth; depth 980 coders/cin.c GetQuantumRange(image->depth)); depth 1152 coders/cin.c length=GetBytesPerRow(image->columns,3,image->depth,MagickTrue); depth 1156 coders/cin.c length=GetBytesPerRow(image->columns,1UL,image->depth,MagickTrue); depth 109 coders/cut.c switch (depth) depth 303 coders/cut.c ssize_t depth; depth 364 coders/cut.c depth=i; depth 368 coders/cut.c image->depth=8; depth 547 coders/cut.c InsertRow(depth,BImgBuff,i,image); depth 2772 coders/dcm.c shift=image->depth < 16 ? 4 : 8; depth 2787 coders/dcm.c shift=image->depth < 16 ? 4 : 8; depth 2844 coders/dcm.c depth, depth 2887 coders/dcm.c image->depth=8UL; depth 2913 coders/dcm.c depth=8; depth 3220 coders/dcm.c depth=bits_allocated; depth 3221 coders/dcm.c if (depth > 32) depth 3235 coders/dcm.c depth=significant_bits; depth 3236 coders/dcm.c if (depth > 32) depth 3586 coders/dcm.c if (depth != (1UL*MAGICKCORE_QUANTUM_DEPTH)) depth 3597 coders/dcm.c length=(size_t) (GetQuantumRange(depth)+1); depth 3601 coders/dcm.c range=GetQuantumRange(depth); depth 3602 coders/dcm.c for (i=0; i < (ssize_t) (GetQuantumRange(depth)+1); i++) depth 3644 coders/dcm.c image->depth=depth; depth 3653 coders/dcm.c colors=one << depth; depth 3654 coders/dcm.c if (AcquireImageColormap(image,one << depth) == MagickFalse) depth 3711 coders/dcm.c depth=8; depth 138 coders/dds.c depth, depth 288 coders/dds.c if (dds_info.ddscaps2 & DDSCAPS2_VOLUME && dds_info.depth > 0) depth 367 coders/dds.c num_images = dds_info.depth; depth 389 coders/dds.c image->depth = 8; depth 436 coders/dds.c dds_info->depth = ReadBlobLSBLong(image); depth 211 coders/debug.c image->depth=GetImageQuantumDepth(image,MagickTrue); depth 217 coders/debug.c GetQuantumRange(image->depth)),colorspace); depth 547 coders/dib.c image->depth=8; depth 1031 coders/dib.c if (image_info->depth > 8) depth 656 coders/djvu.c image->depth = 8UL; /* i only support that? */ depth 665 coders/djvu.c image->depth = 8UL; /* i only support that? */ depth 228 coders/dps.c GetBlobFileHandle(image),visual_info->depth,pixels_per_point,&pixmap, depth 241 coders/dps.c GetBlobFileHandle(image),(int) bits_per_pixel.height,visual_info->depth, depth 1141 coders/dpx.c image->depth=dpx.image.image_element[n].bit_size; depth 1201 coders/dpx.c extent=GetBytesPerRow(image->columns,samples_per_pixel,image->depth, depth 1638 coders/dpx.c dpx.image.image_element[i].bit_size=(unsigned char) image->depth; depth 1641 coders/dpx.c if ((image->depth == 10) || (image->depth == 12)) depth 1953 coders/dpx.c image->depth,MagickTrue); depth 1958 coders/dpx.c extent=GetBytesPerRow(image->columns,1UL,image->depth,MagickTrue); depth 164 coders/fax.c image->depth=8; depth 147 coders/fits.c switch (image->depth >> 3) depth 202 coders/fits.c return((double) ((MagickOffsetType) GetQuantumRange(depth))); depth 417 coders/fits.c image->depth=(size_t) (fits_info.bits_per_pixel < 0 ? -1 : 1)* depth 451 coders/fits.c if ((image->depth == 16) || (image->depth == 32) || depth 452 coders/fits.c (image->depth == 64)) depth 453 coders/fits.c SetFITSUnsignedPixels(1,image->depth,image->endian,(unsigned char *) depth 656 coders/fits.c image->depth=GetImageQuantumDepth(image,MagickFalse); depth 668 coders/fits.c image->depth); depth 694 coders/fits.c image->depth > 8 ? GetFITSPixelRange(image->depth)/2.0 : 0.0); depth 698 coders/fits.c 1.0*((MagickOffsetType) GetQuantumRange(image->depth))); depth 732 coders/fits.c if (image->depth == 16) depth 733 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 735 coders/fits.c if (((image->depth == 32) || (image->depth == 64)) && depth 737 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 758 coders/fits.c if (image->depth == 16) depth 759 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 761 coders/fits.c if (((image->depth == 32) || (image->depth == 64)) && depth 763 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 781 coders/fits.c if (image->depth == 16) depth 782 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 784 coders/fits.c if (((image->depth == 32) || (image->depth == 64)) && depth 786 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 804 coders/fits.c if (image->depth == 16) depth 805 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 807 coders/fits.c if (((image->depth == 32) || (image->depth == 64)) && depth 809 coders/fits.c SetFITSUnsignedPixels(image->columns,image->depth,image->endian, depth 366 coders/fpx.c image->depth=8; depth 858 coders/fpx.c image->depth=8; depth 1257 coders/gif.c image->depth=8; depth 144 coders/hrz.c image->depth=8; depth 331 coders/icon.c image->depth=icon_info.bits_per_pixel; depth 81 coders/ipl.c depth, depth 170 coders/ipl.c image->depth = ipl->depth; depth 264 coders/ipl.c ipl_info.depth=8; depth 268 coders/ipl.c ipl_info.depth=16; depth 272 coders/ipl.c ipl_info.depth=16; depth 276 coders/ipl.c ipl_info.depth=32; depth 279 coders/ipl.c case 4: ipl_info.depth=32; depth 283 coders/ipl.c ipl_info.depth=8; depth 287 coders/ipl.c ipl_info.depth=16; depth 291 coders/ipl.c ipl_info.depth=64; depth 295 coders/ipl.c ipl_info.depth=16; depth 345 coders/ipl.c (void) ReadBlob(image, length*image->depth/8, pixels); depth 357 coders/ipl.c (void) ReadBlob(image, length*image->depth/8, pixels); depth 367 coders/ipl.c (void) ReadBlob(image, length*image->depth/8, pixels); depth 377 coders/ipl.c (void) ReadBlob(image, length*image->depth/8, pixels); depth 545 coders/ipl.c switch(quantum_info->depth){ depth 586 coders/ipl.c ((image->depth)/8)*ipl_info.height*ipl_info.width*ipl_info.colors*ipl_info.z); depth 632 coders/ipl.c (void) WriteBlob(image, image->columns*image->depth/8, pixels); depth 644 coders/ipl.c (void) WriteBlob(image, image->columns*image->depth/8, pixels); depth 654 coders/ipl.c (void) WriteBlob(image, image->columns*image->depth/8, pixels); depth 663 coders/ipl.c (void) WriteBlob(image, image->columns*image->depth/8, pixels); depth 170 coders/jbig.c image->depth=8; depth 556 coders/jp2.c image->depth=maximum_component_depth; depth 938 coders/jp2.c component_info[i].prec=(int) MagickMax(MagickMin(image->depth,16),2); depth 1181 coders/jpeg.c image->depth=(size_t) jpeg_info.data_precision; depth 1220 coders/jpeg.c colors=(size_t) GetQuantumRange(image->depth)+1; depth 2124 coders/jpeg.c if ((jpeg_info.data_precision != 12) && (image->depth <= 8)) depth 2450 coders/jpeg.c (double) image->depth); depth 151 coders/mac.c image->depth=1; depth 127 coders/map.c depth, depth 166 coders/map.c depth=GetImageQuantumDepth(image,MagickTrue); depth 167 coders/map.c packet_size=(size_t) (depth/8); depth 183 coders/map.c if (image->depth <= 8) depth 212 coders/map.c packet_size=(size_t) (depth/8); depth 356 coders/map.c depth, depth 385 coders/map.c depth=GetImageQuantumDepth(image,MagickTrue); depth 386 coders/map.c packet_size=(size_t) (depth/8); depth 399 coders/map.c if (image->depth <= 8) depth 794 coders/mat.c image->depth = 1; depth 796 coders/mat.c image->depth = 8; /* Byte type cell */ depth 802 coders/mat.c image->depth = 16; /* Word type cell */ depth 808 coders/mat.c image->depth = 32; /* Dword type cell */ depth 814 coders/mat.c image->depth = 64; /* Qword type cell */ depth 819 coders/mat.c image->depth = 32; /* double type cell */ depth 828 coders/mat.c image->depth = 64; /* double type cell */ depth 847 coders/mat.c image->colors = one << image->depth; depth 966 coders/mat.c if (image->depth == 1) depth 1218 coders/mat.c image->depth=8; depth 213 coders/miff.c switch (image->depth) depth 239 coders/miff.c switch (image->depth) depth 261 coders/miff.c pixel->opacity=(Quantum) (quantum >> (image->depth- depth 274 coders/miff.c pixel->opacity=(Quantum) (quantum >> (image->depth- depth 286 coders/miff.c switch (image->depth) depth 322 coders/miff.c SetPixelRed(pixel,quantum >> (image->depth-MAGICKCORE_QUANTUM_DEPTH)); depth 328 coders/miff.c SetPixelGreen(pixel,quantum >> (image->depth- depth 331 coders/miff.c SetPixelBlue(pixel,quantum >> (image->depth- depth 337 coders/miff.c SetPixelBlack(index,quantum >> (image->depth- depth 343 coders/miff.c SetPixelOpacity(pixel,quantum >> (image->depth- depth 354 coders/miff.c SetPixelRed(pixel,quantum >> (image->depth-MAGICKCORE_QUANTUM_DEPTH)); depth 360 coders/miff.c SetPixelGreen(pixel,quantum >> (image->depth- depth 363 coders/miff.c SetPixelBlue(pixel,quantum >> (image->depth- depth 369 coders/miff.c SetPixelIndex(index,quantum >> (image->depth- depth 375 coders/miff.c SetPixelOpacity(pixel,quantum >> (image->depth- depth 538 coders/miff.c image->depth=8UL; depth 736 coders/miff.c image->depth=StringToUnsignedLong(options); depth 1162 coders/miff.c image->depth=GetImageQuantumDepth(image,MagickFalse); depth 1182 coders/miff.c packet_size=(size_t) (3UL*image->depth/8UL); depth 1189 coders/miff.c switch (image->depth) depth 1261 coders/miff.c packet_size=(size_t) (quantum_info->depth/8); depth 1263 coders/miff.c packet_size=(size_t) (3*quantum_info->depth/8); depth 1265 coders/miff.c packet_size=quantum_info->depth/8; depth 1267 coders/miff.c packet_size+=quantum_info->depth/8; depth 1269 coders/miff.c packet_size+=quantum_info->depth/8; depth 1727 coders/miff.c switch (image->depth) depth 1745 coders/miff.c switch (image->depth) depth 1790 coders/miff.c switch (image->depth) depth 1962 coders/miff.c (image->colors > (size_t) (GetQuantumRange(image->depth)+1))) depth 1964 coders/miff.c image->depth=image->depth <= 8 ? 8UL : image->depth <= 16 ? 16UL : depth 1965 coders/miff.c image->depth <= 32 ? 32UL : 64UL; depth 1979 coders/miff.c if ((image->storage_class != PseudoClass) && (image->depth >= 32) && depth 2011 coders/miff.c packet_size=(size_t) (quantum_info->depth/8); depth 2013 coders/miff.c packet_size=(size_t) (3*quantum_info->depth/8); depth 2015 coders/miff.c packet_size=(size_t) (quantum_info->depth/8); depth 2017 coders/miff.c packet_size+=quantum_info->depth/8; depth 2019 coders/miff.c packet_size+=quantum_info->depth/8; depth 2043 coders/miff.c image->depth); depth 2313 coders/miff.c packet_size=(size_t) (3*quantum_info->depth/8); depth 2324 coders/miff.c switch (quantum_info->depth) depth 149 coders/mono.c image->depth=1; depth 181 coders/mpc.c depth, depth 230 coders/mpc.c image->depth=8; depth 428 coders/mpc.c image->depth=StringToUnsignedLong(options); depth 837 coders/mpc.c depth=GetImageQuantumDepth(image,MagickFalse); depth 856 coders/mpc.c packet_size=(size_t) (3UL*depth/8UL); depth 866 coders/mpc.c switch (depth) depth 1080 coders/mpc.c depth, depth 1105 coders/mpc.c depth=GetImageQuantumDepth(image,MagickTrue); depth 1107 coders/mpc.c (image->colors > (one << depth))) depth 1120 coders/mpc.c (double) image->rows,(double) image->depth); depth 1388 coders/mpc.c packet_size=(size_t) (3UL*depth/8UL); depth 1399 coders/mpc.c switch (depth) depth 157 coders/mtv.c image->depth=8; depth 126 coders/otb.c depth; depth 161 coders/otb.c depth=(unsigned char) ReadBlobByte(image); depth 162 coders/otb.c if (depth != 1) depth 407 coders/palm.c image->depth=8; depth 748 coders/palm.c if (image_info->depth > 100) depth 749 coders/palm.c bits_per_pixel=image_info->depth-100; depth 584 coders/pcd.c image->depth=8; depth 644 coders/pcd.c image->depth=8; depth 351 coders/pcx.c image->depth=pcx_info.bits_per_pixel <= 8 ? 8U : MAGICKCORE_QUANTUM_DEPTH; depth 389 coders/pdb.c image->depth=8; depth 808 coders/pdb.c packet_size=(size_t) (image->depth > 8 ? 2: 1); depth 907 coders/pict.c image->depth=8; depth 986 coders/pict.c image->depth=1UL*pixmap.component_size; depth 1098 coders/pict.c tile_image->depth=1UL*pixmap.component_size; depth 149 coders/plasma.c depth, depth 212 coders/plasma.c for (depth=1; ; depth++) depth 214 coders/plasma.c if (PlasmaImage(image,&segment_info,0,depth) != MagickFalse) depth 216 coders/plasma.c status=SetImageProgress(image,LoadImageTag,(MagickOffsetType) depth, depth 1017 coders/png.c if (image->depth >= 16) depth 2452 coders/png.c image->depth=ping_bit_depth; depth 2453 coders/png.c image->depth=GetImageQuantumDepth(image,MagickFalse); depth 7039 coders/png.c if (image->depth > 16) depth 7040 coders/png.c image->depth=16; depth 7044 coders/png.c if (image->depth > 8) depth 7047 coders/png.c image->depth=16; depth 7051 coders/png.c image->depth = 8; depth 8193 coders/png.c if (image->depth <= 8 && image->taint && image->storage_class == PseudoClass) depth 8197 coders/png.c if (image->depth > 8) depth 8203 coders/png.c image->depth=8; depth 8208 coders/png.c if (image->depth < MAGICKCORE_QUANTUM_DEPTH) depth 8218 coders/png.c if (image->depth > 8) depth 8252 coders/png.c else if (image->depth > 4) depth 8286 coders/png.c if (image->depth > 2) depth 8318 coders/png.c else if (image->depth > 1) depth 8383 coders/png.c if (image->depth < 8) depth 8384 coders/png.c image->depth=8; depth 8390 coders/png.c if (image->depth > 8) depth 8391 coders/png.c image->depth=16; depth 8395 coders/png.c if (image->depth > 8) depth 8398 coders/png.c image->depth=16; depth 8401 coders/png.c if (image->depth == 16 && mng_info->write_png_depth != 16) depth 8403 coders/png.c image->depth = 8; depth 8509 coders/png.c " image->depth=%.20g",(double) image->depth); depth 9355 coders/png.c image_depth=image->depth; depth 9498 coders/png.c " image->depth=%.20g",(double) image->depth); depth 9852 coders/png.c " image->depth: %.20g",(double) image->depth); depth 10877 coders/png.c quantum_info->depth=image_depth; depth 10893 coders/png.c quantum_info->depth=8; depth 11087 coders/png.c quantum_info->depth=8; depth 11105 coders/png.c quantum_info->depth=image->depth; depth 11640 coders/png.c image->depth = 8; depth 11647 coders/png.c image->depth = 8; depth 11662 coders/png.c image->depth = 8; depth 11677 coders/png.c image->depth = 16; depth 11692 coders/png.c image->depth = 16; depth 13051 coders/png.c " Image_info depth: %.20g",(double) image_info->depth); depth 13063 coders/png.c " Image depth: %.20g",(double) p->depth); depth 258 coders/pnm.c depth, depth 431 coders/pnm.c for (depth=1; GetQuantumRange(depth) < max_value; depth++) ; depth 432 coders/pnm.c image->depth=depth; depth 685 coders/pnm.c range=GetQuantumRange(image->depth); depth 687 coders/pnm.c extent=(image->depth <= 8 ? 1 : 2)*image->columns; depth 739 coders/pnm.c if ((image->depth == 8) || (image->depth == 16)) depth 743 coders/pnm.c if (image->depth <= 8) depth 790 coders/pnm.c extent=3*(image->depth <= 8 ? 1 : 2)*image->columns; depth 791 coders/pnm.c range=GetQuantumRange(image->depth); depth 844 coders/pnm.c if (image->depth == 8) depth 854 coders/pnm.c if (image->depth == 16) depth 872 coders/pnm.c if (image->depth <= 8) depth 929 coders/pnm.c range=GetQuantumRange(image->depth); depth 952 coders/pnm.c extent=channels*(image->depth <= 8 ? 1 : 2)*image->columns; depth 1005 coders/pnm.c if ((image->depth == 8) || (image->depth == 16)) depth 1014 coders/pnm.c if (image->depth <= 8) depth 1061 coders/pnm.c if (image->depth <= 8) depth 1117 coders/pnm.c if (image->depth <= 8) depth 1186 coders/pnm.c image->depth=32; depth 1623 coders/pnm.c if (image->depth > 16) depth 1624 coders/pnm.c image->depth=16; depth 1627 coders/pnm.c ((MagickOffsetType) GetQuantumRange(image->depth))); depth 1695 coders/pnm.c if (image->depth <= 8) depth 1714 coders/pnm.c if (image->depth <= 8) depth 1756 coders/pnm.c if (image->depth <= 8) depth 1774 coders/pnm.c if (image->depth <= 8) depth 1815 coders/pnm.c image->depth=1; depth 1853 coders/pnm.c if (image->depth > 8) depth 1854 coders/pnm.c image->depth=16; depth 1856 coders/pnm.c ((MagickOffsetType) GetQuantumRange(image->depth))); depth 1864 coders/pnm.c range=GetQuantumRange(image->depth); depth 1877 coders/pnm.c if ((image->depth == 8) || (image->depth == 16)) depth 1882 coders/pnm.c if (image->depth <= 8) depth 1890 coders/pnm.c if (image->depth == 8) depth 1906 coders/pnm.c if (image->depth == 16) depth 1940 coders/pnm.c if (image->depth > 8) depth 1941 coders/pnm.c image->depth=16; depth 1943 coders/pnm.c ((MagickOffsetType) GetQuantumRange(image->depth))); depth 1951 coders/pnm.c range=GetQuantumRange(image->depth); depth 1964 coders/pnm.c if ((image->depth == 8) || (image->depth == 16)) depth 1969 coders/pnm.c if (image->depth <= 8) depth 2015 coders/pnm.c if (image->depth > 16) depth 2016 coders/pnm.c image->depth=16; depth 2019 coders/pnm.c range=GetQuantumRange(image->depth); depth 2036 coders/pnm.c if ((image->depth == 8) || (image->depth == 16)) depth 2046 coders/pnm.c if (image->depth <= 8) depth 2079 coders/pnm.c if (image->depth <= 8) depth 2123 coders/pnm.c if (image->depth <= 8) depth 2181 coders/pnm.c image->depth=32; depth 156 coders/psd.c depth, depth 283 coders/psd.c switch (depth) depth 327 coders/psd.c switch (depth) depth 563 coders/psd.c if (image->depth > 8) depth 567 coders/psd.c if (image->depth > 8) depth 595 coders/psd.c if (image->depth == 1) depth 620 coders/psd.c (ssize_t) image->depth,packet_size*image->columns,pixels); depth 662 coders/psd.c if (image->depth == 1) depth 820 coders/psd.c psd_info.depth=ReadBlobMSBShort(image); depth 821 coders/psd.c if ((psd_info.depth != 1) && (psd_info.depth != 8) && (psd_info.depth != 16)) depth 828 coders/psd.c psd_info.channels,(double) psd_info.depth,ModeToString((PSDImageType) depth 833 coders/psd.c image->depth=psd_info.depth; depth 1721 coders/psd.c if (next_image->depth > 8) depth 1722 coders/psd.c next_image->depth=16; depth 1723 coders/psd.c packet_size=next_image->depth > 8UL ? 2UL : 1UL; depth 1770 coders/psd.c if (next_image->depth > 8) depth 1771 coders/psd.c next_image->depth=16; depth 1772 coders/psd.c monochrome=IsMonochromeImage(image,&image->exception) && (image->depth == 1) depth 1774 coders/psd.c packet_size=next_image->depth > 8UL ? 2UL : 1UL; depth 1817 coders/psd.c packet_size=next_image->depth > 8UL ? 2UL : 1UL; depth 2129 coders/psd.c packet_size=(size_t) (image->depth > 8 ? 6 : 3); depth 2131 coders/psd.c packet_size+=image->depth > 8 ? 2 : 1; depth 2164 coders/psd.c (image->depth == 1) ? MagickTrue : MagickFalse; depth 2166 coders/psd.c (monochrome != MagickFalse ? 1 : image->depth > 8 ? 16 : 8)); depth 2173 coders/psd.c PseudoClass ? 8 : image->depth > 8 ? 16 : 8)); depth 2258 coders/psd.c packet_size=next_image->depth > 8 ? 2UL : 1UL; depth 2313 coders/psd.c packet_size=next_image->depth > 8 ? 2UL : 1UL; depth 83 coders/sgi.c depth; depth 346 coders/sgi.c iris_info.depth=ReadBlobMSBShort(image); depth 347 coders/sgi.c if ((iris_info.depth == 0) || (iris_info.depth > 4)) depth 364 coders/sgi.c image->depth=(size_t) MagickMin(iris_info.depth,MAGICKCORE_QUANTUM_DEPTH); depth 366 coders/sgi.c image->depth=(size_t) MagickMin((size_t) 8* depth 368 coders/sgi.c if (iris_info.depth < 3) depth 401 coders/sgi.c for (z=0; z < (ssize_t) iris_info.depth; z++) depth 448 coders/sgi.c iris_info.depth*sizeof(*offsets)); depth 450 coders/sgi.c iris_info.depth*sizeof(*runlength)); depth 466 coders/sgi.c for (i=0; i < (ssize_t) (iris_info.rows*iris_info.depth); i++) depth 468 coders/sgi.c for (i=0; i < (ssize_t) (iris_info.rows*iris_info.depth); i++) depth 480 coders/sgi.c for (z=0; ((z < (ssize_t) iris_info.depth) && (data_order == 0)); z++) depth 489 coders/sgi.c for (z=0; z < (ssize_t) iris_info.depth; z++) depth 522 coders/sgi.c for (z=0; z < (ssize_t) iris_info.depth; z++) depth 551 coders/sgi.c image->matte=iris_info.depth == 4 ? MagickTrue : MagickFalse; depth 934 coders/sgi.c if (image->depth > 8) depth 940 coders/sgi.c iris_info.bytes_per_pixel=(unsigned char) (image->depth > 8 ? 2 : 1); depth 945 coders/sgi.c iris_info.depth=4; depth 952 coders/sgi.c iris_info.depth=1; depth 955 coders/sgi.c iris_info.depth=3; depth 958 coders/sgi.c iris_info.maximum_value=(size_t) (image->depth <= 8 ? depth 970 coders/sgi.c (void) WriteBlobMSBShort(image,iris_info.depth); depth 1001 coders/sgi.c if (image->depth <= 8) depth 1044 coders/sgi.c for (z=0; z < (ssize_t) iris_info.depth; z++) depth 1048 coders/sgi.c if (image->depth <= 8) depth 1089 coders/sgi.c offsets=(ssize_t *) AcquireQuantumMemory(iris_info.rows*iris_info.depth, depth 1092 coders/sgi.c iris_info.depth*sizeof(*runlength)); depth 1108 coders/sgi.c offset=512+4*2*((ssize_t) iris_info.rows*iris_info.depth); depth 1113 coders/sgi.c for (z=0; z < (ssize_t) iris_info.depth; z++) depth 1127 coders/sgi.c for (i=0; i < (ssize_t) (iris_info.rows*iris_info.depth); i++) depth 1129 coders/sgi.c for (i=0; i < (ssize_t) (iris_info.rows*iris_info.depth); i++) depth 134 coders/stegano.c depth, depth 164 coders/stegano.c watermark->depth=MAGICKCORE_QUANTUM_DEPTH; depth 178 coders/stegano.c i=(ssize_t) (watermark->depth-1); depth 179 coders/stegano.c depth=watermark->depth; depth 180 coders/stegano.c for (k=image->offset; (i >= 0) && (j < (ssize_t) depth); i--) depth 182 coders/stegano.c for (y=0; (y < (ssize_t) image->rows) && (j < (ssize_t) depth); y++) depth 185 coders/stegano.c for ( ; (x < (ssize_t) image->columns) && (j < (ssize_t) depth); x++) depth 225 coders/stegano.c status=SetImageProgress(image,LoadImagesTag,(MagickOffsetType) i,depth); depth 226 coders/sun.c depth, depth 306 coders/sun.c sun_info.depth=ReadBlobMSBLong(image); depth 313 coders/sun.c if ((sun_info.depth == 0) || (sun_info.depth > 32)) depth 315 coders/sun.c image->depth=sun_info.depth <= 8 ? sun_info.depth : depth 317 coders/sun.c if (sun_info.depth < 24) depth 326 coders/sun.c image->colors=one << sun_info.depth; depth 334 coders/sun.c if (sun_info.depth < 24) depth 389 coders/sun.c image->matte=sun_info.depth == 32 ? MagickTrue : MagickFalse; depth 401 coders/sun.c if ((sun_info.type != RT_ENCODED) && (sun_info.depth >= 8) && depth 402 coders/sun.c ((number_pixels*((sun_info.depth+7)/8)) > sun_info.length)) depth 422 coders/sun.c bytes_per_line=sun_info.width*sun_info.depth; depth 423 coders/sun.c if ((height == 0) || (sun_info.width == 0) || (sun_info.depth == 0) || depth 424 coders/sun.c ((bytes_per_line/sun_info.depth) != sun_info.width)) depth 428 coders/sun.c if ((bytes_per_line >> 1) != (sun_info.width*sun_info.depth+15)) depth 443 coders/sun.c if (sun_info.depth == 1) depth 709 coders/sun.c depth, depth 779 coders/sun.c sun_info.depth=(unsigned int) image->matte ? 32U : 24U; depth 790 coders/sun.c sun_info.depth=1; depth 801 coders/sun.c sun_info.depth=8; depth 814 coders/sun.c (void) WriteBlobMSBLong(image,sun_info.depth); depth 236 coders/tga.c image->depth=(size_t) ((tga_info.bits_per_pixel <= 8) ? 8 : depth 241 coders/tga.c image->depth=(size_t) ((tga_info.colormap_size <= 8) ? 8 : depth 1071 coders/tiff.c image->depth=(size_t) bits_per_sample; depth 1074 coders/tiff.c (double) image->depth); depth 1765 coders/tiff.c image->depth=GetImageDepth(image,exception); depth 2768 coders/tiff.c if ((image->storage_class != PseudoClass) && (image->depth >= 32) && depth 2941 coders/tiff.c if ((image_info->depth == 0) && (image->matte == MagickFalse) && depth 2954 coders/tiff.c depth; depth 2961 coders/tiff.c depth=1; depth 2962 coders/tiff.c while ((GetQuantumRange(depth)+1) < image->colors) depth 2963 coders/tiff.c depth<<=1; depth 2964 coders/tiff.c status=SetQuantumDepth(image,quantum_info,depth); depth 3016 coders/tiff.c (void) TIFFSetField(tiff,TIFFTAG_BITSPERSAMPLE,quantum_info->depth); depth 115 coders/txt.c depth, depth 123 coders/txt.c &rows,&depth,colorspace); depth 400 coders/txt.c depth, depth 435 coders/txt.c for (depth=1; (GetQuantumRange(depth)+1) < max_value; depth++) ; depth 436 coders/txt.c image->depth=depth; depth 451 coders/txt.c range=GetQuantumRange(image->depth); depth 670 coders/txt.c image->depth=GetImageQuantumDepth(image,MagickTrue); depth 678 coders/txt.c ((MagickOffsetType) GetQuantumRange(image->depth)),colorspace); depth 314 coders/uil.c pixel.depth=8; depth 142 coders/uyvy.c image->depth=8; depth 282 coders/vicar.c image->depth=8; depth 470 coders/vicar.c image->depth=8; depth 350 coders/viff.c image->depth=viff_info.x_bits_per_pixel <= 8 ? 8UL : depth 397 coders/viff.c image->colors=image->depth <= 8 ? 256UL : 65536UL; depth 793 coders/wpg.c image2->depth=image->depth; depth 975 coders/wpg.c image->depth=8; depth 1181 coders/wpg.c image->depth=8; depth 1358 coders/wpg.c image->depth=8; depth 245 coders/xbm.c image->depth=8; depth 1073 coders/xcf.c image->depth=8; depth 326 coders/xpm.c image->depth=16; depth 756 coders/xpm.c pixel.depth=8; depth 990 coders/xpm.c pixel.depth=8; depth 230 coders/xwd.c image->depth=8; depth 260 coders/xwd.c ximage->depth=(int) header.pixmap_depth; depth 275 coders/xwd.c if ((ximage->depth < 0) || (ximage->width < 0) || (ximage->height < 0) || depth 335 coders/xwd.c length*=ximage->depth; depth 336 coders/xwd.c if (CheckOverflowException(length,extent,ximage->depth)) depth 149 coders/yuv.c quantum=(size_t) (image->depth <= 8 ? 1 : 2); depth 592 coders/yuv.c quantum=(size_t) (image->depth <= 8 ? 1 : 2); depth 642 coders/yuv.c image->depth=(size_t) (quantum == 1 ? 8 : 16); depth 62 magick/PreRvIcccm.c screen_format.depth=ximage->depth; depth 69 magick/PreRvIcccm.c created_ximage=XCreateImage(&display,(Visual *) NULL,ximage->depth, depth 1041 magick/animate.c (unsigned int) height,window_info.depth); depth 1114 magick/animate.c window_info.depth); depth 302 magick/attribute.c depth, depth 363 magick/attribute.c depth=current_depth[0]; depth 365 magick/attribute.c if (depth < current_depth[id]) depth 366 magick/attribute.c depth=current_depth[id]; depth 368 magick/attribute.c return(depth); depth 389 magick/attribute.c depth; depth 391 magick/attribute.c for (depth=1; depth < MAGICKCORE_QUANTUM_DEPTH; depth++) depth 399 magick/attribute.c range=GetQuantumRange(depth); depth 404 magick/attribute.c depth_map[i]=depth; depth 473 magick/attribute.c depth=current_depth[0]; depth 475 magick/attribute.c if (depth < current_depth[id]) depth 476 magick/attribute.c depth=current_depth[id]; depth 479 magick/attribute.c return(depth); depth 544 magick/attribute.c depth=current_depth[0]; depth 546 magick/attribute.c if (depth < current_depth[id]) depth 547 magick/attribute.c depth=current_depth[id]; depth 549 magick/attribute.c return(depth); depth 591 magick/attribute.c depth; depth 593 magick/attribute.c depth=image->depth; depth 594 magick/attribute.c if (depth <= 8) depth 595 magick/attribute.c depth=8; depth 597 magick/attribute.c if (depth <= 16) depth 598 magick/attribute.c depth=16; depth 600 magick/attribute.c if (depth <= 32) depth 601 magick/attribute.c depth=32; depth 603 magick/attribute.c if (depth <= 64) depth 604 magick/attribute.c depth=64; depth 606 magick/attribute.c depth=(size_t) MagickMin((double) depth,(double) depth 608 magick/attribute.c return(depth); depth 940 magick/attribute.c return(SetImageChannelDepth(image,CompositeChannels,depth)); depth 965 magick/attribute.c if (depth >= MAGICKCORE_QUANTUM_DEPTH) depth 967 magick/attribute.c image->depth=depth; depth 970 magick/attribute.c range=GetQuantumRange(depth); depth 1060 magick/attribute.c image->depth=depth; depth 1111 magick/attribute.c image->depth=depth; depth 755 magick/coder.c if (depth > 200) depth 775 magick/coder.c status=LoadCoderList(xml,path,depth+1,exception); depth 1068 magick/color.c if (pixel->depth > 16) depth 1075 magick/color.c if (pixel->depth > 8) depth 1107 magick/color.c if (pixel->depth > 8) depth 1376 magick/color.c if (pixel->depth > 32) depth 1384 magick/color.c if (pixel->depth > 16) depth 1391 magick/color.c if (pixel->depth > 8) depth 1433 magick/color.c if (color.depth > 8) depth 1452 magick/color.c color.depth=8; depth 2136 magick/color.c if (depth > 200) depth 2156 magick/color.c status=LoadColorList(xml,path,depth+1,exception); depth 2582 magick/color.c depth, depth 2614 magick/color.c depth=4*(n/3); depth 2646 magick/color.c depth=4*(n/4); depth 2650 magick/color.c range=GetQuantumRange(depth); depth 2918 magick/color.c pixel.depth=(size_t) MagickMin(1.0*image->depth,16.0); depth 1109 magick/configure.c if (depth > 200) depth 1129 magick/configure.c status=LoadConfigureList(xml,path,depth+1,exception); depth 1286 magick/delegate.c if (depth > 200) depth 1306 magick/delegate.c status=LoadDelegateList(xml,path,depth+1,exception); depth 13882 magick/display.c (unsigned int) height,window_info.depth); depth 674 magick/fourier.c magnitude_image->depth=32UL; depth 685 magick/fourier.c phase_image->depth=32UL; depth 1179 magick/fx.c depth; depth 1181 magick/fx.c depth=GetImageChannelDepth(image,channel,exception); depth 1183 magick/fx.c depth); depth 1837 magick/fx.c depth; depth 1839 magick/fx.c depth=(MagickRealType) GetImageChannelDepth(image,channel, depth 1841 magick/fx.c return(depth); depth 3678 magick/fx.c if (depth != 0) depth 3686 magick/fx.c depth--; depth 3694 magick/fx.c attenuate,depth); depth 3699 magick/fx.c attenuate,depth); depth 3704 magick/fx.c attenuate,depth); depth 3709 magick/fx.c attenuate,depth)); depth 3869 magick/fx.c status=PlasmaImageProxy(image,image_view,random_info,segment,attenuate,depth); depth 4733 magick/fx.c depth, depth 4763 magick/fx.c stegano_image->depth=MAGICKCORE_QUANTUM_DEPTH; depth 4770 magick/fx.c depth=stegano_image->depth; depth 4775 magick/fx.c for (i=(ssize_t) depth-1; (i >= 0) && (j < (ssize_t) depth); i--) depth 4777 magick/fx.c for (y=0; (y < (ssize_t) watermark->rows) && (j < (ssize_t) depth); y++) depth 4779 magick/fx.c for (x=0; (x < (ssize_t) watermark->columns) && (j < (ssize_t) depth); x++) depth 4828 magick/fx.c (depth-i),depth); depth 343 magick/identify.c (void) FormatLocaleFile(file,"%.20g-bit ",(double) image->depth); depth 452 magick/identify.c depth; depth 462 magick/identify.c depth=GetImageDepth(image,&image->exception); depth 463 magick/identify.c if (image->depth == depth) depth 465 magick/identify.c image->depth); depth 468 magick/identify.c image->depth,(double) depth); depth 478 magick/identify.c channel_statistics[RedChannel].depth); depth 480 magick/identify.c channel_statistics[GreenChannel].depth); depth 482 magick/identify.c channel_statistics[BlueChannel].depth); depth 488 magick/identify.c channel_statistics[CyanChannel].depth); depth 490 magick/identify.c channel_statistics[MagentaChannel].depth); depth 492 magick/identify.c channel_statistics[YellowChannel].depth); depth 494 magick/identify.c channel_statistics[BlackChannel].depth); depth 500 magick/identify.c channel_statistics[GrayChannel].depth); depth 506 magick/identify.c channel_statistics[OpacityChannel].depth); depth 508 magick/identify.c if (image->depth <= MAGICKCORE_QUANTUM_DEPTH) depth 510 magick/identify.c MAGICKCORE_QUANTUM_DEPTH-image->depth)); depth 173 magick/image.c image->depth=MAGICKCORE_QUANTUM_DEPTH; depth 268 magick/image.c if (image_info->depth != 0) depth 269 magick/image.c image->depth=image_info->depth; depth 938 magick/image.c clone_info->depth=image_info->depth; depth 1573 magick/image.c depth; depth 1580 magick/image.c depth=1; depth 1585 magick/image.c depth++; depth 1587 magick/image.c depth--; depth 1588 magick/image.c if (depth <= 0) depth 1956 magick/image.c image->depth=background->depth; depth 2288 magick/image.c image->depth=color->depth; depth 3605 magick/image.c image->depth=StringToUnsignedLong(option); depth 174 magick/image.h depth, /* depth of image on read/write */ depth 376 magick/image.h depth; depth 1166 magick/locale.c if (depth > 200) depth 1187 magick/locale.c status=LoadLocaleList(xml,path,locale,depth+1,exception); depth 1364 magick/log.c if (depth > 200) depth 1384 magick/log.c status&=LoadLogList(xml,path,depth+1,exception); depth 261 magick/mac.c *depth=0; depth 266 magick/mac.c *depth=(**image_description).depth; depth 1207 magick/mac.c depth, depth 1275 magick/mac.c depth=picture_info.depth; depth 1277 magick/mac.c BottleneckTest(picture_handle,&codec,&depth,&colormap_id); depth 1287 magick/mac.c if (depth > 200) depth 1289 magick/mac.c depth-=32; depth 1296 magick/mac.c depth=picture_info.depth; depth 1297 magick/mac.c if (depth <= 8) depth 1299 magick/mac.c (short) (1 << picture_info.depth),systemMethod,0); depth 1308 magick/mac.c if ((depth <= 8) && ((*(picture_info.theColorTable))->ctSize != 0)) depth 1336 magick/mac.c (void) UpdateGWorld(&graphic_world,depth,&rectangle, depth 1341 magick/mac.c if ((depth <= 8) && (colormap_id == -1)) depth 739 magick/magic.c if (depth > 200) depth 759 magick/magic.c status=LoadMagicList(xml,path,depth+1,exception); depth 782 magick/mime.c if (depth > 200) depth 802 magick/mime.c status=LoadMimeList(xml,path,depth+1,exception); depth 2037 magick/pixel.c pixel->depth=MAGICKCORE_QUANTUM_DEPTH; depth 2048 magick/pixel.c pixel->depth=image->depth; depth 119 magick/pixel.h depth; depth 718 magick/policy.c if (depth > 200) depth 738 magick/policy.c status=LoadPolicyList(xml,path,depth+1,exception); depth 125 magick/property.c image->depth=clone_image->depth; depth 2340 magick/property.c image->depth); depth 2530 magick/property.c image->depth); depth 3114 magick/property.c depth; depth 3118 magick/property.c depth=1; depth 3133 magick/property.c depth++; depth 3135 magick/property.c depth--; depth 3136 magick/property.c if (depth <= 0) depth 3142 magick/property.c if ( depth != 0 ) { depth 3550 magick/property.c image->depth=StringToUnsignedLong(value); depth 314 magick/quantize.c depth; depth 819 magick/quantize.c cube_info->depth--; depth 909 magick/quantize.c cube_info->depth--; depth 924 magick/quantize.c for (level=1; level <= cube_info->depth; level++) depth 942 magick/quantize.c if (level == cube_info->depth) depth 1880 magick/quantize.c depth; depth 1892 magick/quantize.c for (depth=1; i != 0; depth++) depth 1894 magick/quantize.c if ((ssize_t) (1L << depth) < MagickMax((ssize_t) image->columns,(ssize_t) image->rows)) depth 1895 magick/quantize.c depth++; depth 1899 magick/quantize.c if (depth > 1) depth 1900 magick/quantize.c Riemersma(image,image_view,cube_info,depth-1,NorthGravity); depth 1963 magick/quantize.c cube_info->depth=depth; depth 1964 magick/quantize.c if (cube_info->depth > MaxTreeDepth) depth 1965 magick/quantize.c cube_info->depth=MaxTreeDepth; depth 1966 magick/quantize.c if (cube_info->depth < 2) depth 1967 magick/quantize.c cube_info->depth=2; depth 2527 magick/quantize.c if (node_info->level == cube_info->depth) depth 2574 magick/quantize.c if (node_info->level > cube_info->depth) depth 2683 magick/quantize.c depth, depth 2707 magick/quantize.c depth=quantize_info->tree_depth; depth 2708 magick/quantize.c if (depth == 0) depth 2717 magick/quantize.c for (depth=1; colors != 0; depth++) depth 2719 magick/quantize.c if ((quantize_info->dither != MagickFalse) && (depth > 2)) depth 2720 magick/quantize.c depth--; depth 2721 magick/quantize.c if ((image->matte != MagickFalse) && (depth > 5)) depth 2722 magick/quantize.c depth--; depth 2727 magick/quantize.c cube_info=GetCubeInfo(quantize_info,depth,maximum_colors); depth 2792 magick/quantize.c depth, depth 2816 magick/quantize.c depth=quantize_info->tree_depth; depth 2817 magick/quantize.c if (depth == 0) depth 2826 magick/quantize.c for (depth=1; colors != 0; depth++) depth 2829 magick/quantize.c depth--; depth 2834 magick/quantize.c cube_info=GetCubeInfo(quantize_info,depth,maximum_colors); depth 186 magick/quantum-export.c for (i=(ssize_t) quantum_info->depth; i > 0L; ) depth 217 magick/quantum-export.c for (i=(ssize_t) quantum_info->depth; i > 0; ) depth 222 magick/quantum-export.c quantum_info->state.pixel|=(((pixel >> (quantum_info->depth-i)) & depth 248 magick/quantum-export.c switch (quantum_info->depth) depth 336 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 362 magick/quantum-export.c switch (quantum_info->depth) depth 381 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 429 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 615 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 642 magick/quantum-export.c switch (quantum_info->depth) depth 669 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 855 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 888 magick/quantum-export.c switch (quantum_info->depth) depth 972 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 995 magick/quantum-export.c switch (quantum_info->depth) depth 1075 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1113 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1114 magick/quantum-export.c switch (quantum_info->depth) depth 1224 magick/quantum-export.c switch (quantum_info->depth) depth 1335 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1371 magick/quantum-export.c switch (quantum_info->depth) depth 1500 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1534 magick/quantum-export.c switch (quantum_info->depth) depth 1626 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1669 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1762 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1788 magick/quantum-export.c switch (quantum_info->depth) depth 1964 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 1989 magick/quantum-export.c switch (quantum_info->depth) depth 2069 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2099 magick/quantum-export.c switch (quantum_info->depth) depth 2251 magick/quantum-export.c switch (quantum_info->depth) depth 2415 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2440 magick/quantum-export.c switch (quantum_info->depth) depth 2520 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2543 magick/quantum-export.c switch (quantum_info->depth) depth 2623 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2649 magick/quantum-export.c switch (quantum_info->depth) depth 2668 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2716 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2902 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 2929 magick/quantum-export.c switch (quantum_info->depth) depth 2956 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 3142 magick/quantum-export.c range=GetQuantumRange(quantum_info->depth); depth 206 magick/quantum-import.c for (i=(ssize_t) quantum_info->depth; i > 0L; ) depth 236 magick/quantum-import.c for (i=(ssize_t) quantum_info->depth; i > 0; ) depth 248 magick/quantum-import.c quantum_info->state.mask[quantum_bits]) << (quantum_info->depth-i)); depth 265 magick/quantum-import.c switch (quantum_info->depth) depth 357 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 386 magick/quantum-import.c switch (quantum_info->depth) depth 409 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 451 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 662 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 691 magick/quantum-import.c switch (quantum_info->depth) depth 889 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 924 magick/quantum-import.c switch (quantum_info->depth) depth 1013 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1036 magick/quantum-import.c switch (quantum_info->depth) depth 1128 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1151 magick/quantum-import.c switch (quantum_info->depth) depth 1219 magick/quantum-import.c range=GetQuantumRange(image->depth); depth 1253 magick/quantum-import.c switch (quantum_info->depth) depth 1382 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1420 magick/quantum-import.c switch (quantum_info->depth) depth 1562 magick/quantum-import.c range=GetQuantumRange(image->depth); depth 1598 magick/quantum-import.c switch (quantum_info->depth) depth 1640 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1698 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1784 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1925 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 1956 magick/quantum-import.c switch (quantum_info->depth) depth 1997 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2031 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2047 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2158 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2185 magick/quantum-import.c switch (quantum_info->depth) depth 2277 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2314 magick/quantum-import.c switch (quantum_info->depth) depth 2522 magick/quantum-import.c switch (quantum_info->depth) depth 2568 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2694 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2724 magick/quantum-import.c switch (quantum_info->depth) depth 2816 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2845 magick/quantum-import.c switch (quantum_info->depth) depth 2868 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 2910 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 3121 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 3150 magick/quantum-import.c switch (quantum_info->depth) depth 3348 magick/quantum-import.c range=GetQuantumRange(quantum_info->depth); depth 45 magick/quantum-private.h depth, depth 91 magick/quantum-private.h static inline MagickSizeType GetQuantumRange(const size_t depth) depth 97 magick/quantum-private.h return((MagickSizeType) ((one << (depth-1))+((one << (depth-1))-1))); depth 129 magick/quantum.c status=SetQuantumDepth(image,quantum_info,image->depth); depth 325 magick/quantum.c return((size_t) (packet_size*image->columns*((quantum_info->depth+7)/8))); depth 326 magick/quantum.c return((size_t) ((packet_size*image->columns*quantum_info->depth+7)/8)); depth 667 magick/quantum.c quantum_info->depth=depth; depth 670 magick/quantum.c if (quantum_info->depth > 32) depth 671 magick/quantum.c quantum_info->depth=64; depth 673 magick/quantum.c if (quantum_info->depth > 16) depth 674 magick/quantum.c quantum_info->depth=32; depth 676 magick/quantum.c quantum_info->depth=16; depth 681 magick/quantum.c ((quantum_info->depth+7)/8)); /* allow for CMYKA + RLE byte + pad */ depth 722 magick/quantum.c return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); depth 762 magick/quantum.c return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); depth 810 magick/quantum.c if (image->depth == 1) depth 903 magick/quantum.c return(SetQuantumDepth(image,quantum_info,quantum_info->depth)); depth 3670 magick/resize.c thumbnail_image->depth=8; depth 1502 magick/splay-tree.c if (depth >= MaxSplayTreeDepth) depth 1507 magick/splay-tree.c n=Splay(splay_tree,depth+1,key,next,node,parent); depth 1621 magick/statistic.c depth, depth 1640 magick/statistic.c channel_statistics[i].depth=1; depth 1661 magick/statistic.c if (channel_statistics[RedChannel].depth != MAGICKCORE_QUANTUM_DEPTH) depth 1663 magick/statistic.c depth=channel_statistics[RedChannel].depth; depth 1664 magick/statistic.c range=GetQuantumRange(depth); depth 1669 magick/statistic.c channel_statistics[RedChannel].depth++; depth 1673 magick/statistic.c if (channel_statistics[GreenChannel].depth != MAGICKCORE_QUANTUM_DEPTH) depth 1675 magick/statistic.c depth=channel_statistics[GreenChannel].depth; depth 1676 magick/statistic.c range=GetQuantumRange(depth); depth 1681 magick/statistic.c channel_statistics[GreenChannel].depth++; depth 1685 magick/statistic.c if (channel_statistics[BlueChannel].depth != MAGICKCORE_QUANTUM_DEPTH) depth 1687 magick/statistic.c depth=channel_statistics[BlueChannel].depth; depth 1688 magick/statistic.c range=GetQuantumRange(depth); depth 1693 magick/statistic.c channel_statistics[BlueChannel].depth++; depth 1699 magick/statistic.c if (channel_statistics[OpacityChannel].depth != MAGICKCORE_QUANTUM_DEPTH) depth 1701 magick/statistic.c depth=channel_statistics[OpacityChannel].depth; depth 1702 magick/statistic.c range=GetQuantumRange(depth); depth 1707 magick/statistic.c channel_statistics[OpacityChannel].depth++; depth 1714 magick/statistic.c if (channel_statistics[BlackChannel].depth != MAGICKCORE_QUANTUM_DEPTH) depth 1716 magick/statistic.c depth=channel_statistics[BlackChannel].depth; depth 1717 magick/statistic.c range=GetQuantumRange(depth); depth 1723 magick/statistic.c channel_statistics[BlackChannel].depth++; depth 1815 magick/statistic.c channel_statistics[CompositeChannels].depth=(size_t) EvaluateMax((double) depth 1816 magick/statistic.c channel_statistics[CompositeChannels].depth,(double) depth 1817 magick/statistic.c channel_statistics[i].depth); depth 28 magick/statistic.h depth; depth 1042 magick/type.c if (depth > 200) depth 1068 magick/type.c status=LoadTypeList(xml,path,depth+1,exception); depth 336 magick/version.c if (depth != (size_t *) NULL) depth 337 magick/version.c *depth=(size_t) MAGICKCORE_QUANTUM_DEPTH; depth 361 magick/widget.c if (button_info->raised || (window_info->depth == 1)) depth 480 magick/widget.c if ((matte_info->trough == MagickFalse) || (window_info->depth == 1)) depth 1448 magick/widget.c if (window_info->depth == 1) depth 1506 magick/widget.c if (window_info->depth == 1) depth 1562 magick/widget.c if (window_info->depth == 1) depth 361 magick/xwindow-private.h depth; depth 476 magick/xwindow.c depth, depth 501 magick/xwindow.c depth=(unsigned int) XDefaultDepth(display,XDefaultScreen(display)); depth 503 magick/xwindow.c annotate_info->height,depth); depth 1153 magick/xwindow.c (unsigned int) visual_info->colormap_size),1U << visual_info->depth) depth 1189 magick/xwindow.c visual_template.depth=XDefaultDepth(display,XDefaultScreen(display)); depth 1192 magick/xwindow.c if (resource_info->colors <= (one << (size_t) visual_template.depth)) depth 1990 magick/xwindow.c (void) FormatLocaleFile(file," depth: %d\n",windows->image.ximage->depth); depth 2300 magick/xwindow.c depth, depth 2326 magick/xwindow.c depth=(unsigned int) XDefaultDepth(display,XDefaultScreen(display)); depth 2328 magick/xwindow.c draw_info->height,depth); depth 4617 magick/xwindow.c window->depth=(unsigned int) visual_info->depth; depth 5230 magick/xwindow.c windows->visual_info->depth); depth 5408 magick/xwindow.c depth, depth 5431 magick/xwindow.c depth=(int) window->depth; depth 5495 magick/xwindow.c format=(depth == 1) ? XYBitmap : ZPixmap; depth 5505 magick/xwindow.c ximage=XShmCreateImage(display,window->visual,(unsigned int) depth,format, depth 5581 magick/xwindow.c ximage=XCreateImage(display,window->visual,(unsigned int) depth,format,0, depth 5605 magick/xwindow.c ximage->depth); depth 5621 magick/xwindow.c ximage->depth*ximage->height); depth 5700 magick/xwindow.c matte_image->bytes_per_line*matte_image->depth* depth 7170 magick/xwindow.c if (windows->magnify.depth > 1) depth 7242 magick/xwindow.c if (windows->magnify.depth > 1) depth 7528 magick/xwindow.c window->pixmap=XCreatePixmap(display,window->id,width,height,window->depth); depth 8373 magick/xwindow.c window_info->border_width,(int) window_info->depth,InputOutput, depth 8774 magick/xwindow.c if (window->depth > 1) depth 1412 tests/validate.c (double) reference_types[j].depth); depth 1429 tests/validate.c image_info->depth=reference_types[j].depth; depth 1442 tests/validate.c status=SetImageDepth(reference_image,reference_types[j].depth); depth 1497 tests/validate.c reference_image->depth=reference_types[j].depth; depth 1664 tests/validate.c (double) reference_types[j].depth); depth 1681 tests/validate.c image_info->depth=reference_types[j].depth; depth 1694 tests/validate.c status=SetImageDepth(reference_image,reference_types[j].depth); depth 1733 tests/validate.c reference_image->depth=reference_types[j].depth; depth 435 tests/validate.h depth; depth 6645 wand/drawing-wand.c depth; depth 6647 wand/drawing-wand.c quantum=GetMagickQuantumDepth(&depth); depth 6648 wand/drawing-wand.c if (depth != MAGICKCORE_QUANTUM_DEPTH) depth 4926 wand/magick-image.c return(wand->images->depth); depth 9705 wand/magick-image.c return(SetImageChannelDepth(wand->images,channel,depth)); depth 10067 wand/magick-image.c wand->images->depth=depth; depth 1316 wand/magick-property.c return(GetMagickQuantumDepth(depth)); depth 2017 wand/magick-property.c wand->image_info->depth=depth; depth 1079 wand/magick-wand.c depth; depth 1081 wand/magick-wand.c depth=MAGICKCORE_QUANTUM_DEPTH; depth 1082 wand/magick-wand.c quantum=GetMagickQuantumDepth(&depth); depth 1083 wand/magick-wand.c if (depth != MAGICKCORE_QUANTUM_DEPTH) depth 6542 wand/mogrify.c image_info->depth=MAGICKCORE_QUANTUM_DEPTH; depth 6545 wand/mogrify.c image_info->depth=StringToUnsignedLong(argv[i+1]); depth 302 wand/pixel-iterator.c depth; depth 307 wand/pixel-iterator.c depth=MAGICKCORE_QUANTUM_DEPTH; depth 308 wand/pixel-iterator.c quantum=GetMagickQuantumDepth(&depth); depth 309 wand/pixel-iterator.c if (depth != MAGICKCORE_QUANTUM_DEPTH) depth 422 wand/pixel-iterator.c depth; depth 425 wand/pixel-iterator.c depth=MAGICKCORE_QUANTUM_DEPTH; depth 426 wand/pixel-iterator.c quantum=GetMagickQuantumDepth(&depth); depth 427 wand/pixel-iterator.c if (depth != MAGICKCORE_QUANTUM_DEPTH) depth 397 wand/pixel-wand.c depth; depth 399 wand/pixel-wand.c depth=MAGICKCORE_QUANTUM_DEPTH; depth 400 wand/pixel-wand.c quantum=GetMagickQuantumDepth(&depth); depth 401 wand/pixel-wand.c if (depth != MAGICKCORE_QUANTUM_DEPTH) depth 195 www/source/mgk.c image->depth=8;