Home
last modified time | relevance | path

Searched refs:GetWidthFour (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_border.h88 Vector4f GetWidthFour() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp90 border->GetWidthFour();
296 EXPECT_EQ(border->GetWidthFour(), initialBorderWidths);
300 EXPECT_EQ(border->GetWidthFour(), 8.0f);
372 EXPECT_EQ(border->GetWidthFour(), initialBorderWidths);
376 EXPECT_EQ(border->GetWidthFour(), 8.0f);
/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()
159 rect_ = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
189 RectF rect = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
219 RectF rect = properties.GetBoundsRect().MakeOutset(properties.GetOutline()->GetWidthFour()); in OnBoundsChange()
H A Drs_properties_painter.cpp1133 … RRect(properties.GetRRect().rect_.MakeOutset(border->GetWidthFour()), border->GetRadiusFour()) : in GetRRectForDrawingBorder()
1333 … properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRect(); in DrawBorderBase()
H A Drs_properties.cpp1118 return border_ ? border_->GetWidthFour() : Vector4f(0.f); in GetBorderWidth()
1228 return outline_ ? outline_->GetWidthFour() : Vector4f(0.f); in GetOutlineWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp411 …isOutline ? properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRe… in DrawBorder()
H A Drs_property_drawable_utils.cpp70 …return isOutline ? RRect(properties.GetRRect().rect_.MakeOutset(border->GetWidthFour()), border->G… in GetRRectForDrawingBorder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp197 Vector4f RSBorder::GetWidthFour() const in GetWidthFour() function in OHOS::Rosen::RSBorder