Searched refs:fEndOfOpListOpIndices (Results 1 – 2 of 2) sorted by relevance
44 SkASSERT(fEndOfOpListOpIndices.count() == opListIndex); in markEndOfOpList()45 if (!fEndOfOpListOpIndices.empty()) { in markEndOfOpList()46 SkASSERT(fEndOfOpListOpIndices.back() < this->curOp()); in markEndOfOpList()49 fEndOfOpListOpIndices.push_back(this->curOp()); // This is the first op index of the next opList in markEndOfOpList()322 *stopIndex = fEndOfOpListOpIndices.count(); in assign()335 if (fEndOfOpListOpIndices[fCurOpListIndex] < cur->start()) { in assign()356 fEndOfOpListOpIndices[fCurOpListIndex] < fIntvlList.peekHead()->start()) { in assign()413 fEndOfOpListOpIndices[fCurOpListIndex] < fIntvlList.peekHead()->start()) { in assign()
224 SkTArray<unsigned int> fEndOfOpListOpIndices; variable