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

  /src/games/larn/
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)
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)] = OCLOSEDDOOR
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
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 14 milliseconds