Lines Matching refs:stop
446 const char* stop = text + byteLength;
450 while (text < stop) {
458 SkASSERT(text == stop);
495 const char* stop = text + byteLength;
496 while (cursor < stop) {
561 const char* stop = text + byteLength;
562 while (text < stop) {
583 SkVector stop = MeasureText(glyphFinder, text, byteLength);
586 stop *= SK_ScalarHalf;
588 offset -= stop;
602 const char* stop = text + byteLength;
604 while (text < stop) {