Home
last modified time | relevance | path

Searched refs:DrawFilter (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_engine.cpp170 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::BACKGROUND_FILTER, in RSSurfaceNodeCommonPreProcess()
180 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::FOREGROUND_FILTER, in RSSurfaceNodeCommonPostProcess()
H A Drs_uni_ui_capture.cpp435 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 Drs_property_drawable_utils_test.cpp138 …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 Drs_filter_cache_manager.h69 void DrawFilter(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingFilter>& filter,
H A Drs_properties_painter.h78 …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 Drs_property_drawable_utils.h43 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 Drs_property_drawable.cpp250 RSPropertyDrawableUtils::DrawFilter(canvas, ptr->filter_, in CreateDrawFunc()
H A Drs_property_drawable_utils.cpp268 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 Drs_filter_cache_manager.cpp144 void RSFilterCacheManager::DrawFilter(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSDrawingF… in DrawFilter() function in OHOS::Rosen::RSFilterCacheManager
H A Drs_property_drawable_bounds_geometry.cpp690 …RSPropertiesPainter::DrawFilter(content.GetRenderProperties(), canvas, FilterType::BACKGROUND_FILT… in Draw()
714 …RSPropertiesPainter::DrawFilter(content.GetRenderProperties(), canvas, FilterType::FOREGROUND_FILT… in Draw()
H A Drs_properties_painter.cpp568 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 Drs_filter_cache_manager_test.cpp189 rsFilterCacheManager->DrawFilter(filterCanvas, filter, params, srcRect, dstRect);
H A Drs_properties_painter_test.cpp665 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 Drs_surface_render_node.cpp621 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::BACKGROUND_FILTER); in ProcessAnimatePropertyBeforeChildren()
638 RSPropertiesPainter::DrawFilter(property, canvas, FilterType::FOREGROUND_FILTER); in ProcessAnimatePropertyAfterChildren()