Lines Matching defs:ndest
2598 u_long nsrc, u_long ndest,
2626 vga_wgfx(regbase, CL_GR28, (u_char) (ndest & 0xff));
2628 vga_wgfx(regbase, CL_GR29, (u_char) (ndest >> 8));
2630 vga_wgfx(regbase, CL_GR2A, (u_char) (ndest >> 16));
2664 u_long nsrc, ndest;
2679 ndest = (desty * line_length) + destx;
2685 ndest += nheight * line_length + nwidth;
2691 nsrc, ndest, bltmode, line_length);
2705 u_long ndest = (y * line_length) + x;
2732 0, ndest, op | blitmode, line_length);