Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDisplayList.h85 size_t beginChildIndex; member
DFrameBuilder.cpp309 if (chunk.beginChildIndex == chunk.endChildIndex) return; in buildZSortedChildList()
311 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) { in buildZSortedChildList()
DRecordingCanvas.cpp601 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex; in addOp()