Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h122 size_t beginChildIndex; member
DRenderNode.cpp641 if (chunk.beginChildIndex == chunk.endChildIndex) return; in buildZSortedChildList()
643 for (unsigned int i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) { in buildZSortedChildList()
DDisplayListRenderer.cpp485 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex; in addOpAndUpdateChunk()