Searched refs:RSBorderPathDrawable (Results 1 – 2 of 2) sorted by relevance
100 class RSBorderPathDrawable : public RSBorderDrawable {102 explicit RSBorderPathDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen,104 ~RSBorderPathDrawable() override = default;
113 return std::make_unique<RSBorderPathDrawable>( in Generate()172 RSBorderPathDrawable::RSBorderPathDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen, in RSBorderPathDrawable() function in OHOS::Rosen::RSBorderPathDrawable180 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()