Home | History | Annotate | Download | only in source

Lines Matching full:rect

22 bool dng_rect::operator== (const dng_rect &rect) const
25 return (rect.t == t) &&
26 (rect.l == l) &&
27 (rect.b == b) &&
28 (rect.r == r);
43 bool dng_rect_real64::operator== (const dng_rect_real64 &rect) const
46 return (rect.t == t) &&
47 (rect.l == l) &&
48 (rect.b == b) &&
49 (rect.r == r);