Searched refs:dsty (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dgui.c201 SDL_Surface *dst, int dsty, int bytes_per_pixel)
212 pixels += (dsty * dst->pitch / 4);
236 sdl.UpdateRect (dst, 0, dsty, dst->w, 1);
241 .y = dsty,
197 SDL_ConvertBlitLineFrom(const Uint8 *src, const SDL_PixelFormat * const format, SDL_Window *win, SDL_Surface *dst, int dsty, int bytes_per_pixel) argument
/netbsd-current/sys/dev/wscons/
H A Dwscons_rops.c191 int srcy, dsty, ny; local
194 dsty = rc->rc_yorigin + rc->rc_font->height * dstrow;
197 raster_op(rc->rc_sp, rc->rc_xorigin, dsty,
H A Dwsconsio.h698 uint32_t dsty; member in struct:wsdisplayio_blit
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dgui.c155 SDL_Surface *dst, int dsty)
166 pixels += (dsty * dst->pitch / 4);
189 sdl.UpdateRect (dst, 0, dsty, dst->w, 1);
154 SDL_ConvertBlitLineFrom(const Uint8 *src, const SDL_PixelFormat * const format, SDL_Surface *dst, int dsty) argument
/netbsd-current/sys/dev/scsipi/
H A Dst.c538 u_int stmode, dsty; local
550 dsty = STDSTY(dev);
699 if (st->last_dsty != dsty ||
710 st->last_dsty = dsty;
849 u_int dsty; local
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
[all...]
/netbsd-current/sys/arch/hp300/stand/common/
H A Dite_sti.c261 a.in.dsty = a.in.srcy = ip->cursory * ip->ftheight;
283 a.in.dsty = a.in.srcy = sy * ip->ftheight;
306 a.in.dsty = 0;
/netbsd-current/external/gpl2/groff/dist/src/devices/grolbp/
H A Dlbp.h308 vdmrectangle(int origx, int origy,int dstx, int dsty) argument
313 vdmnum(origy,ycoord),vdmnum(dsty,sdsty));
/netbsd-current/sys/dev/pci/
H A Dpm3fb.c722 pm3fb_bitblt(void *cookie, int srcx, int srcy, int dstx, int dsty, argument
730 offset_y = srcy - dsty;
732 if (dsty <= srcy) {
755 ((dsty & 0x0fff) << 16) | (dstx & 0x0fff));
758 (((dsty + height) & 0x0fff) << 16) | ((dstx + width) & 0x0fff));
764 (((dsty) & 0xffff) << 16) | ((dstx - x_align) & 0xffff));
H A Dradeonfb.c152 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, argument
3556 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);
3561 radeonfb_rectfill_a(void *cookie, int dstx, int dsty, argument
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 << 1
3571 radeonfb_bitblt(void *cookie, int srcx, int srcy, int dstx, int dsty, int width, int height, int rop) argument
[all...]
H A Dtga.c938 int srcy, dsty, ny; local
941 dsty = ri->ri_font->fontheight * dstrow;
944 tga_rop(ri, 0, dsty,
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmga_state.c831 int dsty = pbox[i].y1 + blit->delta_dy; local
845 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);
/netbsd-current/sys/external/bsd/drm2/dist/drm/mga/
H A Dmga_state.c801 int dsty = pbox[i].y1 + blit->delta_dy; local
814 MGA_YDSTLEN + MGA_EXEC, (dsty << 16) | h);
/netbsd-current/sys/dev/ic/
H A Dstireg.h356 uint16_t srcx, srcy, dstx, dsty; member in struct:sti_blkmvin
H A Dsti.c1035 a.in.dsty = y2;
1389 a.in.dsty = row * fp->height;
/netbsd-current/sys/arch/sparc/dev/
H A Dcgfourteen.c1311 cg14_rectfill_a(void *cookie, int dstx, int dsty, argument
1316 cg14_rectfill(sc, dstx, dsty, width, height,

Completed in 378 milliseconds