HomeSort by: relevance | last modified time | path
    Searched refs:dsty (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/sim/bfin/
gui.c 201 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,
  /src/external/gpl3/gdb/dist/sim/bfin/
gui.c 201 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,
  /src/sys/dev/wscons/
wscons_rops.c 191 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,
wsconsio.h 700 uint32_t dsty; member in struct:wsdisplayio_blit
  /src/sys/dev/scsipi/
st.c 538 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...]
  /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/external/gpl2/groff/dist/src/devices/grolbp/
lbp.h 308 vdmrectangle(int origx, int origy,int dstx, int dsty)
313 vdmnum(origy,ycoord),vdmnum(dsty,sdsty));
  /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));
mgafb.c 1804 int srcx, int srcy, int dstx, int dsty, int w, int h)
1812 adj_dsty = dsty;
1814 if (dsty > srcy) {
1818 adj_dsty = dsty + h - 1;
1823 if (dsty == srcy && dstx > srcx)
1859 mgafb_gc_bitblt(void *cookie, int srcx, int srcy, int dstx, int dsty,
1863 srcx, srcy, dstx, dsty, w, h);
2103 int srcY, dstY, w, h;
2106 dstY = ri->ri_yorigin + dstrow * ri->ri_font->fontheight;
2110 mgafb_blit_rect(sc, ri->ri_xorigin, srcY, ri->ri_xorigin, dstY, w, h)
    [all...]
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);
3688 radeonfb_rectfill(struct radeonfb_display *dp, int dstx, int dsty,
3709 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);
3714 radeonfb_rectfill_a(void *cookie, int dstx, int dsty,
3719 radeonfb_rectfill(dp, dstx, dsty, width, height,
3725 int dstx, int dsty, int width, int height, int rop)
3732 if (dsty < srcy) {
3736 dsty += height - 1;
3760 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx)
    [all...]
tga.c 938 int srcy, dsty, ny; local
941 dsty = ri->ri_font->fontheight * dstrow;
944 tga_rop(ri, 0, dsty,
gffb.c 1292 gffb_rectfill_a(void *cookie, int dstx, int dsty,
1297 gffb_rectfill(sc, dstx, dsty, width, height,
  /src/sys/external/bsd/drm/dist/shared-core/
mga_state.c 831 int dsty = pbox[i].y1 + blit->delta_dy; local
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
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/hppa/dev/
gftfb.c 841 gftfb_rectfill_a(void *cookie, int dstx, int dsty,
846 gftfb_rectfill(sc, dstx, dsty, width, height,
hyperfb.c 1044 hyperfb_rectfill_a(void *cookie, int dstx, int dsty,
1049 hyperfb_rectfill(sc, dstx, dsty, width, height,
summitfb.c 927 summitfb_rectfill_a(void *cookie, int dstx, int dsty,
932 summitfb_rectfill(sc, dstx, dsty, width, height,
  /src/sys/arch/sparc/dev/
cgfourteen.c 1360 cg14_rectfill_a(void *cookie, int dstx, int dsty,
1365 cg14_rectfill(sc, dstx, dsty, width, height,

Completed in 117 milliseconds