Lines Matching refs:Orientation
218 // Base orientation of both the thumbnail and raw data. This is
289 void SetBaseOrientation (const dng_orientation &orientation);
305 /// Logically rotates the image by changing the orientation values.
308 void ApplyOrientation (const dng_orientation &orientation);
753 // Metadata information (XMP, IPTC, EXIF, orientation)
918 void SetBaseOrientation (const dng_orientation &orientation)
920 Metadata ().SetBaseOrientation (orientation);
943 dng_orientation Orientation ()
948 /// Logically rotates the image by changing the orientation values.
951 void ApplyOrientation (const dng_orientation &orientation)
953 Metadata ().ApplyOrientation (orientation);