Searched defs:dng_point (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_point.h9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_point.h#1 $ */
27 class dng_point class
37 dng_point () function in class:dng_point
43 dng_point (int32 vv, int32 hh) function in class:dng_point
49 bool operator== (const dng_point &pt) const
55 bool operator!= (const dng_point &pt) const
86 dng_point_real64 (const dng_point &pt)
103 dng_point Round () const
105 return dng_point (Round_int32 (v),
113 inline dng_point operato
[all...]

Completed in 9780 milliseconds