Lines Matching full:gd
572 struct grid *gd = src->grid;
581 if (yy >= gd->hsize + gd->sy)
587 if (xx >= grid_get_line(gd, yy)->cellsize)
589 grid_get_cell(gd, xx, yy, &gc);
1132 struct grid *gd = s->grid;
1147 grid_view_insert_lines(gd, s->cy, ny, bg);
1164 grid_view_insert_lines(gd, s->cy, ny, bg);
1166 grid_view_insert_lines_region(gd, s->rlower, s->cy, ny, bg);
1179 struct grid *gd = s->grid;
1195 grid_view_delete_lines(gd, s->cy, ny, bg);
1212 grid_view_delete_lines(gd, s->cy, ny, bg);
1214 grid_view_delete_lines_region(gd, s->rlower, s->cy, ny, bg);
1378 struct grid *gd = s->grid;
1382 gl = grid_get_line(gd, gd->hsize + s->cy);
1395 grid_view_scroll_region_up(gd, s->rupper, s->rlower, bg);
1407 struct grid *gd = s->grid;
1421 grid_view_scroll_region_up(gd, s->rupper, s->rlower, bg);
1432 struct grid *gd = s->grid;
1445 grid_view_scroll_region_down(gd, s->rupper, s->rlower, bg);
1464 struct grid *gd = s->grid;
1474 (gd->flags & GRID_HISTORY) &&
1477 grid_view_clear_history(gd, bg);
1480 grid_view_clear(gd, s->cx, s->cy, sx - s->cx, 1, bg);
1481 grid_view_clear(gd, 0, s->cy + 1, sx, sy - (s->cy + 1), bg);
1862 struct grid *gd = s->grid;
1911 grid_view_get_cell(gd, s->cx, s->cy, &now_gc);
1922 grid_view_set_padding(gd, xx, s->cy);
1956 grid_view_set_cell(gd, s->cx, s->cy, &tmp_gc);
1960 grid_view_set_cell(gd, s->cx, s->cy, &tmp_gc);
1962 grid_view_set_cell(gd, s->cx, s->cy, gc);
1999 struct grid *gd = s->grid;
2026 grid_view_get_cell(gd, cx - n, cy, &last);
2029 grid_view_get_cell(gd, cx - n, cy, &last);
2072 grid_view_set_cell(gd, cx - n, cy, &last);
2074 grid_view_set_padding(gd, cx - 1, cy);
2106 struct grid *gd = s->grid;
2119 grid_view_get_cell(gd, xx, s->cy, &tmp_gc);
2123 grid_view_set_cell(gd, xx, s->cy, &grid_default_cell);
2128 grid_view_set_cell(gd, xx, s->cy, &grid_default_cell);
2141 grid_view_get_cell(gd, xx, s->cy, &tmp_gc);
2153 grid_view_set_cell(gd, xx, s->cy, &tmp_gc);
2155 grid_view_set_cell(gd, xx, s->cy,