Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp40 for (auto& functor : mChildFunctors) { in syncContents()
52 for (auto& functor : mChildFunctors) { in onRemovedFromTree()
182 mChildFunctors.clear(); in reset()
H A DSkiaDisplayList.h90 bool hasFunctor() const { return !mChildFunctors.empty(); } in hasFunctor()
169 std::deque<FunctorDrawable*> mChildFunctors; variable
H A DDumpOpsCanvas.h144 for (auto& child : mDisplayList.mChildFunctors) { in getFunctorDrawable()
H A DSkiaRecordingCanvas.cpp187 mDisplayList->mChildFunctors.push_back(functorDrawable); in drawWebViewFunctor()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DSkiaDisplayListTests.cpp55 skiaDL->mChildFunctors.push_back(&functorDrawable); in TEST()
61 ASSERT_FALSE(skiaDL->mChildFunctors.empty()); in TEST()
70 ASSERT_TRUE(skiaDL->mChildFunctors.empty()); in TEST()
107 skiaDL.mChildFunctors.push_back( in TEST()