Home
last modified time | relevance | path

Searched refs:RSBorderPathDrawable (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h100 class RSBorderPathDrawable : public RSBorderDrawable {
102 explicit RSBorderPathDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen,
104 ~RSBorderPathDrawable() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp113 return std::make_unique<RSBorderPathDrawable>( in Generate()
172 RSBorderPathDrawable::RSBorderPathDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen, in RSBorderPathDrawable() function in OHOS::Rosen::RSBorderPathDrawable
180 void RSBorderPathDrawable::OnBoundsChange(const RSProperties& properties) in OnBoundsChange()
198 void RSBorderPathDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw()
262 …return std::make_unique<RSBorderPathDrawable>(std::move(brush), std::move(pen), properties, false); in Generate()