Lines Matching defs:Rect
483 * @struct Rect
485 * @brief Window Rect.
487 struct Rect {
493 bool operator==(const Rect& a) const
498 bool operator!=(const Rect& a) const
503 bool IsInsideOf(const Rect& a) const
598 Rect topRect_ { 0, 0, 0, 0 };
599 Rect leftRect_ { 0, 0, 0, 0 };
600 Rect rightRect_ { 0, 0, 0, 0 };
601 Rect bottomRect_ { 0, 0, 0, 0 };
614 static inline bool ReadParcel(Parcel& parcel, Rect& rect)
620 static inline bool WriteParcel(Parcel& parcel, const Rect& rect)
832 Rect windowRect;