Searched refs:textStop (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/views/
H A DSkTextBox.cpp177 const char* textStop = text + len; local
205 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth);
228 len = linebreak(text, textStop, paint, marginWidth, &trailing);
232 if (text >= textStop)
/external/skia/src/views/
H A DSkTextBox.cpp177 const char* textStop = text + len; local
205 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth);
228 len = linebreak(text, textStop, paint, marginWidth, &trailing);
232 if (text >= textStop)

Completed in 311 milliseconds