OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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