Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h50 using text_t = UTF8Range<const char*>; variable
56 text_t lineText;
69 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, bool rightJustified, in LabelImpl()
77 void setText(text_t text) { text_ = text; } in setText()
80 text_t text() const { return text_; } in text()
88 text_t text_;
/system/teeui/libteeui/src/
Dlabel.cpp75 findLongestWordSequence(&face, text_t(*textBegin, *text_.end()), bounds); in draw()