Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Derror.rs105 $ent:ident($ent_t:ty)
123 ($name:ident, $ent:ident($ent_t:ty)) => {
131 ($name:ident, $ent:ident($ent_t:ty), $($next:ident($next_t:ty)),+) => {
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp747 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked() local
748 ty -= char_height_, ++count) { in draw_menu_and_text_buffer_locked()
749 DrawTextLine(margin_width_, ty, text_[row], false); in draw_menu_and_text_buffer_locked()