HomeSort by relevance Sort by last modified time
    Searched refs:textStop (Results 1 - 2 of 2) sorted by null

  /external/skia/legacy/src/views/
SkTextBox.cpp 147 const char* textStop = text + len;
175 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth);
197 len = linebreak(text, textStop, paint, marginWidth);
201 if (text >= textStop)
  /external/skia/src/views/
SkTextBox.cpp 177 const char* textStop = text + len;
205 int count = SkTextLineBreaker::CountLines(text, textStop - text, paint, marginWidth);
228 len = linebreak(text, textStop, paint, marginWidth, &trailing);
232 if (text >= textStop)

Completed in 6196 milliseconds