/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 228 …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 D | rs_property_drawable_utils.h | 46 …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 D | rs_effect_render_node.cpp | 91 RSPropertiesPainter::DrawBackgroundEffect(properties, canvas); in ProcessRenderBeforeChildren()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 99 static void DrawBackgroundEffect(const RSProperties& properties, RSPaintFilterCanvas& canvas);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 229 … RSPropertyDrawableUtils::DrawBackgroundEffect(paintFilterCanvas, ptr->filter_, ptr->cacheManager_, in CreateDrawFunc()
|
H A D | rs_property_drawable_background.cpp | 645 RSPropertyDrawableUtils::DrawBackgroundEffect( in CreateDrawFunc()
|
H A D | rs_property_drawable_utils.cpp | 431 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 D | rs_properties_painter_test.cpp | 717 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 D | rs_properties_painter.cpp | 720 RSPropertiesPainter::DrawBackgroundEffect(properties, *offscreenCanvas); in DrawBackgroundImageAsEffect() 725 void RSPropertiesPainter::DrawBackgroundEffect( in DrawBackgroundEffect() function in OHOS::Rosen::RSPropertiesPainter
|
H A D | rs_property_drawable_bounds_geometry.cpp | 808 RSPropertiesPainter::DrawBackgroundEffect(content.GetRenderProperties(), canvas); in Draw()
|