OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:text_row_
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
screen_ui.cpp
71
text_row_
(0),
470
int row =
text_row_
;
612
text_col_ =
text_row_
= 0;
745
text_[
text_row_
][text_col_] = '\0';
747
text_row_
= (
text_row_
+ 1) % text_rows_;
749
if (*ptr != '\n') text_[
text_row_
][text_col_++] = *ptr;
751
text_[
text_row_
][text_col_] = '\0';
773
if (ch != '\n') text_[
text_row_
][text_col_++] = ch;
776
++
text_row_
;
[
all
...]
screen_ui.h
182
size_t text_col_,
text_row_
;
member in class:ScreenRecoveryUI
wear_ui.cpp
136
int row =
text_row_
;
Completed in 64 milliseconds