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 D | rs_render_thread_visitor.cpp | 840 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 D | rs_divided_ui_capture.cpp | 278 node.GetRenderProperties().GetBoundsPositionY(), Drawing::SamplingOptions()); in ProcessSurfaceRenderNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 233 …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 D | rs_properties.h | 80 float GetBoundsPositionY() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 334 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 D | rs_properties_test.cpp | 714 auto positionY = properties.GetBoundsPositionY();
|