Searched refs:LabelImpl (Results 1 – 4 of 4) sorted by relevance
/system/teeui/libteeui/include/teeui/ |
D | label.h | 51 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/ |
D | example_utils.cpp | 53 void translate(LabelImpl* label) { in translate()
|
D | example_utils.h | 68 void translate(LabelImpl* label);
|
/system/teeui/libteeui/src/ |
D | label.cpp | 25 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()
|