Home
last modified time | relevance | path

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

12345

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Dgl.c2218 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2234 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2255 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2270 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2285 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2300 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2321 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2322 atemp = 0.5*root_height;
2331 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
2354 if (atemp < 0.3*root_height || atemp > 0.8*root_height) {
[all …]
H A Dx11.c3253 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3269 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3290 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3305 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3320 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3335 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3356 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3357 atemp = 0.5*root_height;
3366 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
3389 if (atemp < 0.1*root_height || atemp > 0.8*root_height) {
[all …]
/dports/x11-wm/awesome/awesome-4.3/lib/gears/
H A Dwallpaper.lua57 local root_width, root_height = root.size()
64 target = source:create_similar(cairo.Content.COLOR, root_width, root_height)
73 elseif root_width > pending_wallpaper.width or root_height > pending_wallpaper.height then
76 target = source:create_similar(cairo.Content.COLOR, root_width, root_height)
97 height = root_height
/dports/devel/monotone/monotone-1.1/test/unit/tests/
H A Drev_height.cc18 rev_height h = rev_height::root_height().child_height(1); in UNIT_TEST()
39 h = rev_height::root_height(); in UNIT_TEST()
95 rev_height root(rev_height::root_height()); in UNIT_TEST()
/dports/graphics/libwmf/libwmf-0.2.12/src/convert/
H A Dwmf2x.c78 unsigned int root_height = 600; in wmf2x_draw() local
180 || (wmf_height > (float) root_height)) in wmf2x_draw()
182 ratio_bounds = (float) root_height / (float) root_width; in wmf2x_draw()
185 { ddata->x_height = root_height; in wmf2x_draw()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/convert/
H A Dwmf2x.c78 unsigned int root_height = 600; in wmf2x_draw() local
180 || (wmf_height > (float) root_height)) in wmf2x_draw()
182 ratio_bounds = (float) root_height / (float) root_width; in wmf2x_draw()
185 { ddata->x_height = root_height; in wmf2x_draw()
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwgfx/
H A Dvmwgfx_layout.c64 int root_height; member
165 layout->root_height = max_y; in vmwgfx_layout_from_kms()
253 layout->root_height)) { in vmwgfx_layout_handler()
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/x11/
H A Dgrab.c156 int root_width, root_height; member
480 &ret->root_width, &ret->root_height); in realize_window()
627 format->image_height = win->root_height; in bg_x11_grab_window_init()
633 win->grab_rect.h = win->root_height; in bg_x11_grab_window_init()
897 if(rect.y + rect.h > win->root_height) in bg_x11_grab_window_grab()
898 rect.y = win->root_height - rect.h; in bg_x11_grab_window_grab()
916 if(win->grab_rect.y + win->grab_rect.h > win->root_height) in bg_x11_grab_window_grab()
917 crop_bottom = win->grab_rect.y + win->grab_rect.h - win->root_height; in bg_x11_grab_window_grab()
/dports/x11-wm/compton/compton-b7f43ee/src/
H A Dopengl.c367 glViewport(0, 0, ps->root_width, ps->root_height); in glx_on_root_change()
372 glOrtho(0, ps->root_width, 0, ps->root_height, -1000.0, 1000.0); in glx_on_root_change()
1071 GLint ry = ps->root_height - rects[i].y; in glx_set_clip()
1157 dx, ps->root_height - dy - height, width, height); in glx_copy_region_to_tex()
1330 rdy = ps->root_height - crect.y; in glx_blur_dst()
1400 GLint rdy = ps->root_height - crect.y; in glx_dim_dst()
1589 GLint rdy = ps->root_height - crect.y; in glx_render_()
1671 GLint rdy = ps->root_height - crect.y; in glx_render_color()
1706 GLint rdy = ps->root_height - crect.y; in glx_render_dots()
1767 int length = 3 * ps->root_width * ps->root_height; in glx_take_screenshot()
[all …]
/dports/emulators/x48/x48-0.6.4_1/src/bitmaps/
H A Droot.h2 #define root_height 13 macro
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DMIT_SCREEN_SAVER.t130 my $root_height = $X->height_in_pixels;
154 $root_width, $root_height,
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A DT_Toolkit.h62 extern int screennum, root_width, root_height;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/
H A Danchor_element_metrics.cc189 int root_height = GetRootDocument(*anchor_element) in Create() local
194 float ratio_root_height = root_height / base_height; in Create()
199 (root_height - root_scrolled - target.Y() - target.Height()) / in Create()
/dports/x11-wm/picom/picom-8.2/src/
H A Dconfig.c313 if (!ps->root_width || !ps->root_height) { in parse_geometry()
318 long width = ps->root_width, height = ps->root_height; in parse_geometry()
378 y += ps->root_height - height; in parse_geometry()
H A Dopengl.c262 glViewport(0, 0, ps->root_width, ps->root_height); in glx_on_root_change()
267 glOrtho(0, ps->root_width, 0, ps->root_height, -1000.0, 1000.0); in glx_on_root_change()
639 glScissor(rects[0].x1, ps->root_height - rects[0].y2, in glx_set_clip()
686 ps->root_height - dy - height, width, height); in glx_copy_region_to_tex()
839 rdy = (GLfloat)(ps->root_height - crect.y1); in glx_blur_dst()
903 GLint rdy = ps->root_height - crect.y1; in glx_dim_dst()
1073 GLint rdy = ps->root_height - crect.y1; in glx_render()
/dports/science/2d-rewriter/2d-rewriter-1.6/
H A Dgraphics.h25 extern int root_width, root_height, root_depth;
H A Dview.c58 if (w_height >= root_height) in InitView()
59 w_height = root_height; in InitView()
H A Dx11.c34 int root_width, root_height, root_depth; variable
58 &root_x, &root_y, &root_width, &root_height, &root_bw, in InitGraphics()
/dports/devel/monotone/monotone-1.1/src/
H A Drev_height.hh26 static rev_height root_height();
H A Drev_height.cc87 rev_height rev_height::root_height() in root_height() function in rev_height
/dports/x11/deforaos-panel/Panel-0.3.6/tools/
H A Dhelper.c52 gint root_height; /* height of the root window */ member
151 panel->root_height = rect.height; in _panel_init()
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dpltools.tcl37 set root_height [winfo vrootheight .]
40 wm maxsize $w [expr "$root_width/64*63"] [expr "$root_height/64*62"]
57 set height [expr "$root_height / 16 * 11"]
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dpltools.tcl37 set root_height [winfo vrootheight .]
40 wm maxsize $w [expr "$root_width/64*63"] [expr "$root_height/64*62"]
57 set height [expr "$root_height / 16 * 11"]
/dports/games/libretro-px68k/px68k-libretro-8455d9c/libretro/
H A Dwindraw.c66 DWORD root_width, root_height; variable
92 if (root_height < winh) in WinDraw_InitWindowSize()
93 winy = (root_height - winh) / 2; in WinDraw_InitWindowSize()
96 else if ((winy + winh) > root_height) in WinDraw_InitWindowSize()
97 winy = root_height - winh; in WinDraw_InitWindowSize()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtkmenu.c510 extern int root_width, root_height; in GTK_ext_select_menu()
579 root_width / 3, root_height * 2 / 3); in GTK_ext_select_menu()
588 if (requisition.height >= root_height * 2 / 3) in GTK_ext_select_menu()
589 gtk_widget_set_size_request(w->clist, -1, root_height * 2 / 3); in GTK_ext_select_menu()

12345