/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 135 RectF rect = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange() 157 rect_ = properties.GetBoundsRect(); in OnBoundsChange() 159 rect_ = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange() 311 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 335 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 359 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 386 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 413 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in Draw() 753 auto bounds = content.GetRenderProperties().GetBoundsRect(); in Draw() 934 canvas.DrawRect(RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect())); in Draw() [all …]
|
H A D | rs_properties_painter.cpp | 690 auto boundsRect = properties.GetBoundsRect(); in DrawBackgroundImageAsEffect() 743 canvas.ClipRect(Rect2DrawingRect(properties.GetBoundsRect())); in DrawBackgroundEffect() 863 auto boundsRect = properties.GetBoundsRect(); in GetPixelStretchDirtyRect() 891 auto boundsRect = properties.GetBoundsRect(); in GetForegroundEffectDirtyRect() 931 auto bounds = RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect()); in DrawPixelStretch() 1092 auto boundsRect = Rect2DrawingRect(properties.GetBoundsRect()); in DrawBackground() 1333 … properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRect(); in DrawBorderBase() 1406 … canvas.ClipRect(Rect2DrawingRect(properties.GetBoundsRect()), Drawing::ClipOp::INTERSECT, true); in DrawForegroundColor() 1486 Drawing::Rect maskBounds = Rect2DrawingRect(properties.GetBoundsRect()); in DrawMask() 1500 float canvasWidth = properties.GetBoundsRect().GetWidth(); in DrawSpherize() [all …]
|
H A D | rs_property_drawable_utilities.cpp | 121 … auto rect = RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetBoundsRect()); in Draw()
|
H A D | rs_property_trace.cpp | 59 " Bounds Rect: " + properties.GetBoundsRect().ToString() + in TracePropertiesByNodeName()
|
H A D | rs_properties.cpp | 2184 auto rect = GetBoundsRect(); in GetLocalBoundsAndFramesRect() 2191 RectF RSProperties::GetBoundsRect() const in GetBoundsRect() function in OHOS::Rosen::RSProperties 2237 RectF rect = GetBoundsRect(); in GenerateRRect() 2243 auto rect = GetBoundsRect(); in GetInnerRRect() 2422 float canvasWidth = GetBoundsRect().GetWidth(); in CreateAttractionEffectFilter() 2423 float canvasHeight = GetBoundsRect().GetHeight(); in CreateAttractionEffectFilter()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | modifier.h | 226 const RectF& GetBoundsRect() in GetBoundsRect() function 274 const RectF& GetBoundsRect() const in GetBoundsRect() function 323 const std::optional<RectF>& GetBoundsRect() in GetBoundsRect() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_foreground.cpp | 250 stagingBoundsRect_ = node.GetRenderProperties().GetBoundsRect(); in OnUpdate() 338 stagingBoundsRect_ = node.GetRenderProperties().GetBoundsRect(); in OnUpdate() 411 …isOutline ? properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRe… in DrawBorder()
|
H A D | rs_property_drawable_background.cpp | 155 … Drawing::Rect maskBounds = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate() 255 canvas.DrawRect(RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect())); in OnUpdate() 301 canvas.DrawRect(RSPropertiesPainter::Rect2DrawingRect(properties.GetBoundsRect())); in OnUpdate() 467 stagingBoundsRect_ = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate()
|
H A D | rs_property_drawable.cpp | 140 Drawing::Rect rect = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate() 146 …RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()), Drawing::ClipOp::INTERSECT,… in OnUpdate()
|
H A D | rs_property_drawable_utils.cpp | 1333 const auto& boundsRect = property.GetBoundsRect(); in RSFilterSetPixelStretch()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_animation_trace_utils.cpp | 187 [[maybe_unused]] auto bounds = node.GetRenderProperties().GetBoundsRect().ToString(); in addRenderNodeTrace()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 448 RectF GetBoundsRect() const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 1281 … RRect absClipRRect = RRect(properties.GetBoundsRect(), properties.GetCornerRadius()); in CollectAndUpdateLocalShadowRect() 1925 absMatrix.MapRect(absRect, Rect2DrawingRect(GetRenderProperties().GetBoundsRect())); in UpdateFilterRegionInSkippedSubTree() 2796 const RectF boundsRect = GetRenderProperties().GetBoundsRect(); in NeedInitCacheSurface() 2865 const RectF boundsRect = GetRenderProperties().GetBoundsRect(); in InitCacheSurface()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/slider/ |
H A D | slider_Extend_test_ng.cpp | 773 auto rect1 = sliderContentModifier->GetBoundsRect(); 782 auto rect2 = sliderContentModifier->GetBoundsRect();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_tip_modifier.cpp | 610 auto origin = GetBoundsRect(); in UpdateOverlayRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/ |
H A D | rs_render_thread_visitor.cpp | 182 auto rect = nodeParent->GetRenderProperties().GetBoundsRect(); in PrepareSurfaceRenderNode()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_test.cpp | 1943 properties.GetBoundsRect(); 1948 properties.GetBoundsRect();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 440 textContentRect = overlayMod_->GetBoundsRect(); in HandleSpanLongPressEvent() 916 textContentRect = overlayMod_->GetBoundsRect(); in CheckClickedOnSpanOrText() 3398 RectF boundsRect = overlayMod_->GetBoundsRect(); in CreateNodePaintMethod()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testthree_ng.cpp | 1702 EXPECT_EQ(pattern->overlayMod_->GetBoundsRect().Width(), 240.f);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.cpp | 3798 auto rect = contentModifier->GetBoundsRect(); 3852 auto rect = overlayModifier->GetBoundsRect(); 3867 auto rect = foregroundModifier->GetBoundsRect();
|