Home
last modified time | relevance | path

Searched refs:RSPathMaskDrawable (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.h173 class RSPathMaskDrawable : public RSMaskDrawable {
175 explicit RSPathMaskDrawable(std::shared_ptr<RSMask> mask);
176 ~RSPathMaskDrawable() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp290 return std::make_unique<RSPathMaskDrawable>(mask); in Generate()
381 RSPathMaskDrawable::RSPathMaskDrawable(std::shared_ptr<RSMask> mask) : RSMaskDrawable(mask) {} in RSPathMaskDrawable() function in OHOS::Rosen::RSPathMaskDrawable
383 void RSPathMaskDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) const in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/
H A Drspropertydrawableboundsgeometry_fuzzer.cpp88 auto rsPathMaskDrawable = std::make_shared<RSPathMaskDrawable>(mask); in DoDraw()