Home | History | Annotate | Download | only in include

Lines Matching refs:ExynosRect

18  * \file      ExynosRect.h
19 * \brief header file for ExynosRect
39 struct ExynosRect
51 ExynosRect(int _x_ = 0,
69 ExynosRect(const ExynosRect *other)
81 ExynosRect& operator =(const ExynosRect &other)
94 bool operator ==(const ExynosRect &other) const
106 bool operator !=(const ExynosRect &other) const