Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h173 bool mHasHolePunches; variable
182 mHasHolePunches = hasHolePunches; in setHasHolePunches()
186 return mHasHolePunches; in hasHolePunches()
/aosp12/frameworks/base/libs/hwui/
H A DRenderNode.h291 bool mHasHolePunches; variable
304 bool hasHolePunches() { return mHasHolePunches; } in hasHolePunches()
H A DRenderNode.cpp262 mHasHolePunches = mDisplayList.hasHolePunches(); in prepareTreeImpl()
268 mHasHolePunches |= child->hasHolePunches(); in prepareTreeImpl()
274 mHasHolePunches = false; in prepareTreeImpl()