Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h69 : fontSize_(10_px), lineHeight_(12_px), text_{}, horizontalTextAlignment_(Alignment::LEFT), in LabelImpl()
73 : fontSize_(fontSize), lineHeight_(lineHeight), text_(text), in LabelImpl()
92 pxs lineHeight_; variable
/system/teeui/libteeui/src/
Dlabel.cpp103 pen += {0_px, lineHeight_}; in draw()