Searched refs:drawBorder (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 548 bool drawBorder = true; variable 549 …orderDRRectDrawable borderDRRectDrawable(std::move(brush), std::move(pen), properties, drawBorder); 576 bool drawBorder = true; variable 577 …rFourLineDrawable borderFourLineDrawable(std::move(brush), std::move(pen), properties, drawBorder); 600 bool drawBorder = true; variable 603 …rFourLineDrawable borderFourLineDrawable(std::move(brush), std::move(pen), properties, drawBorder); 630 bool drawBorder = true; variable 631 …rderFourLineRoundCornerDrawable drawable(std::move(brush), std::move(pen), properties, drawBorder); 655 bool drawBorder = true; variable 656 …rderFourLineRoundCornerDrawable drawable(std::move(brush), std::move(pen), properties, drawBorder);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_property_drawable_bounds_geometry.h | 76 const RSProperties& properties, const bool& drawBorder); 90 const RSProperties& properties, const bool& drawBorder); 103 const RSProperties& properties, const bool& drawBorder); 116 const RSProperties& properties, const bool& drawBorder);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 121 const RSProperties& properties, const bool& drawBorder) in RSBorderDRRectDrawable() argument 124 drawBorder_ = drawBorder; in RSBorderDRRectDrawable() 147 const RSProperties& properties, const bool& drawBorder) in RSBorderFourLineDrawable() argument 150 drawBorder_ = drawBorder; in RSBorderFourLineDrawable() 173 const RSProperties& properties, const bool& drawBorder) in RSBorderPathDrawable() argument 176 drawBorder_ = drawBorder; in RSBorderPathDrawable() 206 …Drawing::Brush&& brush, Drawing::Pen&& pen, const RSProperties& properties, const bool& drawBorder) in RSBorderFourLineRoundCornerDrawable() argument 207 : RSBorderDrawable(std::move(brush), std::move(pen)), drawBorder_(drawBorder) in RSBorderFourLineRoundCornerDrawable()
|