Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.cpp39 for (auto& functor : mChildFunctors) { in syncContents()
51 for (auto& functor : mChildFunctors) { in onRemovedFromTree()
174 mChildFunctors.clear(); in reset()
H A DSkiaDisplayList.h89 bool hasFunctor() const { return !mChildFunctors.empty(); } in hasFunctor()
168 std::deque<FunctorDrawable*> mChildFunctors; variable
H A DDumpOpsCanvas.h140 for (auto& child : mDisplayList.mChildFunctors) { in getFunctorDrawable()
H A DSkiaRecordingCanvas.cpp171 mDisplayList->mChildFunctors.push_back(functorDrawable); in drawWebViewFunctor()
/aosp12/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()