Home
last modified time | relevance | path

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

/bootable/recovery/minui/include/minui/
Dminui.h134 int gr_font_size(const GRFont* font, int* x, int* y);
/bootable/recovery/minui/
Dgraphics.cpp69 int gr_font_size(const GRFont* font, int* x, int* y) { in gr_font_size() function
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp852 gr_font_size(gr_sys_font(), &char_width_, &char_height_); in InitTextParams()