Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h55 struct LineInfo { struct
85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); argument
127 LabelImpl::LineInfo::info_t lines[Derived::label_number_of_lines]; in draw()
128 LabelImpl::LineInfo lineInfo = {Derived::label_number_of_lines, lines}; in draw()
/system/teeui/libteeui/src/
Dlabel.cpp25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()