Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.cpp38 struct GRFont { struct
44 static GRFont* gr_font = NULL; argument
108 GRFont* font = gr_font; in gr_text()
272 gr_font = reinterpret_cast<GRFont*>(calloc(sizeof(*gr_font), 1)); in gr_init_font()