Searched refs:textStop (Results 1 – 1 of 1) sorted by relevance
176 const char* textStop = text + len; in visit() local203 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth); in visit()225 len = linebreak(text, textStop, paint, marginWidth, &trailing); in visit()230 if (text >= textStop) { in visit()