Searched refs:GetDisableFilterCache (Results 1 – 6 of 6) sorted by relevance
323 …if (!paintFilterCanvas->GetDisableFilterCache() && cacheManager != nullptr && RSProperties::Filter… in DrawFilter()413 if (canvas.GetDisableFilterCache()) { in DrawForegroundFilter()457 …(RSProperties::FilterCacheEnabled && cacheManager != nullptr && !canvas->GetDisableFilterCache()) { in DrawBackgroundEffect()
713 bool disableFilterCache = paintFilterCanvas->GetDisableFilterCache(); in CreateDrawFunc()
557 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()
227 bool GetDisableFilterCache() const;
988 bool RSPaintFilterCanvas::GetDisableFilterCache() const in GetDisableFilterCache() function in OHOS::Rosen::RSPaintFilterCanvas
328 bool disableFilterCache = rscanvas->GetDisableFilterCache(); in OnDraw()