Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h84 bool hasFunctor() const { return !mChildFunctors.empty(); } in hasFunctor()
152 std::deque<FunctorDrawable*> mChildFunctors; variable
DSkiaDisplayList.cpp32 for (auto& functor : mChildFunctors) { in syncContents()
163 mChildFunctors.clear(); in reset()
DSkiaRecordingCanvas.cpp138 mDisplayList->mChildFunctors.push_back(functorDrawable); in callDrawGLFunction()
149 mDisplayList->mChildFunctors.push_back(functorDrawable); in drawWebViewFunctor()
DDumpOpsCanvas.h144 for (auto& child : mDisplayList.mChildFunctors) { in getFunctorDrawable()
/frameworks/base/libs/hwui/tests/unit/
DSkiaDisplayListTests.cpp52 skiaDL->mChildFunctors.push_back(&functorDrawable); in TEST()
58 ASSERT_FALSE(skiaDL->mChildFunctors.empty()); in TEST()
67 ASSERT_TRUE(skiaDL->mChildFunctors.empty()); in TEST()
102 skiaDL.mChildFunctors.push_back(&functorDrawable); in TEST()
107 skiaDL.mChildFunctors.push_back( in TEST()