Home
last modified time | relevance | path

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

12345678

/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-test/
H A Dvideo_init.cpp50 printf("Screen Resolution: %d x %d\n", info->current_w, info->current_h); in init_display()
51 *fvw = info->current_w; in init_display()
/dports/audio/julius/julius-4.1.2/libsent/src/hmminfo/
H A Dchkhmmlist.c204 static WORD_ID current_w; ///< Local work area to hold current word ID variable
255 WORD_ID w = current_w; in triphone_callback_normal()
297 WORD_ID w = current_w; in triphone_callback_right()
326 WORD_ID w = current_w; in triphone_callback_left()
356 current_w = w; in test_interword_triphone()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dresolution.c54 if (info->current_w >= 640 && info->current_h >= 400) { in Resolution_Init()
55 DesktopWidth = info->current_w; in Resolution_Init()
62 info->current_w, info->current_h, DesktopWidth, DesktopHeight); in Resolution_Init()
/dports/science/quantum-espresso/q-e-qe-6.7.0/TDDFPT/src/
H A Dlr_sternheimer.f9074 current_w, lr1dwf, iu1dwf, itermax!, &
429 current_w=w
437 nbnd_occ(ikk),npol,current_w)
474 current_w=-w
478 nbnd_occ(ikk),npol,current_w)
512 current_w=w
679 WRITE(stdout, '(46x,f9.4," +",f9.4," i eV")') current_w * rytoev
693 WRITE( stdout, '(43x,f9.4," +",f9.4," i eV")') current_w * rytoev
H A Dlr_eels_main.f9028 & current_w, nfs, start_freq, last_freq, chirr, &
174 current_w=CMPLX(fru(iu), fiu(iu))
179 & Frequency = (",f8.4,", ",f8.4,") Ry")') current_w
354 USE lr_variables, ONLY : current_w, fru, fiu, &
H A Dlr_variables.f9051 COMPLEX(kind=dp) :: current_w ! current frequency variable
/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dresolution.c54 if (info->current_w >= 640 && info->current_h >= 400) { in Resolution_Init()
55 DesktopWidth = info->current_w; in Resolution_Init()
62 info->current_w, info->current_h, DesktopWidth, DesktopHeight); in Resolution_Init()
/dports/graphics/libprojectm/projectm-3.1.12/src/projectM-jack/
H A Dvideo_init.cpp88 printf("Screen Resolution: %d x %d\n", info->current_w, info->current_h); in init_display()
89 *fvw = info->current_w; in init_display()
/dports/games/ltris/ltris-1.2.1/src/
H A Dmain.c99 printf("Display resolution: %d x %d\n", info->current_w, info->current_h); in main()
100 display_w = info->current_w; in main()
/dports/devel/p5-SDL/SDL-2.548/src/Core/objects/
H A DVideoInfo.xs31 int current_w; variable
162 RETVAL = videoinfo->current_w;
/dports/games/sea-defender/Sea-Defender-d628051/
H A Dgamemenu.cpp32 int current_w=0,current_h=0; in create_menus() local
33 glfwGetWindowSize(&current_w,&current_h); in create_menus()
48 if (vidmodes[i].Width == current_w && vidmodes[i].Height == current_h) in create_menus()
/dports/games/devilutionX/devilutionX-1.2.1/SourceX/
H A Ddisplay.cpp39 … current.current_w, current.current_h, current.vfmt->BitsPerPixel, SDL_GetVideoSurface()->flags); in SetVideoMode()
86 best.current_w, best.current_h, best.vfmt->BitsPerPixel, best.hw_available); in CalculatePreferdWindowSize()
237 width = current.current_w; in SpawnWindow()
/dports/devel/p5-SDL/SDL-2.548/lib/pods/SDL/
H A DVideoInfo.pod94 =head2 current_w, current_h
96 $video_info->current_w();
/dports/graphics/gtkam/gtkam-1.0/src/
H A Dgtkam-viewer.c132 gint w, h, target_w, target_h, current_w, current_h; in show_pixbuf() local
143 current_w = (p ? gdk_pixbuf_get_width (p) : 0); in show_pixbuf()
147 if (((target_w == current_w) || (target_h == current_h)) && !force) in show_pixbuf()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/polyselect/
H A Dropt_stage1.h17 int current_w );
/dports/games/tuxtype/tuxtype-1.8.3/src/
H A Dsetup.c74 video_info->current_w, video_info->current_h); in GraphicsInit()
79 fs_res_x = video_info->current_w; in GraphicsInit()
119 video_info->current_w, in GraphicsInit()
/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dvdpau_mixer.h41 int current_w, current_h; member
H A Dvdpau_mixer.c178 mixer->current_w = w; in create_vdp_mixer()
281 mixer->current_w != s_w || mixer->current_h != s_h || in mp_vdpau_mixer_render()
/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-xmms/
H A Dvideo_init.cpp57 *fvw = info->current_w; in init_display()
/dports/devel/sdl12/SDL-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c503 unsigned int current_w; in FB_VideoInit() local
676 current_w = vinfo.yres; in FB_VideoInit()
679 current_w = vinfo.xres; in FB_VideoInit()
691 FB_AddMode(this, current_index, current_w, current_h, 0); in FB_VideoInit()
706 if ( (current_w > w) || (current_h > h) ) { in FB_VideoInit()
708 FB_AddMode(this, i, current_w, current_h, 0); in FB_VideoInit()
733 if ( (current_w > w) || (current_h > h) ) { in FB_VideoInit()
735 FB_AddMode(this, i, current_w, current_h, 0); in FB_VideoInit()
746 this->info.current_w = current_w; in FB_VideoInit()
/dports/games/freedink-engine/freedink-108.4/test/sdl/
H A Dvideoinfo.c16 printf("current_w: %d\n", info->current_w); in print_info()
/dports/games/pipewalker/pipewalker-0.9.4/src/
H A Dmain.cpp79 const int desktop_width = vinfo->current_w; in main()
164 else if (wnd_width != vinfo->current_w) in main()
/dports/devel/py-game/pygame-2.1.0/src_c/
H A Ddisplay.c273 int current_w = -1; in pg_vidinfo_getattr() local
281 current_w = info->current_w; in pg_vidinfo_getattr()
321 return PyInt_FromLong(current_w); in pg_vidinfo_getattr()
330 int current_w = -1; in pg_vidinfo_str() local
339 current_w = info->current_w; in pg_vidinfo_str()
360 info->vfmt->Aloss, current_w, current_h); in pg_vidinfo_str()
415 info->current_w = winsurf->w; in pg_GetVideoInfo()
422 info->current_w = mode.w; in pg_GetVideoInfo()
427 info->current_w = -1; in pg_GetVideoInfo()
/dports/graphics/gource/gource-0.51/src/core/
H A Ddisplay.cpp351 resized_width = display_info->current_w; in toggleFullscreen()
490 resized_width = display_info->current_w; in resize()
525 desktop_width = display_info->current_w; in init()
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Ddisplay.cpp351 resized_width = display_info->current_w; in toggleFullscreen()
490 resized_width = display_info->current_w; in resize()
525 desktop_width = display_info->current_w; in init()

12345678