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

  /external/chromium_org/third_party/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)
  /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 1405 milliseconds