orientation 3299 Magick++/lib/Image.cpp image()->orientation = orientation_; orientation 3303 Magick++/lib/Image.cpp return constImage()->orientation; orientation 1070 Magick++/lib/Magick++/Image.h void orientation ( const OrientationType orientation_ ); orientation 1071 Magick++/lib/Magick++/Image.h OrientationType orientation ( void ) const; orientation 173 coders/cals.c orientation, orientation 201 coders/cals.c orientation=1; orientation 229 coders/cals.c orientation=5; orientation 232 coders/cals.c orientation=3; orientation 235 coders/cals.c orientation=7; orientation 237 coders/cals.c orientation++; orientation 271 coders/cals.c read_info->orientation=(OrientationType) orientation; orientation 489 coders/cals.c switch (image->orientation) orientation 158 coders/cin.c orientation, orientation 483 coders/cin.c cin.image.orientation=(unsigned char) ReadBlobByte(image); orientation 485 coders/cin.c if (cin.image.orientation != (unsigned char) (~0U)) orientation 487 coders/cin.c cin.image.orientation); orientation 488 coders/cin.c switch (cin.image.orientation) orientation 491 coders/cin.c case 0: image->orientation=TopLeftOrientation; break; orientation 492 coders/cin.c case 1: image->orientation=TopRightOrientation; break; orientation 493 coders/cin.c case 2: image->orientation=BottomLeftOrientation; break; orientation 494 coders/cin.c case 3: image->orientation=BottomRightOrientation; break; orientation 495 coders/cin.c case 4: image->orientation=LeftTopOrientation; break; orientation 496 coders/cin.c case 5: image->orientation=RightTopOrientation; break; orientation 497 coders/cin.c case 6: image->orientation=LeftBottomOrientation; break; orientation 498 coders/cin.c case 7: image->orientation=RightBottomOrientation; break; orientation 957 coders/cin.c cin.image.orientation=0x00; orientation 958 coders/cin.c offset+=WriteBlobByte(image,cin.image.orientation); orientation 205 coders/dpx.c orientation, orientation 292 coders/dpx.c orientation; orientation 676 coders/dpx.c dpx.image.orientation=ReadBlobShort(image); orientation 678 coders/dpx.c if (dpx.image.orientation != (unsigned short) (~0U)) orientation 680 coders/dpx.c dpx.image.orientation); orientation 681 coders/dpx.c switch (dpx.image.orientation) orientation 684 coders/dpx.c case 0: image->orientation=TopLeftOrientation; break; orientation 685 coders/dpx.c case 1: image->orientation=TopRightOrientation; break; orientation 686 coders/dpx.c case 2: image->orientation=BottomLeftOrientation; break; orientation 687 coders/dpx.c case 3: image->orientation=BottomRightOrientation; break; orientation 688 coders/dpx.c case 4: image->orientation=LeftTopOrientation; break; orientation 689 coders/dpx.c case 5: image->orientation=RightTopOrientation; break; orientation 690 coders/dpx.c case 6: image->orientation=LeftBottomOrientation; break; orientation 691 coders/dpx.c case 7: image->orientation=RightBottomOrientation; break; orientation 745 coders/dpx.c dpx.orientation.x_offset=ReadBlobLong(image); orientation 747 coders/dpx.c if (dpx.orientation.x_offset != ~0U) orientation 749 coders/dpx.c dpx.orientation.x_offset); orientation 750 coders/dpx.c dpx.orientation.y_offset=ReadBlobLong(image); orientation 752 coders/dpx.c if (dpx.orientation.y_offset != ~0U) orientation 754 coders/dpx.c dpx.orientation.y_offset); orientation 755 coders/dpx.c dpx.orientation.x_center=ReadBlobFloat(image); orientation 757 coders/dpx.c if (IsFloatDefined(dpx.orientation.x_center) != MagickFalse) orientation 759 coders/dpx.c dpx.orientation.x_center); orientation 760 coders/dpx.c dpx.orientation.y_center=ReadBlobFloat(image); orientation 762 coders/dpx.c if (IsFloatDefined(dpx.orientation.y_center) != MagickFalse) orientation 764 coders/dpx.c dpx.orientation.y_center); orientation 765 coders/dpx.c dpx.orientation.x_size=ReadBlobLong(image); orientation 767 coders/dpx.c if (dpx.orientation.x_size != ~0U) orientation 769 coders/dpx.c dpx.orientation.x_size); orientation 770 coders/dpx.c dpx.orientation.y_size=ReadBlobLong(image); orientation 772 coders/dpx.c if (dpx.orientation.y_size != ~0U) orientation 774 coders/dpx.c dpx.orientation.y_size); orientation 775 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.filename),(unsigned char *) orientation 776 coders/dpx.c dpx.orientation.filename); orientation 777 coders/dpx.c if (*dpx.orientation.filename != '\0') orientation 779 coders/dpx.c dpx.orientation.filename); orientation 780 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *) orientation 781 coders/dpx.c dpx.orientation.timestamp); orientation 782 coders/dpx.c if (*dpx.orientation.timestamp != '\0') orientation 784 coders/dpx.c dpx.orientation.timestamp); orientation 785 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.device),(unsigned char *) orientation 786 coders/dpx.c dpx.orientation.device); orientation 787 coders/dpx.c if (*dpx.orientation.device != '\0') orientation 789 coders/dpx.c dpx.orientation.device); orientation 790 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.serial),(unsigned char *) orientation 791 coders/dpx.c dpx.orientation.serial); orientation 792 coders/dpx.c if (*dpx.orientation.serial != '\0') orientation 794 coders/dpx.c dpx.orientation.serial); orientation 797 coders/dpx.c dpx.orientation.border[i]=ReadBlobShort(image); orientation 800 coders/dpx.c if ((dpx.orientation.border[0] != (unsigned short) (~0U)) && orientation 801 coders/dpx.c (dpx.orientation.border[1] != (unsigned short) (~0U))) orientation 802 coders/dpx.c (void) FormatImageProperty(image,"dpx:orientation.border","%dx%d%+d%+d", dpx.orientation.border[0],dpx.orientation.border[1], orientation 803 coders/dpx.c dpx.orientation.border[2],dpx.orientation.border[3]); orientation 806 coders/dpx.c dpx.orientation.aspect_ratio[i]=ReadBlobLong(image); orientation 809 coders/dpx.c if ((dpx.orientation.aspect_ratio[0] != ~0U) && orientation 810 coders/dpx.c (dpx.orientation.aspect_ratio[1] != ~0U)) orientation 812 coders/dpx.c "%ux%u",dpx.orientation.aspect_ratio[0], orientation 813 coders/dpx.c dpx.orientation.aspect_ratio[1]); orientation 814 coders/dpx.c offset+=ReadBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *) orientation 815 coders/dpx.c dpx.orientation.reserve); orientation 1438 coders/dpx.c dpx.image.orientation=0x00; /* left-to-right; top-to-bottom */ orientation 1439 coders/dpx.c offset+=WriteBlobShort(image,dpx.image.orientation); orientation 1530 coders/dpx.c dpx.orientation.x_offset=0U; orientation 1533 coders/dpx.c dpx.orientation.x_offset=(unsigned int) StringToUnsignedLong(value); orientation 1534 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.x_offset); orientation 1535 coders/dpx.c dpx.orientation.y_offset=0U; orientation 1538 coders/dpx.c dpx.orientation.y_offset=(unsigned int) StringToUnsignedLong(value); orientation 1539 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.y_offset); orientation 1540 coders/dpx.c dpx.orientation.x_center=0.0f; orientation 1543 coders/dpx.c dpx.orientation.x_center=StringToDouble(value); orientation 1544 coders/dpx.c offset+=WriteBlobFloat(image,dpx.orientation.x_center); orientation 1545 coders/dpx.c dpx.orientation.y_center=0.0f; orientation 1548 coders/dpx.c dpx.orientation.y_center=StringToDouble(value); orientation 1549 coders/dpx.c offset+=WriteBlobFloat(image,dpx.orientation.y_center); orientation 1550 coders/dpx.c dpx.orientation.x_size=0U; orientation 1553 coders/dpx.c dpx.orientation.x_size=(unsigned int) StringToUnsignedLong(value); orientation 1554 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.x_size); orientation 1555 coders/dpx.c dpx.orientation.y_size=0U; orientation 1558 coders/dpx.c dpx.orientation.y_size=(unsigned int) StringToUnsignedLong(value); orientation 1559 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.y_size); orientation 1562 coders/dpx.c (void) strncpy(dpx.orientation.filename,value, orientation 1563 coders/dpx.c sizeof(dpx.orientation.filename)); orientation 1564 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.filename),(unsigned char *) orientation 1565 coders/dpx.c dpx.orientation.filename); orientation 1566 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.timestamp),(unsigned char *) orientation 1567 coders/dpx.c dpx.orientation.timestamp); orientation 1570 coders/dpx.c (void) strncpy(dpx.orientation.device,value,sizeof(dpx.orientation.device)); orientation 1571 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.device),(unsigned char *) orientation 1572 coders/dpx.c dpx.orientation.device); orientation 1575 coders/dpx.c (void) strncpy(dpx.orientation.serial,value,sizeof(dpx.orientation.serial)); orientation 1576 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.serial),(unsigned char *) orientation 1577 coders/dpx.c dpx.orientation.serial); orientation 1579 coders/dpx.c dpx.orientation.border[i]=0; orientation 1586 coders/dpx.c dpx.orientation.border[0]=(unsigned short) (geometry_info.rho+0.5); orientation 1587 coders/dpx.c dpx.orientation.border[1]=(unsigned short) (geometry_info.sigma+0.5); orientation 1588 coders/dpx.c dpx.orientation.border[2]=(unsigned short) (geometry_info.xi+0.5); orientation 1589 coders/dpx.c dpx.orientation.border[3]=(unsigned short) (geometry_info.psi+0.5); orientation 1592 coders/dpx.c offset+=WriteBlobShort(image,dpx.orientation.border[i]); orientation 1594 coders/dpx.c dpx.orientation.aspect_ratio[i]=0U; orientation 1601 coders/dpx.c dpx.orientation.aspect_ratio[0]=(unsigned int) (geometry_info.rho+0.5); orientation 1602 coders/dpx.c dpx.orientation.aspect_ratio[1]=(unsigned int) (geometry_info.sigma+0.5); orientation 1605 coders/dpx.c offset+=WriteBlobLong(image,dpx.orientation.aspect_ratio[i]); orientation 1606 coders/dpx.c offset+=WriteBlob(image,sizeof(dpx.orientation.reserve),(unsigned char *) orientation 1607 coders/dpx.c dpx.orientation.reserve); orientation 841 coders/miff.c orientation; orientation 843 coders/miff.c orientation=ParseMagickOption(MagickOrientationOptions, orientation 845 coders/miff.c if (orientation < 0) orientation 847 coders/miff.c image->orientation=(OrientationType) orientation; orientation 2094 coders/miff.c if (image->orientation != UndefinedOrientation) orientation 2097 coders/miff.c MagickOptionToMnemonic(MagickOrientationOptions,image->orientation)); orientation 551 coders/mpc.c orientation; orientation 553 coders/mpc.c orientation=ParseMagickOption(MagickOrientationOptions, orientation 555 coders/mpc.c if (orientation < 0) orientation 557 coders/mpc.c image->orientation=(OrientationType) orientation; orientation 1233 coders/mpc.c if (image->orientation != UndefinedOrientation) orientation 1237 coders/mpc.c image->orientation)); orientation 349 coders/tiff.c length=WriteLSBLong(file,(size_t) image_info->orientation); orientation 792 coders/tiff.c orientation, orientation 868 coders/tiff.c (void) TIFFGetFieldDefaulted(tiff,TIFFTAG_ORIENTATION,&orientation); orientation 967 coders/tiff.c image->orientation=(OrientationType) orientation; orientation 2986 coders/tiff.c if (image->orientation != UndefinedOrientation) orientation 2987 coders/tiff.c (void) TIFFSetField(tiff,TIFFTAG_ORIENTATION,(uint16) image->orientation); orientation 654 magick/constitute.c next->orientation=(OrientationType) StringToLong(value); orientation 764 magick/identify.c MagickOrientationOptions,(ssize_t) image->orientation)); orientation 938 magick/image.c clone_info->orientation=image_info->orientation; orientation 4422 magick/image.c image->orientation=(OrientationType) ParseMagickOption( orientation 162 magick/image.h orientation; /* photo orientation of image */ orientation 348 magick/image.h orientation; orientation 1965 magick/profile.c image->orientation,p); orientation 152 magick/property.c image->orientation=clone_image->orientation; orientation 2083 wand/convert.c orientation; orientation 2090 wand/convert.c orientation=ParseMagickOption(MagickOrientationOptions, orientation 2092 wand/convert.c if (orientation < 0) orientation 5469 wand/magick-image.c return(wand->images->orientation); orientation 10486 wand/magick-image.c wand->images->orientation=orientation; orientation 1180 wand/magick-property.c return(wand->image_info->orientation); orientation 2512 wand/magick-property.c wand->image_info->orientation=orientation; orientation 821 wand/mogrify.c switch ((*image)->orientation) orientation 862 wand/mogrify.c mogrify_image->orientation=TopLeftOrientation; orientation 5164 wand/mogrify.c orientation; orientation 5166 wand/mogrify.c orientation=UndefinedOrientation; orientation 5172 wand/mogrify.c orientation=ParseMagickOption(MagickOrientationOptions,MagickFalse, orientation 5174 wand/mogrify.c if (orientation < 0) orientation 6839 wand/mogrify.c image_info->orientation=UndefinedOrientation; orientation 6843 wand/mogrify.c image_info->orientation=(OrientationType) ParseMagickOption(