Lines Matching refs:hlcd_sc
134 if (row > 0 && (hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
135 hdscr->image[hdscr->hlcd_sc->sc_cols * row + col] = c;
148 if ((dstcol + ncols - 1) > hdscr->hlcd_sc->sc_cols)
149 ncols = hdscr->hlcd_sc->sc_cols - srccol;
151 if (row > 0 && (hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
152 memmove(&hdscr->image[hdscr->hlcd_sc->sc_cols * row + dstcol],
153 &hdscr->image[hdscr->hlcd_sc->sc_cols * row + srccol],
168 if ((startcol + ncols) > hdscr->hlcd_sc->sc_cols)
169 ncols = hdscr->hlcd_sc->sc_cols - startcol;
171 if (row > 0 && (hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
172 memset(&hdscr->image[hdscr->hlcd_sc->sc_cols * row + startcol],
183 int ncols = hdscr->hlcd_sc->sc_cols;
185 if (!(hdscr->hlcd_sc->sc_flags & (HD_MULTILINE|HD_MULTICHIP)))
195 int ncols = hdscr->hlcd_sc->sc_cols;
246 new->hlcd_sc = hdscr->hlcd_sc;
264 hdscr->hlcd_sc->sc_curscr = cookie;
265 callout_schedule(&hdscr->hlcd_sc->redraw, 1);
386 sc->sc_screen.hlcd_sc = sc;