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

  /src/games/warp/
init.c 46 int yoff = 0, xoff = 0, ypred, xpred; local in function:initialize
195 yoff = rand_mod(YSIZE);
216 yoff = rand_mod(YSIZE); /* how much to shift y */
239 yoff = rand_mod(YSIZE);
274 * 12.0) + yoff; /* pick from -12..12, clumped */
280 * 12.0) + yoff + x*YSIZE/XSIZE;
288 * 12.0) + yoff - x*YSIZE/XSIZE;
293 y = ypred + yoff;
296 y = -ypred + yoff;
  /src/sys/dev/splash/
splash.c 180 int xoff, yoff, width, height, comp; local in function:splash_render
209 yoff = (si->si_height - height) / 2;
211 xoff = yoff = 0;
216 splash_render8(si, data, xoff, yoff, width, height, flg);
221 splash_render16(si, data, xoff, yoff, width, height, flg);
226 splash_render32(si, data, xoff, yoff, width, height, flg);
244 splash_render8(struct splash_info *si, const char *data, int xoff, int yoff,
261 fb += xoff + yoff * si->si_stride;
293 rp = si->si_bits + xoff + (yoff * si->si_width);
294 hrp = si->si_hwbits + xoff + (yoff * si->si_width)
    [all...]
  /src/sys/arch/newsmips/dev/
fb.c 286 int width, height, stride, xoff, yoff, cols, rows; local in function:fb_common_init
335 yoff = (height - rows * ri->ri_font->fontheight) / 2;
339 ri->ri_yorigin = yoff;
340 ri->ri_bits = dc->dc_fbbase + xoff + ri->ri_stride * yoff;
  /src/sys/dev/ic/
igsfb.c 862 int x, xoff, y, yoff; local in function:igsfb_update_curpos
871 yoff = 0;
874 yoff = -y;
887 igs_ext_write(t, h, IGS_EXT_SPRITE_VPRESET, yoff & 0x3f);
  /src/sys/dev/rasops/
rasops.c 453 uint32_t xoff, yoff; local in function:rasops_reconfig
468 yoff = ((ri->ri_height - ri->ri_emuheight) >> 1) *
472 ri->ri_bits += yoff;
475 ri->ri_hwbits += yoff;
  /src/sys/arch/amiga/dev/
grf_cv3d.c 1700 short xoff, yoff; local in function:cv3d_setspritepos
1721 yoff = ((-y) & 0xFE);
1724 yoff = 0;
1732 WCrt(ba, CRT_ID_HWGC_DSTART_Y, yoff);
grf_cv.c 1837 short xoff, yoff; local in function:cv_setspritepos
1858 yoff = ((-y) & 0xFE);
1861 yoff = 0;
1869 WCrt(ba, CRT_ID_HWGC_DSTART_Y, yoff);
  /src/sys/dev/hpc/
hpcfb.c 939 int xoff, yoff; local in function:hpcfb_cursor_raw
957 yoff = row * ri->ri_font->fontheight;
961 on, xoff, yoff, curwidth, curheight);
1024 int yoff; local in function:hpcfb_putchar
1047 yoff = row * ri->ri_font->fontheight;
1053 xoff, yoff, font, fclr, uclr, uc, attr);
1174 int xoff, yoff; local in function:hpcfb_erasecols
1195 yoff = row * ri->ri_font->fontheight;
1199 xoff, yoff, height, width, attr);
1499 int yoff; local in function:hpcfb_eraserows
    [all...]
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 408 u_int yoff, xoff; local in function:sunxi_debe_set_curpos
410 xoff = yoff = 0;
418 yoff -= yy;
434 __SHIFTIN(yoff, SUNXI_DEBE_HWCFBCTL_YCOOROFF) |
  /src/sys/dev/pci/
radeonfb.c 4093 int i, x, y, xoff, yoff, crtcoff, lock; local in function:radeonfb_cursor_position
4151 xoff = yoff = 0;
4172 yoff = -y;
4174 coff = (yoff * 2) * 8;
4183 PUT32(sc, hvoff, (xoff << 16) | (yoff) | lock);

Completed in 23 milliseconds