Home
last modified time | relevance | path

Searched refs:get_bottom_margin (Results 1 – 25 of 58) sorted by relevance

123

/dports/sysutils/vttest/vttest-20180811/
H A Dvt420.c178 get_bottom_margin(int n) in get_bottom_margin() function
357 int bot = get_bottom_margin(max_lines); in fill_margins()
392 int bot = get_bottom_margin(last - 1); in setup_rectangle()
912 bot = get_bottom_margin(last - 1); in tst_DECDC()
1063 int bot = get_bottom_margin(max_lines); in tst_IND_RI()
1112 int bot = get_bottom_margin(max_lines); in tst_IL_DL()
1202 bot = get_bottom_margin(last - 1); in tst_ICH_DCH()
1412 bot = get_bottom_margin(last - 1); in tst_ASCII_format()
1554 box.bottom = get_bottom_margin(max_lines); in tst_cursor_margins()
1622 box.bottom = get_bottom_margin(max_lines); in tst_other_margins()
[all …]
H A Dnonvt100.c102 bot = get_bottom_margin(last); in tst_CHA()
297 bot = get_bottom_margin(last); in tst_HPA()
367 bot = get_bottom_margin(last); in tst_HPR()
675 bot = get_bottom_margin(last); in tst_VPA()
775 bot = get_bottom_margin(last); in tst_VPR()
H A Ddraw.c30 box->bottom = get_bottom_margin(max_lines) - vmargin; in make_box_params()
H A Dvttest.h267 extern int get_bottom_margin(int n);
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/
H A Dskin.py117 def get_bottom_margin(cls): member in Skin
123 Constants.SCREEN_SIZE[1] + 20 + 2 + 1 + 1 + cls.get_bottom_margin()
/dports/science/gramps/gramps-5.1.4/gramps/gen/plug/docgen/
H A Ddrawdoc.py90 bottom = self.paper.get_bottom_margin()
H A Dpaperstyle.py217 def get_bottom_margin(self): member in PaperStyle
H A Dparagraphstyle.py339 def get_bottom_margin(self): member in ParagraphStyle
H A Dgraphdoc.py467 self._paper.get_bottom_margin()) / 2.54 - 0.01
1020 margin_b = int(28.345 * self._paper.get_bottom_margin())
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkPageSetup.t27 is($setup -> get_bottom_margin("mm"), 23);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dpagesetup.h280 double get_bottom_margin(Unit unit) const;
H A Dpagesetup.cc259 double PageSetup::get_bottom_margin(Unit unit) const in get_bottom_margin() function in Gtk::PageSetup
H A Dtextview.h833 int get_bottom_margin() const;
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dpagesetup.h274 double get_bottom_margin(Unit unit) const;
H A Dpagesetup.cc255 double PageSetup::get_bottom_margin(Unit unit) const in get_bottom_margin() function in Gtk::PageSetup
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/launcher/ui/bottombar/
H A DScreenshotsPanel.py30 self.layout.padding_bottom = Skin.get_bottom_margin()
H A DGameInfoPanel.py34 self.layout.padding_bottom = Skin.get_bottom_margin()
/dports/science/gramps/gramps-5.1.4/gramps/plugins/docgen/
H A Dodfdoc.py618 'fo:margin-bottom="%.2fcm"\n' % style.get_bottom_margin() +
1225 % style.get_bottom_margin()
1278 'fo:margin-bottom="%.2fcm"\n' % style.get_bottom_margin()
1362 % self.paper.get_bottom_margin() +
/dports/x11-toolkits/gtksourceviewmm3/gtksourceviewmm-3.18.0/gtksourceview/gtksourceviewmm/
H A Dprintcompositor.h441 double get_bottom_margin(Gtk::Unit unit) const;
H A Dprintcompositor.cc293 double PrintCompositor::get_bottom_margin(Gtk::Unit unit) const in get_bottom_margin() function in Gsv::PrintCompositor
/dports/www/castor/castor-0.8.16/cargo-crates/gtk-0.8.0/src/auto/
H A Dpage_setup.rs81 pub fn get_bottom_margin(&self, unit: Unit) -> f64 { in get_bottom_margin() method
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gtk-0.7.0/src/auto/
H A Dpage_setup.rs80 pub fn get_bottom_margin(&self, unit: Unit) -> f64 { in get_bottom_margin() method
/dports/net-im/fractal/fractal-4.4.0/vendor/gtk/src/auto/
H A Dpage_setup.rs81 pub fn get_bottom_margin(&self, unit: Unit) -> f64 { in get_bottom_margin() method
/dports/net-im/fractal/fractal-4.4.0/vendor/sourceview4/src/auto/
H A Dprint_compositor.rs51 fn get_bottom_margin(&self, unit: gtk::Unit) -> f64; in get_bottom_margin() method
153 fn get_bottom_margin(&self, unit: gtk::Unit) -> f64 { in get_bottom_margin() method
/dports/science/gramps/gramps-5.1.4/gramps/gui/plug/quick/
H A D_textbufdoc.py138 tag.set_property("pixels-below-lines", pixels(style.get_bottom_margin()))

123