Home
last modified time | relevance | path

Searched refs:textBegin (Results 1 – 1 of 1) sorted by relevance

/system/teeui/libteeui/src/
Dlabel.cpp67 auto textBegin = text_.begin(); in draw() local
71 while (textBegin != text_.end()) { in draw()
75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw()
102 textBegin = curLine->lineText.end(); in draw()