Home
last modified time | relevance | path

Searched refs:flushRect (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp523 Rect flushRect(GetScreenRect()); in Render() local
526 RenderManager::RenderRect(flushRect, this); in Render()
533 flushRect = invalidateRects_.Begin()->data_; in Render()
539 flushRect.Join(flushRect, iter->data_); in Render()
542 RenderManager::RenderRect(flushRect, this); in Render()
557 BaseGfxEngine::GetInstance()->Flush(flushRect); in Render()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dgraphic_engine.cpp143 void GraphicEngine::Flush(const OHOS::Rect& flushRect) in Flush() argument
150 UiRotation::GetInstance().SetFlushRange(flushRect); in Flush()
H A Dgraphic_engine.h35 void Flush(const OHOS::Rect& flushRect) override;
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/
H A Dui_test_graphic_engine.h37 void Flush(const OHOS::Rect& flushRect) override {} in Flush() argument
/ohos5.0/base/powermgr/battery_manager/charger/include/
H A Dcharger_graphic_engine.h36 void Flush(const OHOS::Rect& flushRect) override;
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp130 void ChargerGraphicEngine::Flush(const OHOS::Rect& flushRect) in Flush() argument
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h163 virtual void Flush(const Rect& flushRect) {} in Flush() argument
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md119 virtual void Flush(const Rect& flushRect) {}
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-porting-guide.md119 virtual void Flush(const Rect& flushRect) {}