Home
last modified time | relevance | path

Searched refs:IsInFixedRotation (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/params/
H A Drs_surface_render_params.cpp235 bool RSSurfaceRenderParams::IsInFixedRotation() const in IsInFixedRotation() function in OHOS::Rosen::RSSurfaceRenderParams
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/params/
H A Drs_surface_render_params.h339 bool IsInFixedRotation() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h150 bool IsInFixedRotation() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp795 if (surfaceParams.IsInFixedRotation()) { in DealWithSelfDrawingNodeBuffer()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1471 … if (!surfaceHandler->GetConsumer() || !node.IsInFixedRotation() || !surfaceHandler->GetBuffer()) { in CheckForceHardwareAndUpdateDstRect()
1553 if (node.IsInFixedRotation()) { in LayerCrop()
H A Drs_uni_render_visitor.cpp1802 if (node->IsInFixedRotation() || node->GetProtectedLayer()) { in PrevalidateHwcNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_surface_render_node_drawable_test.cpp1234 ASSERT_FALSE(surfaceParams->IsInFixedRotation());
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp781 bool RSSurfaceRenderNode::IsInFixedRotation() const in IsInFixedRotation() function in OHOS::Rosen::RSSurfaceRenderNode