HomeSort by: relevance | last modified time | path
    Searched defs:xoff (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
196 xoff = rand_mod(XSIZE);
217 xoff = rand_mod(XSIZE); /* how much to shift x */
240 xoff = rand_mod(XSIZE);
251 * 20.0) + xoff; /* pick from -20..20, clumped */
256 x = xpred + xoff;
261 x = -xpred + xoff;
  /src/sys/dev/splash/
splash.c 180 int xoff, yoff, width, height, comp; local in function:splash_render
208 xoff = (si->si_width - width) / 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
334 xoff = ((width - cols * ri->ri_font->fontwidth) / 2 / 8) & ~3;
338 ri->ri_xorigin = xoff;
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
864 xoff = 0;
867 xoff = -x;
883 igs_ext_write(t, h, IGS_EXT_SPRITE_HPRESET, xoff & 0x3f);
  /src/sys/dev/rasops/
rasops.c 453 uint32_t xoff, yoff; local in function:rasops_reconfig
455 xoff = ((ri->ri_width * bpp >> 3) - ri->ri_emustride) >> 1;
460 xoff &= ~3;
465 xoff -= xoff % 12;
471 ri->ri_bits += xoff;
474 ri->ri_hwbits += xoff;
  /src/sys/arch/amiga/dev/
grf_cv3d.c 1700 short xoff, yoff; local in function:cv3d_setspritepos
1714 xoff = ((-x) & 0xFE);
1717 xoff = 0;
1731 WCrt(ba, CRT_ID_HWGC_DSTART_X, xoff);
grf_cv.c 1837 short xoff, yoff; local in function:cv_setspritepos
1851 xoff = ((-x) & 0xFE);
1854 xoff = 0;
1868 WCrt(ba, CRT_ID_HWGC_DSTART_X, xoff);
  /src/sys/dev/hpc/
hpcfb.c 939 int xoff, yoff; local in function:hpcfb_cursor_raw
956 xoff = col * ri->ri_font->fontwidth;
961 on, xoff, yoff, curwidth, curheight);
1023 int xoff; local in function:hpcfb_putchar
1048 xoff = col * ri->ri_font->fontwidth;
1053 xoff, yoff, font, fclr, uclr, uc, attr);
1174 int xoff, yoff; local in function:hpcfb_erasecols
1194 xoff = startcol * ri->ri_font->fontwidth;
1199 xoff, yoff, height, width, attr);
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 408 u_int yoff, xoff; local in function:sunxi_debe_set_curpos
410 xoff = yoff = 0;
414 xoff -= xx;
435 __SHIFTIN(xoff, SUNXI_DEBE_HWCFBCTL_XCOOROFF));
  /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;
4168 xoff = -x;
4183 PUT32(sc, hvoff, (xoff << 16) | (yoff) | lock);

Completed in 21 milliseconds