Home
last modified time | relevance | path

Searched refs:GetFrameOffsetX (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.h67 float GetFrameOffsetX() const in GetFrameOffsetX() function
136 float GetFrameOffsetX() const;
H A Drs_rcd_surface_render_node.cpp338 float RSRcdSurfaceRenderNode::GetFrameOffsetX() const in GetFrameOffsetX() function in OHOS::Rosen::RSRcdSurfaceRenderNode
340 return rcdExtInfo_.GetFrameOffsetX(); in GetFrameOffsetX()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp29 …canvas.Translate(content.GetRenderProperties().GetFrameOffsetX(), content.GetRenderProperties().Ge… in Draw()
H A Drs_properties.cpp434 float RSProperties::GetFrameOffsetX() const in GetFrameOffsetX() function in OHOS::Rosen::RSProperties
2186 …rect = rect.JoinRect(RectF(GetFrameOffsetX(), GetFrameOffsetY(), GetFrameWidth(), GetFrameHeight()… in GetLocalBoundsAndFramesRect()
2325 …boundsGeometry->MapAbsRect(RectF(GetFrameOffsetX(), GetFrameOffsetY(), GetFrameWidth(), GetFrameHe… in GetDirtyRect()
2348 …boundsGeo_->MapAbsRect(RectF(GetFrameOffsetX(), GetFrameOffsetY(), GetFrameWidth(), GetFrameHeight… in GetDirtyRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp104 auto frameOffsetX = properties.GetFrameOffsetX(); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp819 bool res = info.GetFrameOffsetX() > -1;
846 rcdRenderNode.GetFrameOffsetX();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h96 float GetFrameOffsetX() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1495 … ? std::make_optional<Drawing::Point>(parent->GetRenderProperties().GetFrameOffsetX(), in UpdateDrawRect()
1552 offset = Drawing::Point { properties.GetFrameOffsetX(), properties.GetFrameOffsetY() }; in Update()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp824 EXPECT_EQ(properties.GetFrameOffsetX(), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1862 …offset = Drawing::Point { parentRenderProperties.GetFrameOffsetX(), parentRenderProperties.GetFram… in TraverseAndCollectUIExtensionInfo()
H A Drs_uni_render_visitor.cpp1053 property.GetFrameOffsetX() * geoPtr->GetAbsMatrix().Get(Drawing::Matrix::SCALE_X), in UpdatePrepareClip()