Lines Matching refs:Chunk
312 const DisplayList& displayList, const DisplayList::Chunk& chunk) {
313 if (chunk.beginChildIndex == chunk.endChildIndex) return;
315 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
320 if (!MathUtils::isZero(childZ) && chunk.reorderChildren) {
439 // apply reorder clip to shadow, so it respects clip at beginning of reorderable chunk
517 for (auto& chunk : displayList.getChunks()) {
519 buildZSortedChildList(&zTranslatedNodes, displayList, chunk);
521 defer3dChildren(chunk.reorderClip, ChildrenSelectMode::Negative, zTranslatedNodes);
522 for (size_t opIndex = chunk.beginOpIndex; opIndex < chunk.endOpIndex; opIndex++) {
532 defer3dChildren(chunk.reorderClip, ChildrenSelectMode::Positive, zTranslatedNodes);