Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp32 static GRFont* gr_font = nullptr; variable
53 return gr_font; in gr_sys_font()
317 GRFont* font = static_cast<GRFont*>(calloc(1, sizeof(*gr_font))); in gr_init_font()
358 int ret = gr_init_font("font", &gr_font); in gr_init()
412 delete gr_font; in gr_exit()
413 gr_font = nullptr; in gr_exit()