Home
last modified time | relevance | path

Searched refs:shadow_width (Results 101 – 125 of 203) sorted by relevance

123456789

/dports/x11-toolkits/libxaw3dxft/libXaw3dXft-1.6.2h/src/
H A DSimpleMenu.c356 int y, max_y, new_y, dy, s = tdw->threeD.shadow_width; in Redisplay()
1074 width = smw->simple_menu.top_margin + tdw->threeD.shadow_width; in Layout()
1078 2 * tdw->threeD.shadow_width); in Layout()
1104 height = height_max + smw->simple_menu.bottom_margin + tdw->threeD.shadow_width; in Layout()
1110 height += tdw->threeD.shadow_width * 2; in Layout()
1439 height += tdw->threeD.shadow_width * 2; in GetMenuHeight()
1466 int s = ((ThreeDWidget)smw->simple_menu.threeD)->threeD.shadow_width; in GetEventEntry()
1602 menu_y -= tdw->threeD.shadow_width; in PopupSubMenu()
H A DScrollbar.c250 #define MARGIN(sbw) (sbw)->threeD.shadow_width
268 if ((sw = sbw->threeD.shadow_width) < 0) in FillArea()
305 Dimension s = sbw->threeD.shadow_width; in PaintThumb()
317 2 * (int)sbw->threeD.shadow_width) in PaintThumb()
319 2 * sbw->threeD.shadow_width; in PaintThumb()
370 Dimension s = sbw->threeD.shadow_width; in PaintArrows()
H A DThreeD.c56 offset(threeD.shadow_width), XtRImmediate, (XtPointer) 2},
549 if (new->threeD.shadow_width != current->threeD.shadow_width) in SetValues()
621 Dimension s = tdw->threeD.shadow_width; in _Xaw3dDrawShadows()
756 Dimension s = tdw->threeD.shadow_width; in _ShadowSurroundedBox()
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/X11/neXtaw/
H A DSmeThreeD.c51 offset(sme_threeD.shadow_width), XtRImmediate, (XtPointer) 2},
470 if (new->sme_threeD.shadow_width != current->sme_threeD.shadow_width)
542 Dimension s = tdo->sme_threeD.shadow_width;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/compositor/scene_layer/
H A Dtab_list_scene_layer.cc99 jfloat shadow_width, in PutTabLayer()
162 shadow_width, shadow_height, pivot_x, pivot_y, rotation_x, rotation_y, in PutTabLayer()
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/gtkextra/
H A Dgtkplotpc.c240 gint shadow_width, in gtk_plot_pc_draw_string() argument
258 shadow_width, in gtk_plot_pc_draw_string()
H A Dgtkplotgdk.c102 gint shadow_width,
589 gint shadow_width, in gtk_plot_gdk_draw_string() argument
967 tx - border_space + shadow_width, in gtk_plot_gdk_draw_string()
969 width + 2 * border_space, shadow_width); in gtk_plot_gdk_draw_string()
973 ty - border_space + shadow_width, in gtk_plot_gdk_draw_string()
974 shadow_width, height + 2 * border_space); in gtk_plot_gdk_draw_string()
H A Dgtkplotps.c101 gint shadow_width,
836 gint shadow_width, in psdrawstring() argument
899 tx - border_space + shadow_width, in psdrawstring()
901 width + 2 * border_space, shadow_width); in psdrawstring()
905 ty - border_space + shadow_width, in psdrawstring()
906 shadow_width, height + 2 * border_space); in psdrawstring()
/dports/news/knews/knews-1.0b.1/Widgets/
H A DShadow.c17 offset(shadow_width), XtRImmediate, (XtPointer)2},
323 values.line_width = w->shadow.shadow_width; in AllocGCs()
528 new->shadow.shadow_width != current->shadow.shadow_width) || in SetValues()
591 short sw = w->shadow.shadow_width; in ShadowDrawShadows()
H A DScrBar.c220 short sw = w->shadow.shadow_width; in draw_up_arrow()
279 short sw = w->shadow.shadow_width; in draw_down_arrow()
338 short sw = w->shadow.shadow_width; in draw_left_arrow()
397 short sw = w->shadow.shadow_width; in draw_right_arrow()
456 int sw = w->shadow.shadow_width; in draw_thumb()
923 if (new->shadow.shadow_width != current->shadow.shadow_width || in SetValues()
/dports/games/chroma/chroma-1.20/
H A Dgraphics.h115 int shadow_width[PIECE_MAX][10]; member
H A Dgraphics.c703 pgraphics->shadow_width[i][j] = 0; in graphics_load()
936 pgraphics->shadow_width[piece][9] = psurface->w; in graphics_load()
1521 pgraphics->shadow_width[i][9] = pgraphics->shadow_width[x][9]; in graphics_load()
1585 width = pgraphics->shadow_width[i][9]; in graphics_load()
1606 pgraphics->shadow_width[i][j+k*3] = width - x; in graphics_load()
1608 pgraphics->shadow_width[i][j+k*3] = pgraphics->size_x; in graphics_load()
1615 pgraphics->shadow_width[i][j+k*3] = pgraphics->size_x + x; in graphics_load()
/dports/math/grace/grace-5.1.25/Xbae/Xbae/
H A DActions.c181 Dimension shadow_width = SHADOW_WIDTH; local
222 shadow_width, x, y, width, height, XmSHADOW_OUT);
227 shadow_width, x - COLUMN_LABEL_OFFSET(mw),
261 shadow_width, x, y, width, height, XmSHADOW_OUT);
266 shadow_width,
305 shadow_width, adjusted_x, y, width, height, XmSHADOW_OUT);
328 shadow_width, adjusted_x,
362 shadow_width, adjusted_x,
394 shadow_width, x, y,
/dports/x11/gnome-shell/gnome-shell-41.1/src/st/
H A Dst-theme-node-drawing.c2018 gfloat shadow_width, shadow_height; in st_theme_node_paint_sliced_shadow() local
2059 shadow_width = state->box_shadow_width + 2 * shadow_blur_radius; in st_theme_node_paint_sliced_shadow()
2102 s_left /= shadow_width; in st_theme_node_paint_sliced_shadow()
2103 s_right /= shadow_width; in st_theme_node_paint_sliced_shadow()
2255 xend, yoffset, xend + shadow_width, yoffset + shadow_height); in st_theme_node_paint_sliced_shadow()
2270 xend, yoffset, xend + shadow_width, yoffset + 1); in st_theme_node_paint_sliced_shadow()
2276 … xend + shadow_width, yoffset, xend + shadow_width + 1, yoffset + shadow_height); in st_theme_node_paint_sliced_shadow()
2280 s_left *= shadow_width; in st_theme_node_paint_sliced_shadow()
2281 s_right *= shadow_width; in st_theme_node_paint_sliced_shadow()
2284 xend, yoffset + s_top, xend + shadow_width, yoffset + s_top + 1); in st_theme_node_paint_sliced_shadow()
[all …]
/dports/x11-toolkits/gtkextra/gtkextra-3.3.4/gtkextra/
H A Dgtkplotgdk.c110 gint shadow_width,
613 gint shadow_width, in gtk_plot_gdk_draw_string() argument
1014 old_tx - border_space + shadow_width, in gtk_plot_gdk_draw_string()
1016 width + 2 * border_space, shadow_width); in gtk_plot_gdk_draw_string()
1020 old_ty - border_space + shadow_width, in gtk_plot_gdk_draw_string()
1021 shadow_width, height + 2 * border_space); in gtk_plot_gdk_draw_string()
H A Dgtkplotps.c108 gint shadow_width,
907 gint shadow_width, in psdrawstring() argument
970 tx - border_space + shadow_width, in psdrawstring()
972 width + 2 * border_space, shadow_width); in psdrawstring()
976 ty - border_space + shadow_width, in psdrawstring()
977 shadow_width, height + 2 * border_space); in psdrawstring()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DScrollbar.c250 : (sbw)->threeD.shadow_width)
269 if ((sw = sbw->threeD.shadow_width) < 0)
307 Dimension s = sbw->threeD.shadow_width;
319 2 * (int)sbw->threeD.shadow_width)
321 2 * sbw->threeD.shadow_width;
371 Dimension s = sbw->threeD.shadow_width;
H A DSimpleMenu.c343 int y, max_y, new_y, dy, s = tdw->threeD.shadow_width;
1087 height = smw->simple_menu.top_margin + tdw->threeD.shadow_width;
1102 height += smw->simple_menu.bottom_margin + tdw->threeD.shadow_width;
1108 height += tdw->threeD.shadow_width * 2;
1450 height += tdw->threeD.shadow_width * 2;
1479 int s = ((ThreeDWidget)smw->simple_menu.threeD)->threeD.shadow_width;
1613 menu_y -= tdw->threeD.shadow_width;
H A DThreeD.c56 offset(threeD.shadow_width), XtRImmediate, (XtPointer) 2},
558 if (new->threeD.shadow_width != current->threeD.shadow_width)
635 Dimension s = tdw->threeD.shadow_width;
774 Dimension s = tdw->threeD.shadow_width;
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/qpageview/
H A Dmagnifier.py286 shadow_width = layout.spacing * scale // 2
297 view.drawDropShadow(page, painter, shadow_width)
/dports/databases/pspg/pspg-5.3.4/src/
H A Dst_menu.c853 if (config->shadow_width > 0) in pulldownmenu_ajust_position()
860 mvwin(menu->shadow_window, y+1 , x+config->shadow_width); in pulldownmenu_ajust_position()
867 …new_scols = x + config->shadow_width + menu->cols <= maxx ? menu->cols : maxx - x - config->shadow… in pulldownmenu_ajust_position()
931 new_cols = menu->cols - (new_x == menu->ideal_x_pos ? 0 : config->shadow_width); in pulldownmenu_ajust_position()
940 new_shadow_window = newwin2(&new_rows, &new_cols, new_y + 1, new_x + config->shadow_width); in pulldownmenu_ajust_position()
953 move_panel(menu->shadow_panel, new_y + 1, new_x + config->shadow_width); in pulldownmenu_ajust_position()
994 wmaxx = smaxx - config->shadow_width; in pulldownmenu_draw_shadow()
2216 if (config->shadow_width > 0) in st_menu_new()
2218 menu->shadow_window = newwin2(&rows, &cols, begin_y + 1, begin_x + config->shadow_width); in st_menu_new()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/graph/
H A DGraph.php39 public $shadow_width = 4; variable in Amenadiel\\JpGraph\\Graph\\Graph
655 $this->shadow_width = $aShadowWidth;
2104 $xr -= $this->shadow_width;
2105 $yb -= $this->shadow_width;
2173 $hadj = $this->shadow_width;
2174 $vadj = $this->shadow_width;
2256 $hadj = $this->shadow_width;
2257 $vadj = $this->shadow_width;
2406 $x2 -= $this->shadow_width;
2463 $indent = $this->shadow_width + 2;
[all …]
/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Diconmgr.c759 int shadow_width; in DrawIconManagerBorder() local
761 shadow_width = scr->IconMgrBevelWidth; in DrawIconManagerBorder()
764 … Draw3DBorder(tmp->w.win, 0, 0, tmp->width, tmp->height, shadow_width, tmp->cp, on, fill, False); in DrawIconManagerBorder()
766 … Draw3DBorder(tmp->w.win, 0, 0, tmp->width, tmp->height, shadow_width, tmp->cp, off, fill, False); in DrawIconManagerBorder()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/ambient/ui/
H A Dmedia_string_view.cc324 const int shadow_width = in StartScrolling() local
328 const int end_x = -(text_width + shadow_width) / 2; in StartScrolling()
/dports/deskutils/genius/genius-1.0.27/gtkextra/
H A Dgtkplotps.c108 gint shadow_width,
902 gint shadow_width, in psdrawstring() argument
962 tx - border_space + shadow_width, in psdrawstring()
964 width + 2 * border_space, shadow_width); in psdrawstring()
968 ty - border_space + shadow_width, in psdrawstring()
969 shadow_width, height + 2 * border_space); in psdrawstring()

123456789