/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_ui_capture.cpp | 90 Drawing::Rect rect = Drawing::Rect(0, 0, property.GetBoundsWidth(), property.GetBoundsHeight()); in TakeLocalCapture() 173 float pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode() 418 auto boundsWidth = std::round(property.GetBoundsWidth()); in ProcessSurfaceViewWithUni()
|
H A D | rs_divided_render_util.cpp | 54 property.GetBoundsWidth(), property.GetBoundsHeight()}; in CreateBufferDrawParam()
|
H A D | rs_ui_capture_task_parallel.cpp | 125 float nodeBoundsWidth = node->GetRenderProperties().GetBoundsWidth(); in CreateResources() 251 float pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode()
|
H A D | rs_uni_render_util.cpp | 403 params.dstRect = Drawing::Rect(0, 0, property.GetBoundsWidth(), property.GetBoundsHeight()); in GetMatrixOfBufferToRelRect() 405 RectF localBounds = { 0.0f, 0.0f, property.GetBoundsWidth(), property.GetBoundsHeight() }; in GetMatrixOfBufferToRelRect() 438 …auto boundWidth = useRenderParams ? nodeParams->GetBounds().GetWidth() : property.GetBoundsWidth(); in CreateBufferDrawParam() 1321 int boundsWidth = static_cast<int>(node.GetRenderProperties().GetBoundsWidth()); in SrcRectRotateTransform() 1371 auto boundsWidth = property.GetBoundsWidth(); in UpdateRealSrcRect() 1420 const float boundsWidth = property.GetBoundsWidth(); in DealWithNodeGravity() 1586 … node.GetRenderProperties().GetBoundsWidth() / node.GetRenderProperties().GetBoundsHeight(); in DealWithScalingMode() 1590 … 0, 0, node.GetRenderProperties().GetBoundsWidth(), node.GetRenderProperties().GetBoundsHeight()); in DealWithScalingMode()
|
H A D | rs_uni_render_composer_adapter.cpp | 319 auto boundsWidth = property.GetBoundsWidth(); in GetComposerInfoSrcRect() 454 const float boundsWidth = property.GetBoundsWidth(); in DealWithNodeGravity() 591 int boundsWidth = static_cast<int>(node.GetRenderProperties().GetBoundsWidth()); in SrcRectRotateTransform() 725 …static_cast<int32_t>(property.GetBoundsWidth()), static_cast<int32_t>(property.GetBoundsHeight())}; in BuildComposeInfo()
|
H A D | rs_composer_adapter.cpp | 201 const int boundsWidth = static_cast<int>(property.GetBoundsWidth()); in DealWithNodeGravity() 264 const int boundsWidth = static_cast<int>(property.GetBoundsWidth()); in GetComposerInfoSrcRect()
|
H A D | rs_surface_capture_task.cpp | 129 int pixmapWidth = property.GetBoundsWidth(); in CreatePixelMapBySurfaceNode()
|
H A D | rs_uni_render_visitor.cpp | 1257 boundsRect_ = Drawing::Rect(0, 0, property.GetBoundsWidth(), property.GetBoundsHeight()); in AfterUpdateSurfaceDirtyCalc() 1464 auto boundsWidth = property.GetBoundsWidth(); in UpdateHwcNodeEnableByBufferSize() 2011 ROSEN_EQ(instanceNode->GetRenderProperties().GetBoundsWidth(), 0.0f)) { in UpdateCornerRadiusInfoForDRM() 2027 instanceNode->GetRenderProperties().GetBoundsWidth(); in UpdateCornerRadiusInfoForDRM() 2644 …Drawing::Rect bounds = Drawing::Rect(0, 0, properties.GetBoundsWidth(), properties.GetBoundsHeight… in UpdateHwcNodeRectInSkippedSubTree() 2958 float boundsWidth = property.GetBoundsWidth(); in UpdateSurfaceRenderNodeScale()
|
H A D | rs_surface_capture_task_parallel.cpp | 278 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapBySurfaceNode()
|
H A D | rs_render_service.cpp | 481 dumpString += "Bounds: [" + std::to_string(node->GetRenderProperties().GetBoundsWidth()) + "," + in DumpSurfaceNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 841 property.GetBoundsWidth(), property.GetBoundsHeight()}; in ProcessSurfaceViewInRT() 856 … std::make_shared<ExtendRecordingCanvas>(property.GetBoundsWidth(), property.GetBoundsHeight()); in ProcessSurfaceViewInRT() 1010 …auto width = std::floor(node.GetRenderProperties().GetBoundsWidth() - (2 * pixel)); // width decre… in ClipHoleForSurfaceNode() 1065 …auto width = std::floor(node.GetRenderProperties().GetBoundsWidth() - (2 * pixel)); // width decre… in ProcessTextureSurfaceRenderNode() 1093 …auto width = std::floor(node.GetRenderProperties().GetBoundsWidth() - (2 * pixel)); // width decre… in ProcessOtherSurfaceRenderNode()
|
H A D | rs_divided_ui_capture.cpp | 78 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 150 int left = std::clamp<int>(localClipRect.GetLeft(), 0, properties.GetBoundsWidth()); in UpdateSrcRect() 153 std::ceil(properties.GetBoundsWidth() - left)); in UpdateSrcRect() 161 (hasRotation ? (width + 1 < static_cast<int>(properties.GetBoundsWidth())) : in UpdateSrcRect() 168 properties.GetBoundsWidth(), properties.GetBoundsHeight(), hasRotation, in UpdateSrcRect() 252 canvas.ClipRect(Drawing::Rect(0, 0, std::floor(properties.GetBoundsWidth()), in PrepareRenderBeforeChildren() 601 const RectF absBounds = {0, 0, property.GetBoundsWidth(), property.GetBoundsHeight()}; in ProcessAnimatePropertyBeforeChildren() 610 canvas.ClipRect(Drawing::Rect(0, 0, property.GetBoundsWidth(), property.GetBoundsHeight()), in ProcessAnimatePropertyBeforeChildren() 1520 static_cast<uint32_t>(properties.GetBoundsWidth()), in UpdateHwcNodeLayerInfo() 2730 float boundsWidth = GetRenderProperties().GetBoundsWidth(); in GetGravityTranslate()
|
H A D | rs_render_node.cpp | 1658 const RectF absBounds = {0, 0, properties.GetBoundsWidth(), in UpdateDirtyRegion() 2502 animationManager_.SetRateDeciderScaleSize(GetRenderProperties().GetBoundsWidth(), in ApplyModifiers()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | rosen_render_box.h | 76 double GetBoundsWidth();
|
H A D | rosen_render_box.cpp | 1318 rsNode->SetBoundsWidth(GetBoundsWidth()); 1340 rsNode->SetBoundsWidth(GetBoundsWidth()); 1491 double RosenRenderBox::GetBoundsWidth() function in OHOS::Ace::RosenRenderBox
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | surface_capture_test.cpp | 122 int sWidth = surfaceNode->GetStagingProperties().GetBoundsWidth(); in DrawPixelmap()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_dump.cpp | 233 … = { properties.GetBoundsPositionX(), properties.GetBoundsPositionY(), properties.GetBoundsWidth(), in DumpNodeProperties()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties.cpp | 319 float RSProperties::GetBoundsWidth() const in GetBoundsWidth() function in OHOS::Rosen::RSProperties 2199 if (!std::isinf(GetBoundsWidth()) && !std::isinf(GetBoundsHeight())) { in GetBoundsRect() 2200 rect = {0, 0, GetBoundsWidth(), GetBoundsHeight()}; in GetBoundsRect() 3702 GetBoundsPositionX(), GetBoundsPositionY(), GetBoundsWidth(), GetBoundsHeight(), in Dump() 4381 auto width = GetBoundsWidth(); in CalculatePixelStretch()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 76 float GetBoundsWidth() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 705 auto width = properties.GetBoundsWidth();
|