/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_engine.cpp | 170 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::BACKGROUND_FILTER, in RSSurfaceNodeCommonPreProcess() 180 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::FOREGROUND_FILTER, in RSSurfaceNodeCommonPostProcess()
|
H A D | rs_uni_ui_capture.cpp | 435 RSPropertiesPainter::DrawFilter(property, *canvas_, FilterType::BACKGROUND_FILTER); in ProcessSurfaceViewWithUni() 458 RSPropertiesPainter::DrawFilter(property, *canvas_, FilterType::FOREGROUND_FILTER); in ProcessSurfaceViewWithUni()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 138 …rsPropertyDrawableUtils->DrawFilter(&paintFilterCanvasTest1, rsFilter, cacheManager, false, false); 149 … rsPropertyDrawableUtils->DrawFilter(&paintFilterCanvasTest1, rsFilter, cacheManager, true, false); 150 rsPropertyDrawableUtils->DrawFilter(nullptr, rsFilter, cacheManager, false, false); 154 … rsPropertyDrawableUtils->DrawFilter(&paintFilterCanvasTest1, rsFilter, cacheManager, true, false); 156 … rsPropertyDrawableUtils->DrawFilter(&paintFilterCanvasTest1, rsFilter, cacheManager, true, false); 163 … rsPropertyDrawableUtils->DrawFilter(&paintFilterCanvasTest1, rsFilter, cacheManager, true, false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_filter_cache_manager.h | 69 void DrawFilter(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingFilter>& filter,
|
H A D | rs_properties_painter.h | 78 …static void DrawFilter(const RSProperties& properties, RSPaintFilterCanvas& canvas, FilterType fil…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 43 static void DrawFilter(Drawing::Canvas* canvas, const std::shared_ptr<RSFilter>& rsFilter,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable.cpp | 250 RSPropertyDrawableUtils::DrawFilter(canvas, ptr->filter_, in CreateDrawFunc()
|
H A D | rs_property_drawable_utils.cpp | 268 void RSPropertyDrawableUtils::DrawFilter(Drawing::Canvas* canvas, in DrawFilter() function in OHOS::Rosen::RSPropertyDrawableUtils 333 cacheManager->DrawFilter(*paintFilterCanvas, filter, in DrawFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_filter_cache_manager.cpp | 144 void RSFilterCacheManager::DrawFilter(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingF… in DrawFilter() function in OHOS::Rosen::RSFilterCacheManager
|
H A D | rs_property_drawable_bounds_geometry.cpp | 690 …RSPropertiesPainter::DrawFilter(content.GetRenderProperties(), canvas, FilterType::BACKGROUND_FILT… in Draw() 714 …RSPropertiesPainter::DrawFilter(content.GetRenderProperties(), canvas, FilterType::FOREGROUND_FILT… in Draw()
|
H A D | rs_properties_painter.cpp | 568 void RSPropertiesPainter::DrawFilter(const RSProperties& properties, RSPaintFilterCanvas& canvas, in DrawFilter() function in OHOS::Rosen::RSPropertiesPainter 647 cacheManager->DrawFilter(canvas, filter, { false, false }); in DrawFilter() 815 DrawFilter(properties, canvas, FilterType::BACKGROUND_FILTER, std::nullopt, filter); in ApplyBackgroundEffectFallback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_filter_cache_manager_test.cpp | 189 rsFilterCacheManager->DrawFilter(filterCanvas, filter, params, srcRect, dstRect);
|
H A D | rs_properties_painter_test.cpp | 665 RSPropertiesPainter::DrawFilter( 687 RSPropertiesPainter::DrawFilter(properties, canvas, FilterType::BACKGROUND_FILTER); 1321 RSPropertiesPainter::DrawFilter(properties, canvas, FilterType::FOREGROUND_FILTER);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_surface_render_node.cpp | 621 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::BACKGROUND_FILTER); in ProcessAnimatePropertyBeforeChildren() 638 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::FOREGROUND_FILTER); in ProcessAnimatePropertyAfterChildren()
|