Home
last modified time | relevance | path

Searched refs:isForegroundFilter (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_property_drawable_utils.h44 const std::unique_ptr<RSFilterCacheManager>& cacheManager, const bool isForegroundFilter,
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp270 const bool isForegroundFilter, bool shouldClearFilteredCache) in DrawFilter() argument
289isForegroundFilter, rsFilter->GetDetailedDescription().c_str(), clipIBounds.ToString().c_str()); in DrawFilter()
306 RSAutoCanvasRestore autoCanvasStore(paintFilterCanvas, isForegroundFilter ? in DrawFilter()
308 if (isForegroundFilter) { in DrawFilter()