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/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