Searched refs:DrawForegroundFilter (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/ |
H A D | rs_property_drawable_utils.h | 42 …static void DrawForegroundFilter(RSPaintFilterCanvas& canvas, const std::shared_ptr<RSFilter>& rsF…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties_painter.h | 81 static void DrawForegroundFilter(const RSProperties& properties, RSPaintFilterCanvas& canvas);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_properties_painter_test.cpp | 1636 RSPropertiesPainter::DrawForegroundFilter(properties, canvas); 1640 RSPropertiesPainter::DrawForegroundFilter(properties, canvas); 1646 RSPropertiesPainter::DrawForegroundFilter(properties, canvas); 1681 RSPropertiesPainter::DrawForegroundFilter(properties, canvas); 1701 RSPropertiesPainter::DrawForegroundFilter(properties, canvas);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/ |
H A D | rs_property_drawable_utils_test.cpp | 200 rsPropertyDrawableUtils->DrawForegroundFilter(paintFilterCanvas, rsFilter); 203 rsPropertyDrawableUtils->DrawForegroundFilter(paintFilterCanvas, rsFilter); 206 rsPropertyDrawableUtils->DrawForegroundFilter(paintFilterCanvas, rsFilter);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_foreground.cpp | 306 RSPropertyDrawableUtils::DrawForegroundFilter(*paintFilterCanvas, ptr->foregroundFilter_); in CreateDrawFunc()
|
H A D | rs_property_drawable_utils.cpp | 388 void RSPropertyDrawableUtils::DrawForegroundFilter(RSPaintFilterCanvas& canvas, in DrawForegroundFilter() function in OHOS::Rosen::RSPropertyDrawableUtils
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 794 RSPropertiesPainter::DrawForegroundFilter(content.GetRenderProperties(), canvas); in Draw()
|
H A D | rs_properties_painter.cpp | 532 void RSPropertiesPainter::DrawForegroundFilter(const RSProperties& properties, RSPaintFilterCanvas&… in DrawForegroundFilter() function in OHOS::Rosen::RSPropertiesPainter
|