Home
last modified time | relevance | path

Searched refs:GetHardCursorStatus (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_pointer_window_manager.cpp35 if (dirtyManager && pointWindow->GetHardCursorStatus()) { in UpdatePointerDirtyToGlobalDirty()
H A Drs_uni_render_visitor.cpp2156 surfaceNode.IsHardwareEnabledTopSurface() && surfaceNode.GetHardCursorStatus()) { in CheckMergeDisplayDirtyByPosChanged()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp341 if (surfaceParams->GetHardCursorStatus()) { in OnDraw()
593 if (surfaceParams->GetHardCursorStatus() && in OnCapture()
784 if ((surfaceParams.GetHardwareEnabled() || surfaceParams.GetHardCursorStatus()) && in DealWithSelfDrawingNodeBuffer()
H A Drs_display_render_node_drawable.cpp364 if (surfaceDrawable && surfaceParams->GetHardCursorStatus()) { in HardCursorCreateLayer()
1473 if (surfaceDrawable && surfaceParams->GetHardCursorStatus()) { in FindHardCursorNodes()
1550 if (surfaceDrawable && surfaceParams->GetHardCursorStatus()) { in FindHardwareEnabledNodes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_render_params.h286 virtual bool GetHardCursorStatus() const { return false; } in GetHardCursorStatus() function
H A Drs_surface_render_params.h333 bool GetHardCursorStatus() const override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp179 bool RSSurfaceRenderParams::GetHardCursorStatus() const in GetHardCursorStatus() function in OHOS::Rosen::RSSurfaceRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h115 bool GetHardCursorStatus() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp1246 ASSERT_TRUE(surfaceParams->GetHardCursorStatus());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp1104 bool RSSurfaceRenderNode::GetHardCursorStatus() const in GetHardCursorStatus() function in OHOS::Rosen::RSSurfaceRenderNode