Home
last modified time | relevance | path

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

/bootable/recovery/minui/
Dgraphics.c329 int res = res_create_surface("font", (void**)&(gr_font->texture)); in gr_init_font() local
330 if (res == 0) { in gr_init_font()
337 printf("failed to read font: res=%d\n", res); in gr_init_font()