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

/frameworks/base/libs/hwui/
H A DDisplayList.h84 size_t beginChildIndex; member in struct:android::uirenderer::DisplayList::Chunk
H A DFrameBuilder.cpp316 if (chunk.beginChildIndex == chunk.endChildIndex) return;
318 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
H A DRecordingCanvas.cpp649 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;

Completed in 1024 milliseconds