Home
last modified time | relevance | path

Searched refs:RSBorderFourLineRoundCornerDrawable (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h113 class RSBorderFourLineRoundCornerDrawable : public RSBorderDrawable {
115 explicit RSBorderFourLineRoundCornerDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen,
117 ~RSBorderFourLineRoundCornerDrawable() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp116 return std::make_unique<RSBorderFourLineRoundCornerDrawable>( in Generate()
205 RSBorderFourLineRoundCornerDrawable::RSBorderFourLineRoundCornerDrawable( in RSBorderFourLineRoundCornerDrawable() function in OHOS::Rosen::RSBorderFourLineRoundCornerDrawable
212 void RSBorderFourLineRoundCornerDrawable::OnBoundsChange(const RSProperties& properties) in OnBoundsChange()
223 void RSBorderFourLineRoundCornerDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas&… in Draw()
264 return std::make_unique<RSBorderFourLineRoundCornerDrawable>( in Generate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp631RSBorderFourLineRoundCornerDrawable drawable(std::move(brush), std::move(pen), properties, drawBor…
656RSBorderFourLineRoundCornerDrawable drawable(std::move(brush), std::move(pen), properties, drawBor…