Searched defs:supportsBackgroundBlur (Results 1 – 6 of 6) sorted by relevance
266 bool supportsBackgroundBlur; member338 bool supportsBackgroundBlur = false; member
206 bool supportsBackgroundBlur; member286 bool supportsBackgroundBlur = false; member
71 bool supportsBackgroundBlur() override final { in supportsBackgroundBlur() function
271 bool useColorManagement, bool supportsBackgroundBlur) in SkiaRenderEngine()
69 bool supportsBackgroundBlur() override { return mBlurFilter != nullptr; } in supportsBackgroundBlur() function
345 bool RenderEngineThreaded::supportsBackgroundBlur() { in supportsBackgroundBlur() function in android::renderengine::threaded::RenderEngineThreaded