Home
last modified time | relevance | path

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 Drs_property_drawable_utils.h42 …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 Drs_properties_painter.h81 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 Drs_properties_painter_test.cpp1636 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 Drs_property_drawable_utils_test.cpp200 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 Drs_property_drawable_foreground.cpp306 RSPropertyDrawableUtils::DrawForegroundFilter(*paintFilterCanvas, ptr->foregroundFilter_); in CreateDrawFunc()
H A Drs_property_drawable_utils.cpp388 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 Drs_property_drawable_bounds_geometry.cpp794 RSPropertiesPainter::DrawForegroundFilter(content.GetRenderProperties(), canvas); in Draw()
H A Drs_properties_painter.cpp532 void RSPropertiesPainter::DrawForegroundFilter(const RSProperties& properties, RSPaintFilterCanvas&… in DrawForegroundFilter() function in OHOS::Rosen::RSPropertiesPainter