Home
last modified time | relevance | path

Searched refs:GetBoundsPositionY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp840 RectF bounds = {property.GetBoundsPositionX(), property.GetBoundsPositionY(), in ProcessSurfaceViewInRT()
1009 … auto y = std::ceil(node.GetRenderProperties().GetBoundsPositionY() + pixel); // y increase 1 pixel in ClipHoleForSurfaceNode()
1064 … auto y = std::ceil(node.GetRenderProperties().GetBoundsPositionY() + pixel); // y increase 1 pixel in ProcessTextureSurfaceRenderNode()
H A Drs_divided_ui_capture.cpp278 node.GetRenderProperties().GetBoundsPositionY(), Drawing::SamplingOptions()); in ProcessSurfaceRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp233 …json["Bounds"] = { properties.GetBoundsPositionX(), properties.GetBoundsPositionY(), properties.Ge… in DumpNodeProperties()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h80 float GetBoundsPositionY() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp334 float RSProperties::GetBoundsPositionY() const in GetBoundsPositionY() function in OHOS::Rosen::RSProperties
341 return { GetBoundsPositionX(), GetBoundsPositionY() }; in GetBoundsPosition()
3702 GetBoundsPositionX(), GetBoundsPositionY(), GetBoundsWidth(), GetBoundsHeight(), in Dump()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp714 auto positionY = properties.GetBoundsPositionY();