HomeSort by: relevance | last modified time | path
    Searched refs:dstx (Results 1 - 12 of 12) 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/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/arch/hp300/stand/common/
ite_sti.c 258 a.in.dstx = a.in.srcx = ip->cursorx * ip->ftwidth;
280 a.in.dstx = a.in.srcx = sx * ip->ftwidth;
303 a.in.dstx = a.in.srcx = 0;
  /src/sys/dev/pci/
pm3fb.c 758 pm3fb_bitblt(void *cookie, int srcx, int srcy, int dstx, int dsty,
765 offset_x = srcx - dstx;
772 if (dstx <= srcx) {
791 ((dsty & 0x0fff) << 16) | (dstx & 0x0fff));
794 (((dsty + height) & 0x0fff) << 16) | ((dstx + width) & 0x0fff));
800 (((dsty) & 0xffff) << 16) | ((dstx - x_align) & 0xffff));
radeonfb.c 152 static void radeonfb_rectfill(struct radeonfb_display *, int dstx, int dsty,
156 int dstx, int dsty, int width, int height, int rop);
3535 radeonfb_rectfill(struct radeonfb_display *dp, int dstx, int dsty,
3556 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);
3561 radeonfb_rectfill_a(void *cookie, int dstx, int dsty,
3566 radeonfb_rectfill(dp, dstx, dsty, width, height,
3572 int dstx, int dsty, int width, int height, int rop)
3586 if (dstx < srcx) {
3590 dstx += width - 1;
3607 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);
    [all...]
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/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/ic/
stireg.h 359 uint16_t srcx, srcy, dstx, dsty; member in struct:sti_blkmvin
sti.c 1054 a.in.dstx = x2;
1414 a.in.dstx = col * fp->width;
  /src/sys/arch/sparc/dev/
cgfourteen.c 1323 cg14_rectfill_a(void *cookie, int dstx, int dsty,
1328 cg14_rectfill(sc, dstx, dsty, width, height,

Completed in 24 milliseconds