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

/frameworks/base/libs/hwui/
H A DDisplayList.h141 size_t beginChildIndex; member in struct:android::uirenderer::DisplayList::Chunk
H A DFrameBuilder.cpp313 if (chunk.beginChildIndex == chunk.endChildIndex) return;
315 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
H A DRenderNode.cpp825 if (chunk.beginChildIndex == chunk.endChildIndex) return;
827 for (unsigned int i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
H A DDisplayListCanvas.cpp529 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;
H A DRecordingCanvas.cpp628 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;

Completed in 139 milliseconds