Home
last modified time | relevance | path

Searched refs:RSBlendSaveLayerDrawable (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.h421 class RSBlendSaveLayerDrawable : public RSPropertyDrawable {
423 explicit RSBlendSaveLayerDrawable(int blendMode);
424 ~RSBlendSaveLayerDrawable() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1042 return std::make_unique<RSBlendSaveLayerDrawable>(blendMode); in BlendSaveDrawableGenerate()
1060 RSBlendSaveLayerDrawable::RSBlendSaveLayerDrawable(int blendMode) in RSBlendSaveLayerDrawable() function in OHOS::Rosen::RSBlendSaveLayerDrawable
1065 void RSBlendSaveLayerDrawable::Draw(const RSRenderContent& content, RSPaintFilterCanvas& canvas) co… in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rspropertydrawableboundsgeometry_fuzzer/
H A Drspropertydrawableboundsgeometry_fuzzer.cpp563 auto rsBlendSaveLayerDrawable = std::make_shared<RSBlendSaveLayerDrawable>(2); in DoRSBlendSaveLayerDrawable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1289 auto drawable = std::make_shared<RSBlendSaveLayerDrawable>(2);