Searched refs:endChildIndex (Results 1 – 4 of 4) sorted by relevance
85 size_t endChildIndex; member
596 chunk.endChildIndex = childIndex + 1; in drawRenderNode()649 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex; in addOp()
316 if (chunk.beginChildIndex == chunk.endChildIndex) return; in buildZSortedChildList()318 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) { in buildZSortedChildList()
338 int endChildIndex = getChildCount() - 1; in hasGapsToFix() local346 firstChildIndex = endChildIndex; in hasGapsToFix()350 childLimit = endChildIndex + 1; in hasGapsToFix()