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

  /frameworks/base/libs/hwui/pipeline/skia/
ReorderBarrierDrawables.h 48 int mEndChildIndex;
ReorderBarrierDrawables.cpp 33 : mEndChildIndex(0), mBeginChildIndex(data->mChildNodes.size()), mDisplayList(data) {}
40 mChildren.reserve(mEndChildIndex - mBeginChildIndex + 1);
41 for (int i = mBeginChildIndex; i <= mEndChildIndex; i++) {
68 mStartBarrier->mEndChildIndex = mStartBarrier->mDisplayList->mChildNodes.size() - 1;

Completed in 434 milliseconds