Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/pipeline/skia/
DSkiaDisplayList.h181 void setHasHolePunches(bool hasHolePunches) { in setHasHolePunches() argument
182 mHasHolePunches = hasHolePunches; in setHasHolePunches()
185 bool hasHolePunches() { in hasHolePunches() function
DRenderNodeDrawable.cpp290 if (renderNode->hasHolePunches()) { in drawContent()
313 if (renderNode->hasHolePunches()) { in drawContent()
/frameworks/base/libs/hwui/
DDisplayList.h75 [[nodiscard]] bool hasHolePunches() const { in hasHolePunches() function
76 return mImpl && mImpl->hasHolePunches(); in hasHolePunches()
DRenderNode.cpp262 mHasHolePunches = mDisplayList.hasHolePunches(); in prepareTreeImpl()
268 mHasHolePunches |= child->hasHolePunches(); in prepareTreeImpl()
DRenderNode.h304 bool hasHolePunches() { return mHasHolePunches; } in hasHolePunches() function