Searched refs:GetWindowPaintSize (Results 1 – 5 of 5) sorted by relevance
128 MOCK_METHOD1(GetWindowPaintSize, void(OHOS::Rosen::Rect&));
377 virtual void GetWindowPaintSize(OHOS::Rosen::Rect& paintrect) {}; in GetWindowPaintSize() function
130 void GetWindowPaintSize(OHOS::Rosen::Rect& paintrect) override;
2325 void UIContentImpl::GetWindowPaintSize(OHOS::Rosen::Rect& paintRect) in GetWindowPaintSize() function in OHOS::Ace::UIContentImpl
2083 uicontent->GetWindowPaintSize(drawableRect); in OnGetWindowPropertiesSync()