Home
last modified time | relevance | path

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

12345

/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/src/
H A Dgl.c2211 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
2212 atemp = 0.5*root_width;
2227 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
2228 atemp = 0.5*root_width;
2249 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
2250 atemp = 0.5*root_width;
2264 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
2291 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
2306 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
2347 if (atemp < 0.3*root_width || atemp > 0.8*root_width) {
[all …]
H A Dx11.c3246 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
3247 atemp = 0.5*root_width;
3262 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
3263 atemp = 0.5*root_width;
3284 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
3285 atemp = 0.5*root_width;
3299 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
3326 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
3341 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
3382 if (atemp < 0.1*root_width || atemp > 0.8*root_width) {
[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)
96 width = root_width,
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs321 let root_width = root.width_in_vector(buffer.len(), 0); in store_root() localVariable
322 align(buffer, root_width); in store_root()
323 store_value(buffer, root, root_width); in store_root()
324 buffer.push(root.packed_type(root_width)); in store_root()
325 buffer.push(root_width.n_bytes() as u8); in store_root()
/dports/devel/flatbuffers/flatbuffers-2.0.0/rust/flexbuffers/src/builder/
H A Dmod.rs321 let root_width = root.width_in_vector(buffer.len(), 0); in store_root() localVariable
322 align(buffer, root_width); in store_root()
323 store_value(buffer, root, root_width); in store_root()
324 buffer.push(root.packed_type(root_width)); in store_root()
325 buffer.push(root_width.n_bytes() as u8); in store_root()
/dports/graphics/libwmf/libwmf-0.2.12/src/convert/
H A Dwmf2x.c77 unsigned int root_width = 800; /* Unfortunately, need these before we open the display... */ in wmf2x_draw() local
179 if ((wmf_width > (float) root_width ) in wmf2x_draw()
182 ratio_bounds = (float) root_height / (float) root_width; in wmf2x_draw()
189 { ddata->x_width = root_width; in wmf2x_draw()
/dports/graphics/libwmf-nox11/libwmf-0.2.12/src/convert/
H A Dwmf2x.c77 unsigned int root_width = 800; /* Unfortunately, need these before we open the display... */ in wmf2x_draw() local
179 if ((wmf_width > (float) root_width ) in wmf2x_draw()
182 ratio_bounds = (float) root_height / (float) root_width; in wmf2x_draw()
189 { ddata->x_width = root_width; in wmf2x_draw()
/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwgfx/
H A Dvmwgfx_layout.c63 int root_width; member
164 layout->root_width = max_x; in vmwgfx_layout_from_kms()
252 if (!vmwgfx_rr_screen_set_size(pScreen, layout->root_width, in vmwgfx_layout_handler()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/runtime/src/
H A Dpart.rs105 pub fn bit_width(&self, root_width: u8) -> u8 { in bit_width()
112 root_width in bit_width()
/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()
626 format->image_width = win->root_width; in bg_x11_grab_window_init()
632 win->grab_rect.w = win->root_width; in bg_x11_grab_window_init()
894 if(rect.x + rect.w > win->root_width) in bg_x11_grab_window_grab()
895 rect.x = win->root_width - rect.w; in bg_x11_grab_window_grab()
913 if(win->grab_rect.x + win->grab_rect.w > win->root_width) in bg_x11_grab_window_grab()
914 crop_right = win->grab_rect.x + win->grab_rect.w - win->root_width; in bg_x11_grab_window_grab()
/dports/emulators/x48/x48-0.6.4_1/src/bitmaps/
H A Droot.h1 #define root_width 18 macro
/dports/x11/p5-X11-Protocol-Other/X11-Protocol-Other-31/t/
H A DMIT_SCREEN_SAVER.t129 my $root_width = $X->width_in_pixels;
154 $root_width, $root_height,
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/renderer/modeling/object/
H A Dcurveobjectreader.cpp231 const GScalar root_width = m_params.get_optional<GScalar>("root_width", GScalar(0.001)); in create_furry_ball() local
252 push_vertex_width(root_width); in create_furry_ball()
264 push_vertex_width(lerp(root_width, tip_width, r)); in create_furry_ball()
/dports/games/xpilot/xpilot-4.5.5/src/mapedit/
H A DT_Toolkit.h62 extern int screennum, root_width, root_height;
/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()
365 x += ps->root_width - width; in parse_geometry()
/dports/science/2d-rewriter/2d-rewriter-1.6/
H A Dgraphics.h25 extern int root_width, root_height, root_depth;
H A Dview.c56 if (w_width >= root_width) in InitView()
57 w_width = root_width; 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/x11/deforaos-panel/Panel-0.3.6/tools/
H A Dhelper.c51 gint root_width; /* width of the root window */ member
152 panel->root_width = rect.width; in _panel_init()
/dports/math/plplot/plplot-5.15.0/bindings/tk/
H A Dpltools.tcl36 set root_width [winfo vrootwidth .]
40 wm maxsize $w [expr "$root_width/64*63"] [expr "$root_height/64*62"]
56 set width [expr "$root_width / 16 * 10"]
/dports/math/plplot-ada/plplot-5.15.0/bindings/tk/
H A Dpltools.tcl36 set root_width [winfo vrootwidth .]
40 wm maxsize $w [expr "$root_width/64*63"] [expr "$root_height/64*62"]
56 set width [expr "$root_width / 16 * 10"]
/dports/games/libretro-px68k/px68k-libretro-8455d9c/libretro/
H A Dwindraw.c66 DWORD root_width, root_height; variable
86 if (root_width < winw) in WinDraw_InitWindowSize()
87 winx = (root_width - winw) / 2; in WinDraw_InitWindowSize()
90 else if ((winx + winw) > root_width) in WinDraw_InitWindowSize()
91 winx = root_width - winw; in WinDraw_InitWindowSize()
/dports/chinese/aterm/aterm-1.0.1/src/
H A Dscrollbar.c495 unsigned int root_width = 0, root_height = 0 ; in scrollbar_fill_back() local
499 root_pmap = ValidatePixmap(root_pmap, 1, 1, &root_width, &root_height); in scrollbar_fill_back()
512 …tCache.cache = CutWinPixmap( scrollBar.win, root_pmap, root_width, root_height, SB_WIDTH+SB_BORDER… in scrollbar_fill_back()
/dports/x11/aterm/aterm-1.0.1/src/
H A Dscrollbar.c495 unsigned int root_width = 0, root_height = 0 ; in scrollbar_fill_back() local
499 root_pmap = ValidatePixmap(root_pmap, 1, 1, &root_width, &root_height); in scrollbar_fill_back()
512 …tCache.cache = CutWinPixmap( scrollBar.win, root_pmap, root_width, root_height, SB_WIDTH+SB_BORDER… in scrollbar_fill_back()
/dports/x11/multi-aterm/multi-aterm-0.2.1/src/
H A Dscrollbar2.c532 unsigned int root_width = 0, root_height = 0; in scrollbar_fill_back() local
538 root_pmap = ValidatePixmap(root_pmap, 1, 1, &root_width,&root_height); in scrollbar_fill_back()
564 root_width, root_height, in scrollbar_fill_back()

12345