Home
last modified time | relevance | path

Searched refs:DrawBackgroundEffect (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp228 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
232 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
237 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
239 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
242 rsPropertyDrawableUtils->DrawBackgroundEffect(nullptr, rsFilter, cacheManager, false, bounds);
704 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
708 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
713 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
715 …rsPropertyDrawableUtils->DrawBackgroundEffect(&paintFilterCanvas, rsFilter, cacheManager, false, b…
718 rsPropertyDrawableUtils->DrawBackgroundEffect(nullptr, rsFilter, cacheManager, false, bounds);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h46 …static void DrawBackgroundEffect(RSPaintFilterCanvas* canvas, const std::shared_ptr<RSFilter>& rsF…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_effect_render_node.cpp91 RSPropertiesPainter::DrawBackgroundEffect(properties, canvas); in ProcessRenderBeforeChildren()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties_painter.h99 static void DrawBackgroundEffect(const RSProperties& properties, RSPaintFilterCanvas& canvas);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable.cpp229 … RSPropertyDrawableUtils::DrawBackgroundEffect(paintFilterCanvas, ptr->filter_, ptr->cacheManager_, in CreateDrawFunc()
H A Drs_property_drawable_background.cpp645 RSPropertyDrawableUtils::DrawBackgroundEffect( in CreateDrawFunc()
H A Drs_property_drawable_utils.cpp431 void RSPropertyDrawableUtils::DrawBackgroundEffect( in DrawBackgroundEffect() function in OHOS::Rosen::RSPropertyDrawableUtils
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_properties_painter_test.cpp717 RSPropertiesPainter::DrawBackgroundEffect(properties, canvas);
722 RSPropertiesPainter::DrawBackgroundEffect(properties, canvas);
728 RSPropertiesPainter::DrawBackgroundEffect(properties, canvas);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp720 RSPropertiesPainter::DrawBackgroundEffect(properties, *offscreenCanvas); in DrawBackgroundImageAsEffect()
725 void RSPropertiesPainter::DrawBackgroundEffect( in DrawBackgroundEffect() function in OHOS::Rosen::RSPropertiesPainter
H A Drs_property_drawable_bounds_geometry.cpp808 RSPropertiesPainter::DrawBackgroundEffect(content.GetRenderProperties(), canvas); in Draw()