Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaDisplayList.h175 bool mHasHolePunches; variable
184 mHasHolePunches = hasHolePunches; in setHasHolePunches()
188 return mHasHolePunches; in hasHolePunches()
/aosp14/frameworks/base/libs/hwui/
H A DRenderNode.h292 bool mHasHolePunches; variable
307 bool hasHolePunches() { return mHasHolePunches; } in hasHolePunches()
H A DRenderNode.cpp265 mHasHolePunches = mDisplayList.hasHolePunches(); in prepareTreeImpl()
271 mHasHolePunches |= child->hasHolePunches(); in prepareTreeImpl()
277 mHasHolePunches = false; in prepareTreeImpl()