Home
last modified time | relevance | path

Searched refs:GetBoundsWidth (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_ui_capture.cpp90 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 Drs_divided_render_util.cpp54 property.GetBoundsWidth(), property.GetBoundsHeight()}; in CreateBufferDrawParam()
H A Drs_ui_capture_task_parallel.cpp125 float nodeBoundsWidth = node->GetRenderProperties().GetBoundsWidth(); in CreateResources()
251 float pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode()
H A Drs_uni_render_util.cpp403 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 Drs_uni_render_composer_adapter.cpp319 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 Drs_composer_adapter.cpp201 const int boundsWidth = static_cast<int>(property.GetBoundsWidth()); in DealWithNodeGravity()
264 const int boundsWidth = static_cast<int>(property.GetBoundsWidth()); in GetComposerInfoSrcRect()
H A Drs_surface_capture_task.cpp129 int pixmapWidth = property.GetBoundsWidth(); in CreatePixelMapBySurfaceNode()
H A Drs_uni_render_visitor.cpp1257 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 Drs_surface_capture_task_parallel.cpp278 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapBySurfaceNode()
H A Drs_render_service.cpp481 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 Drs_render_thread_visitor.cpp841 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 Drs_divided_ui_capture.cpp78 int pixmapWidth = node->GetRenderProperties().GetBoundsWidth(); in CreatePixelMapByNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp150 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 Drs_render_node.cpp1658 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 Drosen_render_box.h76 double GetBoundsWidth();
H A Drosen_render_box.cpp1318 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 Dsurface_capture_test.cpp122 int sWidth = surfaceNode->GetStagingProperties().GetBoundsWidth(); in DrawPixelmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp233 … = { properties.GetBoundsPositionX(), properties.GetBoundsPositionY(), properties.GetBoundsWidth(), in DumpNodeProperties()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp319 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 Drs_properties.h76 float GetBoundsWidth() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp705 auto width = properties.GetBoundsWidth();