Lines Matching refs:rect
30 WMError WindowProxy::UpdateWindowRect(const struct Rect& rect, bool decoStatus, WindowSizeChangeReason reason,
40 if (!(data.WriteInt32(rect.posX_) && data.WriteInt32(rect.posY_) &&
41 data.WriteUint32(rect.width_) && data.WriteUint32(rect.height_))) {
314 WMError WindowProxy::UpdateOccupiedAreaAndRect(const sptr<OccupiedAreaChangeInfo>& info, const Rect& rect,
329 if (!(data.WriteInt32(rect.posX_) && data.WriteInt32(rect.posY_) &&
330 data.WriteUint32(rect.width_) && data.WriteUint32(rect.height_))) {