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

  /bootable/recovery/recovery_ui/
wear_ui.cpp 65 int text_y = GetProgressBaseline() - gr_get_height(text) - 10; local
67 gr_texticon(text_x, text_y, text);
screen_ui.cpp 436 int text_y = GetTextBaseline(); local
438 DrawTextIcon(text_x, text_y, text_surface);
541 int text_y = margin_height_; local
547 text_y += DrawTextLine(text_x, text_y, header, true);
556 text_y += DrawWrappedTextLines(text_x, text_y, instruction);
560 text_y += line_spacing;
562 text_y += DrawTextLine(text_x, text_y, p.first, false)
    [all...]
  /external/blktrace/iowatcher/
plot.c 510 int text_y = axis_y() + tick_label_pad; local
538 tick_x, text_y, font_family, tick_font_size, anchor,
543 tick_x, text_y, font_family, tick_font_size, anchor,
555 text_y, font_family, tick_font_size, last);
560 text_y, font_family, tick_font_size, (double)last);

Completed in 198 milliseconds