Home
last modified time | relevance | path

Searched refs:show_bottom (Results 1 – 13 of 13) sorted by relevance

/dports/games/xminehunter/xminehunter/
H A Dapp.cc123 show_bottom(i-1, j-1); in widen()
131 show_bottom(i-1, j+1); in widen()
139 show_bottom(i+1, j-1); in widen()
147 show_bottom(i+1, j+1); in widen()
155 show_bottom(i-1, j); in widen()
163 show_bottom(i+1, j); in widen()
171 show_bottom(i, j-1); in widen()
179 show_bottom(i, j+1); in widen()
357 show_bottom(i-1, j); in quick()
377 show_bottom(i+1, j); in quick()
[all …]
H A Dxminehunter.h147 void show_bottom(int i, int j);
H A Dinterface.cc305 show_bottom(i, j); in lose()
366 void mine_hunter_T::show_bottom(int i, int j) in show_bottom() function in mine_hunter_T
H A Dcallbacks.cc43 cd->show_bottom(x, y); in open_mine_cb()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dresize_shadow.cc142 bool show_bottom = in UpdateBoundsAndVisibility() local
148 show_bottom ? outset : 0, show_right ? outset : 0); in UpdateBoundsAndVisibility()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dstyle_property_serializer.cc871 bool show_bottom = !DataEquivalent(top.Value(), bottom.Value()) || show_left; in Get4Values() local
872 bool show_right = !DataEquivalent(top.Value(), right.Value()) || show_bottom; in Get4Values()
880 if (show_bottom) { in Get4Values()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dstyle_property_serializer.cc903 bool show_bottom = !DataEquivalent(top.Value(), bottom.Value()) || show_left; in Get4Values() local
904 bool show_right = !DataEquivalent(top.Value(), right.Value()) || show_bottom; in Get4Values()
912 if (show_bottom) { in Get4Values()
/dports/x11/terminology/terminology-1.9.0/data/themes/default/
H A Dbase.edc343 name: "twitter.show_bottom";
577 name: "youtube.show_bottom";
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/
H A Dcomputed_style_utils.cc2573 bool show_bottom = !DataEquivalent(top_value, bottom_value) || show_left; in ValuesForSidesShorthand() local
2574 bool show_right = !DataEquivalent(top_value, right_value) || show_bottom; in ValuesForSidesShorthand()
2579 if (show_bottom) in ValuesForSidesShorthand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/
H A Dcomputed_style_utils.cc2597 bool show_bottom = !DataEquivalent(top_value, bottom_value) || show_left; in ValuesForSidesShorthand() local
2598 bool show_right = !DataEquivalent(top_value, right_value) || show_bottom; in ValuesForSidesShorthand()
2603 if (show_bottom) in ValuesForSidesShorthand()
/dports/editors/cudatext/CudaText-1.151.0/app/
H A Dformmain_loadsave.inc155 cfg.SetValue('show_bottom', AppPanels[cPaneOut].Visible);
790 0: bFlag:= cfg.GetValue('show_bottom', false);
/dports/science/gabedit/GabeditSrc251_300720/src/Utils/
H A DGabeditContoursPlot.c4018 GtkWidget* show_bottom; in add_legends_frame() local
4040 show_bottom = gtk_check_button_new_with_label (_("Bottom")); in add_legends_frame()
4041 gtk_box_pack_start(GTK_BOX(hbox_frame), show_bottom, FALSE, FALSE, 2); in add_legends_frame()
4042 gtk_widget_show(show_bottom); in add_legends_frame()
4047 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(show_bottom), GABEDIT_ContoursPLOT(contoursplot)->s… in add_legends_frame()
4052 g_signal_connect (G_OBJECT (show_bottom), "toggled", (GCallback)show_bottom_toggled, contoursplot); in add_legends_frame()
H A DGabeditXYPlot.c3801 GtkWidget* show_bottom; in add_legends_frame() local
3824 show_bottom = gtk_check_button_new_with_label (_("Bottom")); in add_legends_frame()
3825 gtk_box_pack_start(GTK_BOX(hbox_frame), show_bottom, FALSE, FALSE, 2); in add_legends_frame()
3826 gtk_widget_show(show_bottom); in add_legends_frame()
3835 …gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(show_bottom), GABEDIT_XYPLOT(xyplot)->show_bottom_l… in add_legends_frame()
3841 g_signal_connect (G_OBJECT (show_bottom), "toggled", (GCallback)show_bottom_toggled, xyplot); in add_legends_frame()