Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h81 bool hasFunctor() const override { return !mChildFunctors.empty(); } in hasFunctor() function
/frameworks/base/libs/hwui/
DRenderNode.cpp285 willHaveFunctor = mStagingDisplayList->hasFunctor(); in prepareTreeImpl()
287 willHaveFunctor = mDisplayList->hasFunctor(); in prepareTreeImpl()
302 info.out.hasFunctors |= mDisplayList->hasFunctor(); in prepareTreeImpl()
DDisplayList.h115 virtual bool hasFunctor() const { return !functors.empty(); } in hasFunctor() function