OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_top
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
screen_ui.h
93
int text_col, text_row,
text_top
;
member in class:ScreenRecoveryUI
screen_ui.cpp
65
text_top
(0),
284
int row = (
text_top
+text_rows-1) % text_rows;
390
text_top
= 1;
555
if (text_row ==
text_top
)
text_top
= (
text_top
+ 1) % text_rows;
Completed in 428 milliseconds