Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp33 static GRFont* gr_font = nullptr; variable
54 return gr_font; in gr_sys_font()
318 GRFont* font = static_cast<GRFont*>(calloc(1, sizeof(*gr_font))); in gr_init_font()
357 int ret = gr_init_font("font", &gr_font); in gr_init()
416 delete gr_font; in gr_exit()
417 gr_font = nullptr; in gr_exit()