HomeSort by: relevance | last modified time | path
    Searched defs:dstx (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/wscons/
wscons_rops.c 151 int y, srcx, dstx, nx; local in function:rcons_copycols
155 dstx = rc->rc_xorigin + rc->rc_font->width * dstcol;
158 raster_op(rc->rc_sp, dstx, y,
wsconsio.h 699 uint32_t dstx; member in struct:wsdisplayio_blit
  /src/sys/external/bsd/drm/dist/shared-core/
mga_state.c 830 int dstx = pbox[i].x1 + blit->delta_dx; local in function:mga_dma_dispatch_blit
844 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff),
  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_state.c 800 int dstx = pbox[i].x1 + blit->delta_dx; local in function:mga_dma_dispatch_blit
813 MGA_FXBNDRY, ((dstx + w) << 16) | (dstx & 0xffff),
  /src/sys/dev/pci/
tga.c 919 int y, srcx, dstx, nx; local in function:tga_copycols
923 dstx = ri->ri_font->fontwidth * dstcol;
926 tga_rop(ri, dstx, y,
  /src/sys/arch/luna68k/dev/
omrasops.c 1286 int scanspan, height, w, y, srcx, dstx; local in function:om1_copycols
1294 dstx = ri->ri_font->fontwidth * dstcol;
1300 db = dstx & ALIGNMASK;
1307 dp = basep + (dstx / 32) * 4;
1323 rnum = (dstx + w) & ALIGNMASK;
1335 dp = basep + (dstx / 32) * 4;
1375 dp = basep + ((dstx + w) / 32) * 4;
1419 int scanspan, height, w, y, srcx, dstx; local in function:om4_copycols
1427 dstx = ri->ri_font->fontwidth * dstcol;
1433 db = dstx & ALIGNMASK
    [all...]
  /src/sys/dev/ic/
stireg.h 359 uint16_t srcx, srcy, dstx, dsty; member in struct:sti_blkmvin

Completed in 18 milliseconds