Home
last modified time | relevance | path

Searched defs:flushRect (Results 1 – 5 of 5) sorted by relevance

/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()
/ohos5.0/base/update/updater/services/ui/driver/
H A Dgraphic_engine.cpp143 void GraphicEngine::Flush(const OHOS::Rect& flushRect) in Flush()
/ohos5.0/base/powermgr/battery_manager/charger/src/
H A Dcharger_graphic_engine.cpp130 void ChargerGraphicEngine::Flush(const OHOS::Rect& flushRect) in Flush()
/ohos5.0/foundation/arkui/ui_lite/interfaces/innerkits/engines/gfx/
H A Dgfx_engine_manager.h163 virtual void Flush(const Rect& flushRect) {} in Flush()
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Droot_view.cpp523 Rect flushRect(GetScreenRect()); in Render() local