HomeSort by relevance Sort by last modified time
    Searched refs:gr_sys_font (Results 1 - 6 of 6) sorted by null

  /bootable/recovery/
wear_ui.cpp 102 gr_text(gr_sys_font(), x + 4, y, cur_selection_str, 1);
117 gr_text(gr_sys_font(), x + 4, y, menu_[i].c_str(), 1);
121 gr_text(gr_sys_font(), x + 4, y, menu_[i].c_str(), 0);
140 gr_text(gr_sys_font(), x + 4, ty, text_[row], 0);
vr_ui.cpp 43 gr_text(gr_sys_font(), x + kStereoOffset, y, line, bold);
44 gr_text(gr_sys_font(), x - kStereoOffset + ScreenWidth(), y, line, bold);
screen_ui.cpp 284 int line_spacing = gr_sys_font()->char_height; // Put some extra space between images.
368 gr_text(gr_sys_font(), x, y, line, bold);
591 gr_font_size(gr_sys_font(), &char_width_, &char_height_);
  /bootable/recovery/minui/include/minui/
minui.h 66 const GRFont* gr_sys_font();
  /system/core/healthd/
healthd_draw.cpp 30 gr_font_size(gr_sys_font(), &char_width_, &char_height_);
192 y = draw_text(gr_sys_font(), -1, -1, "Charging!");
193 draw_text(gr_sys_font(), -1, y + 25, "?\?/100");
  /bootable/recovery/minui/
graphics.cpp 50 const GRFont* gr_sys_font() { function

Completed in 74 milliseconds