Home
last modified time | relevance | path

Searched refs:GetDisableFilterCache (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp323 …if (!paintFilterCanvas->GetDisableFilterCache() && cacheManager != nullptr && RSProperties::Filter… in DrawFilter()
413 if (canvas.GetDisableFilterCache()) { in DrawForegroundFilter()
457 …(RSProperties::FilterCacheEnabled && cacheManager != nullptr && !canvas->GetDisableFilterCache()) { in DrawBackgroundEffect()
H A Drs_property_drawable_background.cpp713 bool disableFilterCache = paintFilterCanvas->GetDisableFilterCache(); in CreateDrawFunc()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp557 if (canvas.GetDisableFilterCache()) { in DrawForegroundFilter()
637 cacheManager != nullptr && !canvas.GetDisableFilterCache()) { in DrawFilter()
695 … cacheManager != nullptr && !canvas.GetDisableFilterCache() && cacheManager->IsCacheValid()) { in DrawBackgroundImageAsEffect()
751 cacheManager != nullptr && !canvas.GetDisableFilterCache()) { in DrawBackgroundEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h227 bool GetDisableFilterCache() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp988 bool RSPaintFilterCanvas::GetDisableFilterCache() const in GetDisableFilterCache() function in OHOS::Rosen::RSPaintFilterCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_surface_render_node_drawable.cpp328 bool disableFilterCache = rscanvas->GetDisableFilterCache(); in OnDraw()