HomeSort by relevance Sort by last modified time
    Searched refs:beginChildIndex (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.h 136 size_t beginChildIndex;
FrameBuilder.cpp 313 if (chunk.beginChildIndex == chunk.endChildIndex) return;
315 for (size_t i = chunk.beginChildIndex; i < chunk.endChildIndex; i++) {
    [all...]
RenderNode.cpp     [all...]
DisplayListCanvas.cpp 529 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;
RecordingCanvas.cpp 646 newChunk.beginChildIndex = newChunk.endChildIndex = nextChildIndex;

Completed in 1954 milliseconds