Home
last modified time | relevance | path

Searched refs:ApplyFillStyle (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.h99 bool ApplyFillStyle(Drawing::Brush& brush) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/
H A Drs_border_test.cpp421 EXPECT_FALSE(border->ApplyFillStyle(brush));
424 EXPECT_FALSE(border->ApplyFillStyle(brush));
428 EXPECT_FALSE(border->ApplyFillStyle(brush));
432 EXPECT_FALSE(border->ApplyFillStyle(brush));
434 EXPECT_TRUE(border->ApplyFillStyle(brush));
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp106 if (border->ApplyFillStyle(brush)) { in Generate()
257 if (outline->ApplyFillStyle(brush)) { in Generate()
H A Drs_properties_painter.cpp1322 if (border->ApplyFillStyle(brush)) { in DrawBorderBase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp398 if (border->ApplyFillStyle(brush)) { in DrawBorder()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_border.cpp290 bool RSBorder::ApplyFillStyle(Drawing::Brush& brush) const in ApplyFillStyle() function in OHOS::Rosen::RSBorder