Home
last modified time | relevance | path

Searched refs:RSBlendFastDrawable (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.h431 class RSBlendFastDrawable : public RSPropertyDrawable {
433 explicit RSBlendFastDrawable(int blendMode) : blendMode_(blendMode) {} in RSBlendFastDrawable() function
434 ~RSBlendFastDrawable() override = default;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1040 return std::make_unique<RSBlendFastDrawable>(blendMode); in BlendSaveDrawableGenerate()
1087 void RSBlendFastDrawable::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.cpp584 auto rsBlendFastDrawable = std::make_shared<RSBlendFastDrawable>(2); in DoRSBlendFastDrawable()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_bounds_geometry_test.cpp1305 auto drawable = std::make_shared<RSBlendFastDrawable>(2);