Home
last modified time | relevance | path

Searched refs:GetFrameOffsetY (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.h72 float GetFrameOffsetY() const in GetFrameOffsetY() function
137 float GetFrameOffsetY() const;
H A Drs_rcd_surface_render_node.cpp343 float RSRcdSurfaceRenderNode::GetFrameOffsetY() const in GetFrameOffsetY() function in OHOS::Rosen::RSRcdSurfaceRenderNode
345 return rcdExtInfo_.GetFrameOffsetY(); in GetFrameOffsetY()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_frame_geometry.cpp29 …(content.GetRenderProperties().GetFrameOffsetX(), content.GetRenderProperties().GetFrameOffsetY()); in Draw()
H A Drs_properties.cpp439 float RSProperties::GetFrameOffsetY() const in GetFrameOffsetY() 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.cpp105 auto frameOffsetY = properties.GetFrameOffsetY(); in OnUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp821 res = info.GetFrameOffsetY() > -1;
847 rcdRenderNode.GetFrameOffsetY();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h97 float GetFrameOffsetY() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1496 parent->GetRenderProperties().GetFrameOffsetY()) 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.cpp825 EXPECT_EQ(properties.GetFrameOffsetY(), 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1862 …wing::Point { parentRenderProperties.GetFrameOffsetX(), parentRenderProperties.GetFrameOffsetY() }; in TraverseAndCollectUIExtensionInfo()
H A Drs_uni_render_visitor.cpp1054 property.GetFrameOffsetY() * geoPtr->GetAbsMatrix().Get(Drawing::Matrix::SCALE_Y), in UpdatePrepareClip()