OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_col
(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
63
text_col
(0),
387
text_col
= text_row = 0;
551
if (*ptr == '\n' ||
text_col
>= text_cols) {
552
text[text_row][
text_col
] = '\0';
553
text_col
= 0;
557
if (*ptr != '\n') text[text_row][
text_col
++] = *ptr;
559
text[text_row][
text_col
] = '\0';
Completed in 26 milliseconds