Searched refs:GetRRectForDrawingBorder (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_foreground.cpp | 400 RSPropertyDrawableUtils::GetRRectForDrawingBorder(properties, border, isOutline)); in DrawBorder() 417 … RRect rrect = RSPropertyDrawableUtils::GetRRectForDrawingBorder(properties, border, isOutline); in DrawBorder() 431 RSPropertyDrawableUtils::GetRRectForDrawingBorder(properties, border, isOutline)); in DrawBorder()
|
H A D | rs_property_drawable_utils.cpp | 63 RRect RSPropertyDrawableUtils::GetRRectForDrawingBorder( in GetRRectForDrawingBorder() function in OHOS::Rosen::RSPropertyDrawableUtils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 27 static RRect GetRRectForDrawingBorder(
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 106 …static RRect GetRRectForDrawingBorder(const RSProperties& properties, const std::shared_ptr<RSBord…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 1125 RRect RSPropertiesPainter::GetRRectForDrawingBorder(const RSProperties& properties, in GetRRectForDrawingBorder() function in OHOS::Rosen::RSPropertiesPainter 1323 … auto roundRect = RRect2DrawingRRect(GetRRectForDrawingBorder(properties, border, isOutline)); in DrawBorderBase() 1337 RRect rrect = GetRRectForDrawingBorder(properties, border, isOutline); in DrawBorderBase() 1348 … borderGeo.rrect = RRect2DrawingRRect(GetRRectForDrawingBorder(properties, border, isOutline)); in DrawBorderBase() 1380 auto drawingRect = Rect2DrawingRect(GetRRectForDrawingBorder(properties, outline, true).rect_); in GetOutlineDirtyRect()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 80 EXPECT_EQ(rsPropertyDrawableUtils->GetRRectForDrawingBorder(properties, border, false), 85 rsPropertyDrawableUtils->GetRRectForDrawingBorder(properties, border, false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 903 RSPropertiesPainter::GetRRectForDrawingBorder(properties, border, isOutline); 907 RSPropertiesPainter::GetRRectForDrawingBorder(properties, border, isOutline);
|