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

  /bootable/recovery/recovery_ui/
wear_ui.cpp 64 int text_x = (ScreenWidth() - gr_get_width(text)) / 2; local
67 gr_texticon(text_x, text_y, text);
screen_ui.cpp 435 int text_x = (ScreenWidth() - gr_get_width(text_surface)) / 2; local
438 DrawTextIcon(text_x, text_y, text_surface);
542 int text_x = margin_width_; local
547 text_y += DrawTextLine(text_x, text_y, header, true);
556 text_y += DrawWrappedTextLines(text_x, text_y, instruction);
562 text_y += DrawTextLine(text_x, text_y, p.first, false);
564 gr_texticon(text_x, text_y, p.second.get());
    [all...]
  /external/blktrace/iowatcher/
plot.c 609 int text_x = axis_x() - 6; local
624 text_x,
632 text_x, axis_y_off(graph_height), font_family, tick_font_size, anchor, last, units);

Completed in 997 milliseconds