Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp61 int gr_measure(const GRFont* font, const char* s) { in gr_measure()
69 int gr_font_size(const GRFont* font, int* x, int* y) { in gr_font_size()
158 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
318 GRFont* font = static_cast<GRFont*>(calloc(1, sizeof(*gr_font))); in gr_init_font() local