Home
last modified time | relevance | path

Searched refs:GetBoundsRect (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp135 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 Drs_properties_painter.cpp690 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 Drs_property_drawable_utilities.cpp121 … auto rect = RSPropertiesPainter::Rect2DrawingRect(content.GetRenderProperties().GetBoundsRect()); in Draw()
H A Drs_property_trace.cpp59 " Bounds Rect: " + properties.GetBoundsRect().ToString() + in TracePropertiesByNodeName()
H A Drs_properties.cpp2184 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 Dmodifier.h226 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 Drs_property_drawable_foreground.cpp250 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 Drs_property_drawable_background.cpp155 … 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 Drs_property_drawable.cpp140 Drawing::Rect rect = RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()); in OnUpdate()
146 …RSPropertyDrawableUtils::Rect2DrawingRect(properties.GetBoundsRect()), Drawing::ClipOp::INTERSECT,… in OnUpdate()
H A Drs_property_drawable_utils.cpp1333 const auto& boundsRect = property.GetBoundsRect(); in RSFilterSetPixelStretch()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_trace_utils.cpp187 [[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 Drs_properties.h448 RectF GetBoundsRect() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1281 … 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 Dslider_Extend_test_ng.cpp773 auto rect1 = sliderContentModifier->GetBoundsRect();
782 auto rect2 = sliderContentModifier->GetBoundsRect();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.cpp610 auto origin = GetBoundsRect(); in UpdateOverlayRect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H A Drs_render_thread_visitor.cpp182 auto rect = nodeParent->GetRenderProperties().GetBoundsRect(); in PrepareSurfaceRenderNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_test.cpp1943 properties.GetBoundsRect();
1948 properties.GetBoundsRect();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp440 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 Dtext_testthree_ng.cpp1702 EXPECT_EQ(pattern->overlayMod_->GetBoundsRect().Width(), 240.f);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp3798 auto rect = contentModifier->GetBoundsRect();
3852 auto rect = overlayModifier->GetBoundsRect();
3867 auto rect = foregroundModifier->GetBoundsRect();