Home
last modified time | relevance | path

Searched refs:hardCursorDrawables_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_pointer_window_manager.h49 hardCursorDrawables_.id = id; in CollectInfoForHardCursor()
50 hardCursorDrawables_.drawablePtr = cursorDrawable; in CollectInfoForHardCursor()
55 return hardCursorDrawables_; in GetHardCursorDrawables()
60 hardCursorDrawables_.id = INVALID_NODEID; in ResetHardCursorDrawables()
61 hardCursorDrawables_.drawablePtr = nullptr; in ResetHardCursorDrawables()
75 HardCursorInfo hardCursorDrawables_; variable
H A Drs_main_thread.cpp1973 …renderThreadParams_->hardCursorDrawables_ = RSPointerWindowManager::Instance().GetHardCursorDrawab… in UniRender()
1996 …renderThreadParams_->hardCursorDrawables_ = RSPointerWindowManager::Instance().GetHardCursorDrawab… in UniRender()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_thread_params.h168 return hardCursorDrawables_; in GetHardCursorDrawables()
447 HardCursorInfo hardCursorDrawables_; variable