Home
last modified time | relevance | path

Searched defs:font (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/minui/
Dfont_10x18.h7 } font = { variable
Dgraphics.cpp54 int gr_measure(const GRFont* font, const char* s) { in gr_measure()
58 void gr_font_size(const GRFont* font, int* x, int* y) { in gr_font_size()
133 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
294 GRFont* font = static_cast<GRFont*>(calloc(1, sizeof(*gr_font))); in gr_init_font() local