Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h51 class LabelImpl {
68 LabelImpl() in LabelImpl() function
71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl() function
107 template <typename Derived> class Label : public LayoutElement<Derived>, public LabelImpl {
119 LabelImpl( in Label()
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()
129 return LabelImpl::draw(drawPixel, this->bounds_, &lineInfo); in draw()
132 Error hit(const Event& event) { return LabelImpl::hit(event, this->bounds_); } in hit()
/system/teeui/libteeui/example/
Dexample_utils.cpp53 void translate(LabelImpl* label) { in translate()
Dexample_utils.h68 void translate(LabelImpl* label);
/system/teeui/libteeui/src/
Dlabel.cpp25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()
139 Error LabelImpl::hit(const Event& event, const Box<pxs>& bounds) { in hit()