Lines Matching full:startindex
174 int startIndex, stopIndex;
185 startIndex = 0;
189 while (alloc.assign(&startIndex, &stopIndex, &error))
194 for (int i = startIndex; i < stopIndex; ++i) {
199 if (this->executeOpLists(startIndex, stopIndex, &flushState)) {
223 bool GrDrawingManager::executeOpLists(int startIndex, int stopIndex, GrOpFlushState* flushState) {
224 SkASSERT(startIndex <= stopIndex && stopIndex <= fOpLists.count());
228 for (int i = startIndex; i < stopIndex; ++i) {
263 for (int i = startIndex; i < stopIndex; ++i) {
281 for (int i = startIndex; i < stopIndex; ++i) {