/src/sys/dev/wscons/ |
wscons_rops.c | 191 int srcy, dsty, ny; local in function:rcons_copyrows 194 dsty = rc->rc_yorigin + rc->rc_font->height * dstrow; 197 raster_op(rc->rc_sp, rc->rc_xorigin, dsty,
|
wsconsio.h | 700 uint32_t dsty; member in struct:wsdisplayio_blit
|
/src/sys/dev/scsipi/ |
st.c | 538 u_int stmode, dsty; local in function:stopen 550 dsty = STDSTY(dev); 699 if (st->last_dsty != dsty || 710 st->last_dsty = dsty; 849 u_int dsty; local in function:st_mount_tape 855 dsty = STDSTY(dev); 864 st->quirks = st->drive_quirks | st->modes[dsty].quirks; 905 if (st->modeflags[dsty] & (DENSITY_SET_BY_QUIRK | DENSITY_SET_BY_USER)) 906 st->density = st->modes[dsty].density; 915 if (st->modeflags[dsty] 1452 int number, nmarks, dsty; local in function:stioctl [all...] |
/src/sys/arch/hp300/stand/common/ |
ite_sti.c | 259 a.in.dsty = a.in.srcy = ip->cursory * ip->ftheight; 281 a.in.dsty = a.in.srcy = sy * ip->ftheight; 304 a.in.dsty = 0;
|
/src/sys/dev/pci/ |
pm3fb.c | 758 pm3fb_bitblt(void *cookie, int srcx, int srcy, int dstx, int dsty, 766 offset_y = srcy - dsty; 768 if (dsty <= srcy) { 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) 3579 if (dsty < srcy) { 3583 dsty += height - 1; 3607 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx) [all...] |
tga.c | 938 int srcy, dsty, ny; local in function:tga_copyrows 941 dsty = ri->ri_font->fontheight * dstrow; 944 tga_rop(ri, 0, dsty,
|
/src/sys/external/bsd/drm/dist/shared-core/ |
mga_state.c | 831 int dsty = pbox[i].y1 + blit->delta_dy; local in function:mga_dma_dispatch_blit 845 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_state.c | 801 int dsty = pbox[i].y1 + blit->delta_dy; local in function:mga_dma_dispatch_blit 814 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);
|
/src/sys/dev/ic/ |
stireg.h | 359 uint16_t srcx, srcy, dstx, dsty; member in struct:sti_blkmvin
|
sti.c | 1055 a.in.dsty = y2; 1415 a.in.dsty = row * fp->height;
|
/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,
|