HomeSort by relevance Sort by last modified time
    Searched refs:dng_orientation (Results 1 - 11 of 11) sorted by null

  /external/dng_sdk/source/
dng_orientation.h 9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_orientation.h#1 $ */
25 class dng_orientation class
50 dng_orientation () function in class:dng_orientation
71 static dng_orientation AdobeToDNG (uint32 adobe)
74 dng_orientation result;
82 static dng_orientation TIFFtoDNG (uint32 tiff)
85 dng_orientation result;
93 static dng_orientation Normal ()
98 static dng_orientation Rotate90CW ()
103 static dng_orientation Rotate180 (
    [all...]
dng_orientation.cpp 9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_orientation.cpp#1 $ */
14 #include "dng_orientation.h"
18 void dng_orientation::SetTIFF (uint32 tiff)
89 uint32 dng_orientation::GetTIFF () const
151 bool dng_orientation::FlipD () const
160 bool dng_orientation::FlipH () const
173 bool dng_orientation::FlipV () const
186 dng_orientation dng_orientation::operator- () const
198 dng_orientation result
    [all...]
dng_simple_image.h 61 virtual void Rotate (const dng_orientation &orientation);
dng_classes.h 65 class dng_orientation;
dng_negative.h 36 #include "dng_orientation.h"
223 dng_orientation fBaseOrientation;
289 void SetBaseOrientation (const dng_orientation &orientation);
300 const dng_orientation & BaseOrientation () const
308 void ApplyOrientation (const dng_orientation &orientation);
918 void SetBaseOrientation (const dng_orientation &orientation)
932 const dng_orientation & BaseOrientation () METACONST
939 virtual dng_orientation ComputeOrientation (const dng_metadata &metadata) const;
943 dng_orientation Orientation ()
951 void ApplyOrientation (const dng_orientation &orientation
    [all...]
dng_xmp.h 260 dng_orientation GetOrientation () const;
264 void SetOrientation (const dng_orientation &orientation);
dng_image.h 276 virtual void Rotate (const dng_orientation &orientation);
dng_simple_image.cpp 19 #include "dng_orientation.h"
104 void dng_simple_image::Rotate (const dng_orientation &orientation)
dng_image.cpp 20 #include "dng_orientation.h"
737 void dng_image::Rotate (const dng_orientation &orientation)
740 if (orientation != dng_orientation::Normal ())
dng_xmp.cpp     [all...]
dng_negative.cpp 226 void dng_metadata::SetBaseOrientation (const dng_orientation &orientation)
237 void dng_metadata::ApplyOrientation (const dng_orientation &orientation)
855 dng_orientation dng_negative::ComputeOrientation (const dng_metadata &metadata) const
    [all...]

Completed in 95 milliseconds