Lines Matching refs:stop
261 Row* stop = fRows.end();
262 while (row < stop) {
381 const Row* stop = fRows.end();
384 while (row < stop) {
405 while (row < stop) {
1059 YOffset* stop = yoff + head->fRowCount;
1067 while (yoff < stop) {
1100 while (yoff < stop) {
1135 YOffset* stop = yoff + head->fRowCount;
1141 while (yoff < stop) {
1180 stop = yoff = head->yoffsets() + head->fRowCount;
1184 skip = SkToInt(stop - yoff - 1);
1189 memmove(stop - skip, stop, head->fDataSize);
1950 // findRow returns last Y, not stop, so we add 1