Home
last modified time | relevance | path

Searched refs:BeginForegroundFilter (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h41 static void BeginForegroundFilter(RSPaintFilterCanvas& canvas, const RectF& bounds);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/drawable/
H A Drs_property_drawable_utils_test.cpp170 rsPropertyDrawableUtils->BeginForegroundFilter(paintFilterCanvasTest2, bounds);
173 rsPropertyDrawableUtils->BeginForegroundFilter(paintFilterCanvasTest2, bounds);
176 rsPropertyDrawableUtils->BeginForegroundFilter(paintFilterCanvasTest2, bounds);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_foreground.cpp259 RSPropertyDrawableUtils::BeginForegroundFilter(*paintFilterCanvas, ptr->boundsRect_); in CreateDrawFunc()
H A Drs_property_drawable_utils.cpp368 void RSPropertyDrawableUtils::BeginForegroundFilter(RSPaintFilterCanvas& canvas, const RectF& bound… in BeginForegroundFilter() function in OHOS::Rosen::RSPropertyDrawableUtils