Searched refs:ApplyPathStyle (Results 1 – 6 of 6) sorted by relevance
100 bool ApplyPathStyle(Drawing::Pen& pen) const;
447 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));
112 } else if (border->ApplyPathStyle(pen) && border->ApplySimpleBorder(properties.GetRRect())) { in Generate()261 } else if (outline->ApplyPathStyle(pen)) { in Generate()
1335 } else if (border->ApplyPathStyle(pen)) { in DrawBorderBase()
415 if (border->ApplyPathStyle(pen)) { in DrawBorder()
307 bool RSBorder::ApplyPathStyle(Drawing::Pen& pen) const in ApplyPathStyle() function in OHOS::Rosen::RSBorder