Home
last modified time | relevance | path

Searched refs:RSBorderFourLineDrawable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_bounds_geometry.h87 class RSBorderFourLineDrawable : public RSBorderDrawable {
89 explicit RSBorderFourLineDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen,
91 ~RSBorderFourLineDrawable() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp110 return std::make_unique<RSBorderFourLineDrawable>( in Generate()
146 RSBorderFourLineDrawable::RSBorderFourLineDrawable(Drawing::Brush&& brush, Drawing::Pen&& pen, in RSBorderFourLineDrawable() function in OHOS::Rosen::RSBorderFourLineDrawable
154 void RSBorderFourLineDrawable::OnBoundsChange(const RSProperties& properties) in OnBoundsChange()
162 void RSBorderFourLineDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) co… in Draw()
260 …return std::make_unique<RSBorderFourLineDrawable>(std::move(brush), std::move(pen), properties, fa… 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.cpp577RSBorderFourLineDrawable borderFourLineDrawable(std::move(brush), std::move(pen), properties, draw…
603RSBorderFourLineDrawable borderFourLineDrawable(std::move(brush), std::move(pen), properties, draw…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/
H A Drspropertydrawableboundsgeometry_fuzzer.cpp176 … std::make_shared<RSBorderFourLineDrawable>(std::move(brush), std::move(pen), properties, true); in DoRSBorderFourLineDrawable()