Searched refs:ysize (Results 1 - 4 of 4) sorted by relevance
| /src/sys/arch/atari/vme/ |
| H A D | leo.c | 275 leo_init(struct leo_softc *sc, int ysize) argument 278 if ((ysize != 256) && (ysize != 384) && (ysize != 512)) 283 if (ysize == 384) 288 if (ysize == 384) 293 if (ysize == 384) 302 if (ysize == 256) { 307 } else if (ysize == 384) { 321 if (ysize [all...] |
| /src/games/larn/ |
| H A D | create.c | 319 int tx, ty, xsize, ysize; local in function:treasureroom 324 ysize = rnd(3) + 3; 327 troom(lv, xsize, ysize, tx = tx + rnd(MAXX - 24), ty, rnd(3) + 6); 329 troom(lv, xsize, ysize, tx, ty, rnd(9)); 339 troom(int lv, int xsize, int ysize, int tx, int ty, int glyph) argument 343 for (j = ty - 1; j <= ty + ysize; j++) 347 for (j = ty; j < ty + ysize; j++) 352 for (j = ty + 1; j < ty + ysize - 1; j++) 359 item[i = tx + rund(xsize)][j = ty + (ysize - 1) * rund(2)] = OCLOSEDDOOR; 363 item[i = tx + (xsize - 1) * rund(2)][j = ty + rund(ysize)] [all...] |
| /src/sys/arch/arc/arc/ |
| H A D | arcbios.c | 293 bios_display_info(int *xpos, int *ypos, int *xsize, int *ysize) argument 299 *ysize = arc_displayinfo.CursorMaxYPosition;
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_tv.c | 1099 int xsize, ysize, xpos, ypos; local in function:intel_tv_get_config 1148 ysize = tmp & 0xffff; 1158 ypos, mode.vdisplay - ysize - ypos); 1437 unsigned int xsize, ysize; local in function:intel_tv_pre_enable 1544 ysize = intel_tv_mode_vdisplay(tv_mode); 1550 ysize -= (tv_conn_state->margins.top + 1553 I915_WRITE(TV_WIN_SIZE, (xsize<<16)|ysize);
|
Completed in 47 milliseconds