Lines Matching refs:dng_point_real64
234 dng_rect_real64 (const dng_point_real64 &size) in dng_rect_real64()
242 dng_rect_real64 (const dng_point_real64 &pt1, in dng_rect_real64()
243 const dng_point_real64 &pt2) in dng_rect_real64()
261 *this = dng_point_real64 (); in Clear()
298 dng_point_real64 TL () const in TL()
300 return dng_point_real64 (t, l); in TL()
303 dng_point_real64 TR () const in TR()
305 return dng_point_real64 (t, r); in TR()
308 dng_point_real64 BL () const in BL()
310 return dng_point_real64 (b, l); in BL()
313 dng_point_real64 BR () const in BR()
315 return dng_point_real64 (b, r); in BR()
318 dng_point_real64 Size () const in Size()
320 return dng_point_real64 (H (), W ()); in Size()
370 const dng_point_real64 &b)
396 const dng_point_real64 &b)