Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dlabel.cpp25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw() argument
70 auto curLine = lineInfo->begin(); in draw()
72 if (curLine == lineInfo->end()) return Error::OutOfMemory; in draw()
120 curLine = lineInfo->begin(); in draw()
/system/teeui/libteeui/include/teeui/
Dlabel.h85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo);
128 LabelImpl::LineInfo lineInfo = {Derived::label_number_of_lines, lines}; in draw() local
129 return LabelImpl::draw(drawPixel, this->bounds_, &lineInfo); in draw()