Searched refs:GetWidthFour (Results 1 – 8 of 8) sorted by relevance
88 Vector4f GetWidthFour() const;
90 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);
135 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()
1133 … RRect(properties.GetRRect().rect_.MakeOutset(border->GetWidthFour()), border->GetRadiusFour()) : in GetRRectForDrawingBorder()1333 … properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRect(); in DrawBorderBase()
1118 return border_ ? border_->GetWidthFour() : Vector4f(0.f); in GetBorderWidth()1228 return outline_ ? outline_->GetWidthFour() : Vector4f(0.f); in GetOutlineWidth()
411 …isOutline ? properties.GetBoundsRect().MakeOutset(border->GetWidthFour()) : properties.GetBoundsRe… in DrawBorder()
70 …return isOutline ? RRect(properties.GetRRect().rect_.MakeOutset(border->GetWidthFour()), border->G… in GetRRectForDrawingBorder()
197 Vector4f RSBorder::GetWidthFour() const in GetWidthFour() function in OHOS::Rosen::RSBorder