Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h52 using text_t = UTF8Range<const char*>; variable
58 text_t lineText;
71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl()
79 void setText(text_t text) { text_ = text; } in setText()
82 text_t text() const { return text_; } in text()
93 text_t text_;
/system/teeui/libteeui/src/
Dlabel.cpp75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw()