Home
last modified time | relevance | path

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

/system/teeui/libteeui/include/teeui/
Dlabel.h71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl() argument
73 : fontSize_(fontSize), lineHeight_(lineHeight), text_(text), in LabelImpl()
77 pxs fontSize() const { return fontSize_; } in fontSize() function
/system/teeui/libteeui/src/
Dlabel.cpp37 error = face.setCharSizeInPix(fontSize()); in draw()