Home | Sort by: relevance | last modified time | path |
/src/sys/dev/hpc/ | |
hpcfb.c | 1102 int srcyoff,dstyoff; local in function:hpcfb_copycols 1125 dstyoff = row * ri->ri_font->fontheight; 1129 srcxoff, srcyoff, dstxoff, dstyoff, height, width); 1399 int srcyoff, dstyoff; local in function:hpcfb_copyrows 1415 dstyoff = dst * ri->ri_font->fontheight; 1419 0, srcyoff, 0, dstyoff, height, width); |
hpcfb.c | 1102 int srcyoff,dstyoff; local in function:hpcfb_copycols 1125 dstyoff = row * ri->ri_font->fontheight; 1129 srcxoff, srcyoff, dstxoff, dstyoff, height, width); 1399 int srcyoff, dstyoff; local in function:hpcfb_copyrows 1415 dstyoff = dst * ri->ri_font->fontheight; 1419 0, srcyoff, 0, dstyoff, height, width); |