Searched refs:behindWindow (Results 1 – 2 of 2) sorted by relevance
48 Drawing::RectI& bounds, bool behindWindow = false);
434 Drawing::RectI& bounds, bool behindWindow) in DrawBackgroundEffect() argument463 behindWindow ? canvas->SetBehindWindowData(data) : canvas->SetEffectData(data); in DrawBackgroundEffect()493 …behindWindow ? canvas->SetBehindWindowData(std::move(data)) : canvas->SetEffectData(std::move(data… in DrawBackgroundEffect()