Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DRenderNode.cpp226 willHaveFunctor = mStagingDisplayList->hasFunctor(); in prepareTreeImpl()
228 willHaveFunctor = mDisplayList->hasFunctor(); in prepareTreeImpl()
243 info.out.hasFunctors |= mDisplayList->hasFunctor(); in prepareTreeImpl()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h84 bool hasFunctor() const { return !mChildFunctors.empty(); } in hasFunctor() function