wcfb.c | 554 uint8_t *from, *to0, *to1; local in function:wcfb_putchar 559 to0 = sc->sc_fb0 + offset; 562 memcpy(to0, from, ri->ri_font->fontwidth); 564 to0 += sc->sc_stride; 629 uint8_t *from, *to0, *to1; local in function:wcfb_copycols 634 to0 = sc->sc_fb0 + offset; 637 memcpy(to0, from, ri->ri_font->fontwidth * ncols); 639 to0 += sc->sc_stride; 653 uint8_t *to0, *to1; local in function:wcfb_erasecols 658 to0 = sc->sc_fb0 + offset 678 uint8_t *from, *to0, *to1; local in function:wcfb_copyrows 703 uint8_t *to0, *to1; local in function:wcfb_eraserows [all...] |