Home
last modified time | relevance | path

Searched refs:ApplyPathStyle (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_border.h100 bool ApplyPathStyle(Drawing::Pen& pen) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp447 EXPECT_FALSE(border->ApplyPathStyle(pen));
449 EXPECT_FALSE(border->ApplyPathStyle(pen));
451 EXPECT_FALSE(border->ApplyPathStyle(pen));
453 EXPECT_FALSE(border->ApplyPathStyle(pen));
455 EXPECT_FALSE(border->ApplyPathStyle(pen));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp112 } else if (border->ApplyPathStyle(pen) && border->ApplySimpleBorder(properties.GetRRect())) { in Generate()
261 } else if (outline->ApplyPathStyle(pen)) { in Generate()
H A Drs_properties_painter.cpp1335 } else if (border->ApplyPathStyle(pen)) { in DrawBorderBase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp415 if (border->ApplyPathStyle(pen)) { in DrawBorder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp307 bool RSBorder::ApplyPathStyle(Drawing::Pen& pen) const in ApplyPathStyle() function in OHOS::Rosen::RSBorder