Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DWebViewFunctorManager.cpp31 class ScopedCurrentFunctor { class
33 ScopedCurrentFunctor(WebViewFunctor* functor) { in ScopedCurrentFunctor() function in android::uirenderer::__anondd9f99100110::ScopedCurrentFunctor
38 ~ScopedCurrentFunctor() { in ~ScopedCurrentFunctor()
56 WebViewFunctor* ScopedCurrentFunctor::sCurrentFunctor = nullptr;
126 ScopedCurrentFunctor currentFunctor(this); in drawGl()
165 ScopedCurrentFunctor currentFunctor(this); in drawVk()
195 ScopedCurrentFunctor currentFunctor(this); in removeOverlays()