orientation 570 Magick++/lib/Image.cpp if (image()->orientation == UndefinedOrientation || orientation 571 Magick++/lib/Image.cpp image()->orientation == TopLeftOrientation) orientation 577 Magick++/lib/Image.cpp AutoOrientImage( constImage(), image()->orientation, &exceptionInfo ); orientation 3667 Magick++/lib/Image.cpp image()->orientation = orientation_; orientation 3671 Magick++/lib/Image.cpp return constImage()->orientation; orientation 1209 Magick++/lib/Magick++/Image.h void orientation ( const OrientationType orientation_ ); orientation 1210 Magick++/lib/Magick++/Image.h OrientationType orientation ( void ) const; orientation 174 coders/cals.c orientation, orientation 202 coders/cals.c orientation=1; orientation 230 coders/cals.c orientation=5; orientation 233 coders/cals.c orientation=3; orientation 236 coders/cals.c orientation=7; orientation 238 coders/cals.c orientation++; orientation 272 coders/cals.c read_info->orientation=(OrientationType) orientation; orientation 489 coders/cals.c switch (image->orientation) orientation 159 coders/cin.c orientation, orientation 474 coders/cin.c cin.image.orientation=(unsigned char) ReadBlobByte(image); orientation 476 coders/cin.c if (cin.image.orientation != (unsigned char) (~0U)) orientation 478 coders/cin.c cin.image.orientation); orientation 479 coders/cin.c switch (cin.image.orientation) orientation 482 coders/cin.c case 0: image->orientation=TopLeftOrientation; break; orientation 483 coders/cin.c case 1: image->orientation=TopRightOrientation; break; orientation 484 coders/cin.c case 2: image->orientation=BottomLeftOrientation; break; orientation 485 coders/cin.c case 3: image->orientation=BottomRightOrientation; break; orientation 486 coders/cin.c case 4: image->orientation=LeftTopOrientation; break; orientation 487 coders/cin.c case 5: image->orientation=RightTopOrientation; break; orientation 488 coders/cin.c case 6: image->orientation=LeftBottomOrientation; break; orientation 489 coders/cin.c case 7: image->orientation=RightBottomOrientation; break; orientation 954 coders/cin.c cin.image.orientation=0x00; orientation 955 coders/cin.c offset+=WriteBlobByte(image,cin.image.orientation); orientation 224 coders/dpx.c orientation, orientation 311 coders/dpx.c orientation; orientation 781 coders/dpx.c dpx.image.orientation=ReadBlobShort(image); orientation 783 coders/dpx.c if (dpx.image.orientation != (unsigned short) (~0U)) orientation 785 coders/dpx.c dpx.image.orientation); orientation 786 coders/dpx.c switch (dpx.image.orientation) orientation 789 coders/dpx.c case 0: image->orientation=TopLeftOrientation; break; orientation 790 coders/dpx.c case 1: image->orientation=TopRightOrientation; break; orientation 791 coders/dpx.c case 2: image->orientation=BottomLeftOrientation; break; orientation 792 coders/dpx.c case 3: image->orientation=BottomRightOrientation; break; orientation 793 coders/dpx.c case 4: image->orientation=LeftTopOrientation; break; orientation 794 coders/dpx.c case 5: image->orientation=RightTopOrientation; break; orientation 795 coders/dpx.c case 6: image->orientation=LeftBottomOrientation; break; orientation 796 coders/dpx.c case 7: image->orientation=RightBottomOrientation; break; orientation 856 coders/dpx.c dpx.orientation.x_offset=ReadBlobLong(image); orientation 858 coders/dpx.c if (dpx.orientation.x_offset != ~0U) orientation 860 coders/dpx.c dpx.orientation.x_offset); orientation 861 coders/dpx.c dpx.orientation.y_offset=ReadBlobLong(image); orientation 863 coders/dpx.c if (dpx.orientation.y_offset != ~0U) orientation 865 coders/dpx.c dpx.orientation.y_offset); orientation 866 coders/dpx.c dpx.orientation.x_center=ReadBlobFloat(image); orientation 868 coders/dpx.c if (IsFloatDefined(dpx.orientation.x_center) != MagickFalse) orientation 870 coders/dpx.c dpx.orientation.x_center); orientation 871 coders/dpx.c dpx.orientation.y_center=ReadBlobFloat(image); orientation 873 coders/dpx.c if (IsFloatDefined(dpx.orientation.y_center) != MagickFalse) orientation 875 coders/dpx.c dpx.orientation.y_center); orientation 876 coders/dpx.c dpx.orientation.x_size=ReadBlobLong(image); orientation 878 coders/dpx.c if (dpx.orientation.x_size != ~0U) orientation 880 coders/dpx.c dpx.orientation.x_size); orientation 881 coders/dpx.c dpx.orientation.y_size=ReadBlobLong(image); orientation 883 coders/dpx.c if (dpx.orientation.y_size != ~0U) orientation 885 coders/dpx.c dpx.orientation.y_size); orientation 886 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.filename),(unsigned char *) orientation 887 coders/dpx.c dpx.orientation.filename); orientation 888 coders/dpx.c if (*dpx.orientation.filename != '\0') orientation 890 coders/dpx.c dpx.orientation.filename); orientation 891 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *) orientation 892 coders/dpx.c dpx.orientation.timestamp); orientation 893 coders/dpx.c if (*dpx.orientation.timestamp != '\0') orientation 895 coders/dpx.c dpx.orientation.timestamp); orientation 896 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.device),(unsigned char *) orientation 897 coders/dpx.c dpx.orientation.device); orientation 898 coders/dpx.c if (*dpx.orientation.device != '\0') orientation 900 coders/dpx.c dpx.orientation.device); orientation 901 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.serial),(unsigned char *) orientation 902 coders/dpx.c dpx.orientation.serial); orientation 903 coders/dpx.c if (*dpx.orientation.serial != '\0') orientation 905 coders/dpx.c dpx.orientation.serial); orientation 908 coders/dpx.c dpx.orientation.border[i]=ReadBlobShort(image); orientation 911 coders/dpx.c if ((dpx.orientation.border[0] != (unsigned short) (~0U)) && orientation 912 coders/dpx.c (dpx.orientation.border[1] != (unsigned short) (~0U))) orientation 913 coders/dpx.c (void) FormatImageProperty(image,"dpx:orientation.border","%dx%d%+d%+d", dpx.orientation.border[0],dpx.orientation.border[1], orientation 914 coders/dpx.c dpx.orientation.border[2],dpx.orientation.border[3]); orientation 917 coders/dpx.c dpx.orientation.aspect_ratio[i]=ReadBlobLong(image); orientation 920 coders/dpx.c if ((dpx.orientation.aspect_ratio[0] != ~0U) && orientation 921 coders/dpx.c (dpx.orientation.aspect_ratio[1] != ~0U)) orientation 923 coders/dpx.c "%ux%u",dpx.orientation.aspect_ratio[0], orientation 924 coders/dpx.c dpx.orientation.aspect_ratio[1]); orientation 925 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *) orientation 926 coders/dpx.c dpx.orientation.reserve); orientation 1570 coders/dpx.c switch (image->orientation) orientation 1573 coders/dpx.c case TopLeftOrientation: dpx.image.orientation=0; break; orientation 1574 coders/dpx.c case TopRightOrientation: dpx.image.orientation=1; break; orientation 1575 coders/dpx.c case BottomLeftOrientation: dpx.image.orientation=2; break; orientation 1576 coders/dpx.c case BottomRightOrientation: dpx.image.orientation=3; break; orientation 1577 coders/dpx.c case LeftTopOrientation: dpx.image.orientation=4; break; orientation 1578 coders/dpx.c case RightTopOrientation: dpx.image.orientation=5; break; orientation 1579 coders/dpx.c case LeftBottomOrientation: dpx.image.orientation=6; break; orientation 1580 coders/dpx.c case RightBottomOrientation: dpx.image.orientation=7; break; orientation 1582 coders/dpx.c offset+=WriteBlobShort(image,dpx.image.orientation); orientation 1675 coders/dpx.c dpx.orientation.x_offset=0U; orientation 1678 coders/dpx.c dpx.orientation.x_offset=(unsigned int) StringToUnsignedLong(value); orientation 1679 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.x_offset); orientation 1680 coders/dpx.c dpx.orientation.y_offset=0U; orientation 1683 coders/dpx.c dpx.orientation.y_offset=(unsigned int) StringToUnsignedLong(value); orientation 1684 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.y_offset); orientation 1685 coders/dpx.c dpx.orientation.x_center=0.0f; orientation 1688 coders/dpx.c dpx.orientation.x_center=StringToDouble(value,(char **) NULL); orientation 1689 coders/dpx.c offset+=WriteBlobFloat(image,dpx.orientation.x_center); orientation 1690 coders/dpx.c dpx.orientation.y_center=0.0f; orientation 1693 coders/dpx.c dpx.orientation.y_center=StringToDouble(value,(char **) NULL); orientation 1694 coders/dpx.c offset+=WriteBlobFloat(image,dpx.orientation.y_center); orientation 1695 coders/dpx.c dpx.orientation.x_size=0U; orientation 1698 coders/dpx.c dpx.orientation.x_size=(unsigned int) StringToUnsignedLong(value); orientation 1699 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.x_size); orientation 1700 coders/dpx.c dpx.orientation.y_size=0U; orientation 1703 coders/dpx.c dpx.orientation.y_size=(unsigned int) StringToUnsignedLong(value); orientation 1704 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.y_size); orientation 1707 coders/dpx.c (void) strncpy(dpx.orientation.filename,value, orientation 1708 coders/dpx.c sizeof(dpx.orientation.filename)); orientation 1709 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.filename),(unsigned char *) orientation 1710 coders/dpx.c dpx.orientation.filename); orientation 1711 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *) orientation 1712 coders/dpx.c dpx.orientation.timestamp); orientation 1715 coders/dpx.c (void) strncpy(dpx.orientation.device,value,sizeof(dpx.orientation.device)); orientation 1716 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.device),(unsigned char *) orientation 1717 coders/dpx.c dpx.orientation.device); orientation 1720 coders/dpx.c (void) strncpy(dpx.orientation.serial,value,sizeof(dpx.orientation.serial)); orientation 1721 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.serial),(unsigned char *) orientation 1722 coders/dpx.c dpx.orientation.serial); orientation 1724 coders/dpx.c dpx.orientation.border[i]=0; orientation 1731 coders/dpx.c dpx.orientation.border[0]=(unsigned short) (geometry_info.rho+0.5); orientation 1732 coders/dpx.c dpx.orientation.border[1]=(unsigned short) (geometry_info.sigma+0.5); orientation 1733 coders/dpx.c dpx.orientation.border[2]=(unsigned short) (geometry_info.xi+0.5); orientation 1734 coders/dpx.c dpx.orientation.border[3]=(unsigned short) (geometry_info.psi+0.5); orientation 1737 coders/dpx.c offset+=WriteBlobShort(image,dpx.orientation.border[i]); orientation 1739 coders/dpx.c dpx.orientation.aspect_ratio[i]=0U; orientation 1746 coders/dpx.c dpx.orientation.aspect_ratio[0]=(unsigned int) (geometry_info.rho+0.5); orientation 1747 coders/dpx.c dpx.orientation.aspect_ratio[1]=(unsigned int) (geometry_info.sigma+0.5); orientation 1750 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.aspect_ratio[i]); orientation 1751 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *) orientation 1752 coders/dpx.c dpx.orientation.reserve); orientation 868 coders/miff.c orientation; orientation 870 coders/miff.c orientation=ParseCommandOption(MagickOrientationOptions, orientation 872 coders/miff.c if (orientation < 0) orientation 874 coders/miff.c image->orientation=(OrientationType) orientation; orientation 2193 coders/miff.c if (image->orientation != UndefinedOrientation) orientation 2196 coders/miff.c CommandOptionToMnemonic(MagickOrientationOptions,image->orientation)); orientation 571 coders/mpc.c orientation; orientation 573 coders/mpc.c orientation=ParseCommandOption(MagickOrientationOptions, orientation 575 coders/mpc.c if (orientation < 0) orientation 577 coders/mpc.c image->orientation=(OrientationType) orientation; orientation 1271 coders/mpc.c if (image->orientation != UndefinedOrientation) orientation 1275 coders/mpc.c image->orientation)); orientation 361 coders/tiff.c length=WriteLSBLong(file,(size_t) image_info->orientation); orientation 910 coders/tiff.c orientation, orientation 985 coders/tiff.c (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_ORIENTATION,&orientation); orientation 1092 coders/tiff.c image->orientation=(OrientationType) orientation; orientation 3229 coders/tiff.c if (image->orientation != UndefinedOrientation) orientation 3230 coders/tiff.c (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,(uint16) image->orientation); orientation 669 magick/constitute.c next->orientation=(OrientationType) StringToLong(value); orientation 784 magick/identify.c MagickOrientationOptions,(ssize_t) image->orientation)); orientation 964 magick/image.c clone_info->orientation=image_info->orientation; orientation 3654 magick/image.c image->orientation=(OrientationType) ParseCommandOption( orientation 165 magick/image.h orientation; /* photo orientation of image */ orientation 359 magick/image.h orientation; orientation 1598 magick/profile.c (void) WriteProfileLong(endian,(size_t) image->orientation,p); orientation 1601 magick/profile.c (void) WriteProfileShort(endian,(unsigned short) image->orientation, orientation 155 magick/property.c image->orientation=clone_image->orientation; orientation 2663 magick/property.c image->orientation); orientation 109 magick/transform.c switch(orientation) orientation 155 magick/transform.c orient_image->orientation=TopLeftOrientation; orientation 2160 wand/convert.c orientation; orientation 2167 wand/convert.c orientation=ParseCommandOption(MagickOrientationOptions, orientation 2169 wand/convert.c if (orientation < 0) orientation 5594 wand/magick-image.c return(wand->images->orientation); orientation 10709 wand/magick-image.c wand->images->orientation=orientation; orientation 1181 wand/magick-property.c return(wand->image_info->orientation); orientation 2513 wand/magick-property.c wand->image_info->orientation=orientation; orientation 860 wand/mogrify.c mogrify_image=AutoOrientImage(*image,(*image)->orientation, orientation 5273 wand/mogrify.c orientation; orientation 5275 wand/mogrify.c orientation=UndefinedOrientation; orientation 5281 wand/mogrify.c orientation=ParseCommandOption(MagickOrientationOptions,MagickFalse, orientation 5283 wand/mogrify.c if (orientation < 0) orientation 6964 wand/mogrify.c image_info->orientation=UndefinedOrientation; orientation 6968 wand/mogrify.c image_info->orientation=(OrientationType) ParseCommandOption(