Searched refs:ApplyFillStyle (Results 1 – 6 of 6) sorted by relevance
99 bool ApplyFillStyle(Drawing::Brush& brush) const;
421 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));
106 if (border->ApplyFillStyle(brush)) { in Generate()257 if (outline->ApplyFillStyle(brush)) { in Generate()
1322 if (border->ApplyFillStyle(brush)) { in DrawBorderBase()
398 if (border->ApplyFillStyle(brush)) { in DrawBorder()
290 bool RSBorder::ApplyFillStyle(Drawing::Brush& brush) const in ApplyFillStyle() function in OHOS::Rosen::RSBorder