Home | History | Annotate | Download | only in ui

Lines Matching refs:row

105 	int row = 0;
113 ui_browser__gotorc(self, row, 0);
114 self->write(self, nd, row);
115 if (++row == self->height)
120 return row;
123 bool ui_browser__is_current_entry(struct ui_browser *self, unsigned row)
125 return self->top_idx + row == self->index;
220 int row;
224 row = self->refresh(self);
226 SLsmg_fill_region(self->y + row, self->x,
227 self->height - row, self->width, ' ');
316 int row = 0;
324 ui_browser__gotorc(self, row, 0);
325 self->write(self, pos, row);
326 if (++row == self->height)
330 return row;