Home | History | Annotate | Download | only in source

Lines Matching full:dng_orientation

9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_orientation.h#1 $ */ 
25 class dng_orientation
50 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 ()
108 static dng_orientation Rotate90CCW ()
113 static dng_orientation Mirror ()
118 static dng_orientation Mirror90CW ()
123 static dng_orientation Mirror180 ()
128 static dng_orientation Mirror90CCW ()
133 static dng_orientation Unknown ()
154 bool operator== (const dng_orientation &b) const
159 bool operator!= (const dng_orientation &b) const
164 dng_orientation operator- () const;
166 dng_orientation operator+ (const dng_orientation &b) const;
168 dng_orientation operator- (const dng_orientation &b) const
173 void operator+= (const dng_orientation &b)
178 void operator-= (const dng_orientation &b)