Home
last modified time | relevance | path

Searched refs:vdepth (Results 1 – 25 of 25) sorted by relevance

/dports/editors/2bsd-vi/ex-050325/
H A Dex_vadj.c146 cnt = p + vdepth() - LINE(1); in vopen()
172 d = vp->vdepth; in vreopen()
174 vp->vdepth = d = vdepth(); in vreopen()
222 if (vdepth() > 1) { in vreopen()
263 need = p + vp->vdepth - (vp+1)->vliny; in vglitchup()
286 vp[1].vliny = vp[0].vliny + vp->vdepth; in vglitchup()
746 DEPTH(l) = vdepth(); in vredraw()
769 if (p + vdepth() - 1 > WBOT) in vredraw()
942 vp->vdepth = vdepth(); in vsync1()
944 if (p + vp->vdepth - 1 > WBOT) in vsync1()
[all …]
H A Dex_vwind.c254 addr = vback(addr, basWLINES - vdepth()); in vcontext()
259 top = vback(addr, basWLINES - vdepth()); in vcontext()
264 top = vback(addr, basWLINES / 2 - vdepth()); in vcontext()
369 d = vdepth(); in vback()
389 j += vdepth(); in vfit()
473 vdepth(void) in vdepth() function
H A Dex_vis.h140 short vdepth; /* Depth of displayed line */ /*mjm: was char */ member
145 #define DEPTH(c) (vlinfo[c].vdepth)
H A Dex_proto.h559 extern int vdepth(void);
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Drd-bomb.c369 int vdepth; in rd_init() local
406 vdepth = visual_depth(DefaultScreenOfDisplay(st->dpy), st->xgwa.visual); in rd_init()
412 st->pdepth = (vdepth == 1 ? 1 : in rd_init()
413 vdepth <= 8 ? 8 : in rd_init()
414 vdepth <= 16 ? 16 : in rd_init()
456 if (vdepth > 8) in rd_init()
466 st->mapped = (vdepth <= 8 && in rd_init()
479 st->image = create_xshm_image(st->dpy, st->xgwa.visual, vdepth, in rd_init()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/glx/
H A Dglx-fbconfig-compliance.c42 config_is_sufficient(Display *dpy, GLXFBConfig config, int vdepth, int rgba) in config_is_sufficient() argument
101 if (color_buffer_size != vdepth) { in config_is_sufficient()
/dports/x11/xscreensaver/xscreensaver-5.44/utils/
H A Dvisual.c411 int vdepth = visual_depth (screen, visual); in visual_pixmap_depth() local
412 int pdepth = vdepth; in visual_pixmap_depth()
420 if (pfv[i].depth == vdepth) in visual_pixmap_depth()
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/X11/
H A Dvisual.c400 int vdepth = visual_depth (screen, visual);
401 int pdepth = vdepth;
409 if (pfv[i].depth == vdepth)
/dports/games/xrally/xrally/
H A Dsoundplayer.h102 #define vdepth data[1] macro
H A Dsound.c399 ck->fx[vibrato].vdepth = LSN (e->fxp); in mod_play_frame()
421 ck->fx[tremolo].vdepth = LSN (e->fxp); in mod_play_frame()
609 ck->fx[vibrato].vdepth) >> 9; in mod_play_frame()
617 ck->fx[tremolo].vdepth) >> 9; in mod_play_frame()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DSndmix.cpp1667 uint32 vdepth; in ProcessVibrato() local
1675 vdepth = 5; in ProcessVibrato()
1679 vdepth = 6; in ProcessVibrato()
1685 vdepth = 5; in ProcessVibrato()
1687 vdepth = 8; in ProcessVibrato()
1689 vdepth = 7; in ProcessVibrato()
1691 vdepth = 7; in ProcessVibrato()
1693 vdepth = 6; in ProcessVibrato()
1698 vdepth += 2; in ProcessVibrato()
1701 vdelta = (-vdelta * static_cast<int>(chn.nVibratoDepth)) / (1 << vdepth); in ProcessVibrato()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dycolor.cc30 static inline unsigned vdepth() { return xapp->depth(); } in vdepth() function
291 unsigned depth = vdepth(), high, unused = 0; in alloc()
/dports/audio/schismtracker/schismtracker-20211116/player/
H A Dsndmix.c129 unsigned int vdepth; in rn_vibrato() local
148 vdepth = 5; in rn_vibrato()
151 vdepth = 6; in rn_vibrato()
153 vdelta = (vdelta * (int)chan->vibrato_depth) >> vdepth; in rn_vibrato()
/dports/audio/schismtracker/schismtracker-20211116/fmt/
H A Dxm.c473 int vtype, vsweep, vdepth, vrate;
598 vdepth = slurp_getc(fp);
711 smp->vib_depth = vdepth;
/dports/graphics/py-toyplot/toyplot-0.19.0/toyplot/
H A Dlayout.py388 def mark_visited(vertex, vdepth=0): argument
391 depth.append(vdepth)
394 mark_visited(child, vdepth + 1)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/
H A Dgdevx.c604 int vdepth = xdev->vinfo->depth; in x_copy_image() local
609 xdev->image.depth = vdepth; in x_copy_image()
611 if (width * vdepth < raster * 8) in x_copy_image()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/
H A Dgdevx.c604 int vdepth = xdev->vinfo->depth; in x_copy_image() local
609 xdev->image.depth = vdepth; in x_copy_image()
611 if (width * vdepth < raster * 8) in x_copy_image()
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Dcolor.c1358 int vdepth = visual_depth (screen, visual); in visual_pixmap_depth()
1359 int pdepth = vdepth; in visual_pixmap_depth()
1367 if (pfv[i].depth == vdepth) in visual_pixmap_depth()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevx.c570 int vdepth = xdev->vinfo->depth; in x_copy_image() local
575 xdev->image.depth = vdepth; in x_copy_image()
577 if (width * vdepth < raster * 8) in x_copy_image()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevx.c567 int vdepth = xdev->vinfo->depth; in x_copy_image() local
572 xdev->image.depth = vdepth; in x_copy_image()
574 if (width * vdepth < raster * 8) in x_copy_image()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevx.c567 int vdepth = xdev->vinfo->depth; in x_copy_image() local
572 xdev->image.depth = vdepth; in x_copy_image()
574 if (width * vdepth < raster * 8) in x_copy_image()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevx.c570 int vdepth = xdev->vinfo->depth; in x_copy_image() local
575 xdev->image.depth = vdepth; in x_copy_image()
577 if (width * vdepth < raster * 8) in x_copy_image()
/dports/audio/libmodplug/libmodplug-0.8.9.0/src/
H A Dsndmix.cpp803 UINT vdepth = ((m_nType != MOD_TYPE_IT) || (m_dwSongFlags & SONG_ITOLDEFFECTS)) ? 6 : 7; in ReadNote() local
804 vdelta = (vdelta * (int)pChn->nVibratoDepth) >> vdepth; in ReadNote()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/libmodplug-0.8.9.0/src/
H A Dsndmix.cpp803 UINT vdepth = ((m_nType != MOD_TYPE_IT) || (m_dwSongFlags & SONG_ITOLDEFFECTS)) ? 6 : 7; in ReadNote() local
804 vdelta = (vdelta * (int)pChn->nVibratoDepth) >> vdepth; in ReadNote()
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dscreen.c432 int vis, vdepth, defdepth; in set_visual()
452 vdepth = visual_depth; in set_visual()
454 vdepth = defdepth; in set_visual()
459 fprintf(stderr, " visual_depth: %d\n", vdepth); in set_visual()