Lines Matching refs:loop
910 int loop = 0;916 } while ((!limit || ++loop <= limit) && (ptT = ptT->next()) && ptT != this);951 int loop = 0;958 if (limit && ++loop >= limit) {959 SkDebugf("*** abort loop ***\n");1039 int loop = 0;1042 if (!ok && ++loop > 10) {1043 SkDebugf("*** abort loop ***\n");