Lines Matching defs:to1
553 uint8_t *from, *to0, *to1;
559 to1 = sc->sc_fb1 + offset;
562 memcpy(to1, from, ri->ri_font->fontwidth);
564 to1 += sc->sc_stride;
628 uint8_t *from, *to0, *to1;
634 to1 = sc->sc_fb1 + offset;
637 memcpy(to1, from, ri->ri_font->fontwidth * ncols);
639 to1 += sc->sc_stride;
652 uint8_t *to0, *to1;
658 to1 = sc->sc_fb1 + offset;
662 memset(to1, ri->ri_devcmap[(fillattr >> 16) & 0xff],
665 to1 += sc->sc_stride;
677 uint8_t *from, *to0, *to1;
684 to1 = sc->sc_fb1 + offset;
687 memcpy(to1, from, ri->ri_emuwidth);
689 to1 += sc->sc_stride;
702 uint8_t *to0, *to1;
708 to1 = sc->sc_fb1 + offset;
712 memset(to1, ri->ri_devcmap[(fillattr >> 16) & 0xff],
715 to1 += sc->sc_stride;