Home
last modified time | relevance | path

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

/system/teeui/libteeui/example/layout/
Dtouch_button_layout.h55 Font(FONT(Shield));
65 Font(FONT(RobotoMedium));
91 Font(FONT(RobotoMedium));
107 Font(FONT(RobotoMedium));
123 Font(DefaultFont);
136 Font(FONT(RobotoRegular));
Dphys_button_layout.h65 Font(FONT(RobotoMedium));
90 Font(FONT(RobotoMedium));
111 Font(FONT(Shield));
121 Font(FONT(RobotoMedium));
137 Font(DefaultFont);
150 Font(FONT(RobotoRegular));
/system/extras/simpleperf/scripts/
Dreport.py35 from tkinter.font import Font
39 from tkFont import Font
199 font = Font(family='courier', size=12)
/system/teeui/libteeui/include/teeui/
Dlabel.h165 #define Font(fontbuffer) static const constexpr auto label_font = fontbuffer macro