Home
last modified time | relevance | path

Searched refs:window_depth (Results 1 – 19 of 19) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_xvidix.c210 int window_depth, r, g, b; in config() local
258 window_depth = attribs.depth; in config()
259 if ((window_depth != 15) && (window_depth != 16) in config()
260 && (window_depth != 24) && (window_depth != 32)) in config()
261 window_depth = 24; in config()
262 XMatchVisualInfo(mDisplay, mScreen, window_depth, TrueColor, in config()
H A Dvo_xover.c219 int window_depth, r, g, b; in config() local
282 window_depth = attribs.depth; in config()
283 if ((window_depth != 15) && (window_depth != 16) && (window_depth != 24) in config()
284 && (window_depth != 32)) in config()
285 window_depth = 24; in config()
286 XMatchVisualInfo(mDisplay, mScreen, window_depth, TrueColor, &vinfo); in config()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_xvidix.c210 int window_depth, r, g, b; in config() local
258 window_depth = attribs.depth; in config()
259 if ((window_depth != 15) && (window_depth != 16) in config()
260 && (window_depth != 24) && (window_depth != 32)) in config()
261 window_depth = 24; in config()
262 XMatchVisualInfo(mDisplay, mScreen, window_depth, TrueColor, in config()
H A Dvo_xover.c219 int window_depth, r, g, b; in config() local
282 window_depth = attribs.depth; in config()
283 if ((window_depth != 15) && (window_depth != 16) && (window_depth != 24) in config()
284 && (window_depth != 32)) in config()
285 window_depth = 24; in config()
286 XMatchVisualInfo(mDisplay, mScreen, window_depth, TrueColor, &vinfo); in config()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkpixmap-quartz.c268 gint window_depth; in _gdk_pixmap_new() local
281 window_depth = gdk_drawable_get_depth (GDK_DRAWABLE (drawable)); in _gdk_pixmap_new()
284 depth = window_depth; in _gdk_pixmap_new()
311 if (depth == window_depth) { in _gdk_pixmap_new()
/dports/devel/allegro/allegro-4.4.3.1/src/x/
H A Dxsystem.c441 if (_xwin.window_depth <= 8) in _xwin_sysdrv_desktop_color_depth()
443 else if (_xwin.window_depth <= 15) in _xwin_sysdrv_desktop_color_depth()
445 else if (_xwin.window_depth == 16) in _xwin_sysdrv_desktop_color_depth()
H A Dxwin.c451 _xwin.window_depth = getattr.depth; in _xwin_private_create_window()
717 _xwin.window_depth, in _xwin_private_setup_driver_desc()
725 _xwin.window_depth, in _xwin_private_setup_driver_desc()
1329 b = _xwin.window_depth / 3; in _xwin_private_prepare_visual()
1330 r = (_xwin.window_depth - b) / 2; in _xwin_private_prepare_visual()
1331 g = _xwin.window_depth - r - b; in _xwin_private_prepare_visual()
1400 || (_xwin.window_depth != 8)) in _xwin_private_matching_formats()
1578 if ((_xwin.window_depth < 1) || (_xwin.window_depth > 32)) { in _xwin_private_fast_visual_depth()
1581 else if (_xwin.window_depth > 16) { in _xwin_private_fast_visual_depth()
1585 else if (_xwin.window_depth > 8) { in _xwin_private_fast_visual_depth()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkpixmap-x11.c149 gint window_depth; in _gdk_pixmap_new() local
165 window_depth = gdk_drawable_get_depth (GDK_DRAWABLE (drawable)); in _gdk_pixmap_new()
167 depth = window_depth; in _gdk_pixmap_new()
184 if (depth == window_depth) in _gdk_pixmap_new()
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dwin32gfx.c41 static int window_width = 900, window_height = 720, window_depth; /* target resolution */ variable
621 window_depth = current_depth = rgbformat_bits (picasso_vidinfo.selected_rgbformat); in open_windows()
626 window_depth = current_depth = (currprefs.color_mode == 0 ? 8 in open_windows()
634 if( DirectDraw_GetSurfaceBitCount() == window_depth ) in open_windows()
689 window_depth = rgbformat_bits (colortype); in open_windows()
1398 if (! set_ddraw (current_width, current_height, fullscreen, overlay, window_depth, in doInit()
1410 …ite_log ( "Calling adjust_screenmode with %d,%d,%d\n", window_width, window_height, window_depth ); in doInit()
1411 if( WIN32GFX_AdjustScreenmode( &window_width, &window_height, &window_depth ) < 0 ) in doInit()
1413 …te_log ( "Finished adjust_screenmode with %d,%d,%d\n", window_width, window_height, window_depth ); in doInit()
1416 if (! set_ddraw (current_width, current_height, fullscreen, overlay, window_depth, colors256)) in doInit()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/win32/
H A Dgdkpixmap-win32.c166 gint window_depth; in _gdk_pixmap_new() local
181 window_depth = gdk_drawable_get_depth (GDK_DRAWABLE (drawable)); in _gdk_pixmap_new()
183 depth = window_depth; in _gdk_pixmap_new()
224 if (depth == window_depth) in _gdk_pixmap_new()
/dports/devel/allegro/allegro-4.4.3.1/include/
H A Dxalleg.h86 int window_depth; member
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/x11/
H A Dgdkdisplay-x11.h53 int window_depth; member
H A Dgdkdisplay-x11.c1382 gdk_display_set_rgba (display, self->window_depth == 32); in gdk_x11_display_init_leader_surface()
1480 …isplay_query_default_visual (display_x11, &display_x11->window_visual, &display_x11->window_depth); in gdk_x11_display_open()
2843 return display->window_depth; in gdk_x11_display_get_window_depth()
2929 if (!gdk_x11_display_init_gl_backend (self, &self->window_visual, &self->window_depth, error)) in gdk_x11_display_init_gl()
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DMachineX.h136 unsigned int window_depth; variable
H A DMachineX.cpp760 &window_width, &window_height, &dummy, &window_depth); in makeNewBackbuffer()
764 window_width, window_height, window_depth); in makeNewBackbuffer()
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/gtk/
H A Dxdaliclock.c60 gint window_depth; member
211 cd->window_depth, in draw_image()
906 gdk_window_get_geometry (win, &wx, &wy, &ww, &wh, &cd->window_depth); in main()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkcontainer.c3606 int window_depth; member
3625 info.window_depth = G_MAXINT; in gtk_container_draw_forall()
3630 info.window_depth = g_list_index (siblings, window); in gtk_container_draw_forall()
3643 return b->window_depth - a->window_depth; in compare_children_for_draw()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/contrib/
H A Dgtk+-2.24.8-win32.diff163 gint window_depth;
/dports/devel/allegro/allegro-4.4.3.1/addons/allegrogl/src/
H A Dx.c1180 _xwin.window_depth = getattr.depth; in allegro_gl_x_create_window()