Home
last modified time | relevance | path

Searched refs:table_area (Results 1 – 17 of 17) sorted by relevance

/dports/sysutils/flashrom/flashrom-v1.2/
H A Dcbtable.c259 uint8_t *table_area;
272 table_area = physmap_ro_unaligned("low megabyte", start, BYTES_TO_MAP - start);
273 if (ERROR_PTR == table_area) {
278 lb_table = find_lb_table(table_area, 0x00000, 0x1000);
280 lb_table = find_lb_table(table_area, 0xf0000 - start, BYTES_TO_MAP - start);
287 physunmap_unaligned(table_area, BYTES_TO_MAP);
289 table_area = physmap_ro_unaligned("high tables", start, BYTES_TO_MAP);
290 if (ERROR_PTR == table_area) {
294 lb_table = find_lb_table(table_area, 0x00000, 0x1000);
303 addr = ((char *)lb_table) - ((char *)table_area) + start;
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/tui-0.16.0/src/widgets/
H A Dtable.rs374 let table_area = match self.block.take() { in render() localVariable
388 let mut rows_height = table_area.height; in render()
395 x: table_area.left(), in render()
396 y: table_area.top(), in render()
397 width: table_area.width, in render()
398 height: table_area.height.min(header.height), in render()
402 let mut col = table_area.left(); in render()
404 col += (highlight_symbol.width() as u16).min(table_area.width); in render()
412 y: table_area.top(), in render()
436 let (row, col) = (table_area.top() + current_height, table_area.left()); in render()
[all …]
/dports/misc/xplr/xplr-0.17.0/cargo-crates/tui-0.16.0/src/widgets/
H A Dtable.rs374 let table_area = match self.block.take() { in render() localVariable
388 let mut rows_height = table_area.height; in render()
395 x: table_area.left(), in render()
396 y: table_area.top(), in render()
397 width: table_area.width, in render()
398 height: table_area.height.min(header.height), in render()
402 let mut col = table_area.left(); in render()
404 col += (highlight_symbol.width() as u16).min(table_area.width); in render()
412 y: table_area.top(), in render()
436 let (row, col) = (table_area.top() + current_height, table_area.left()); in render()
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/tui-0.16.0/src/widgets/
H A Dtable.rs374 let table_area = match self.block.take() { in render() localVariable
388 let mut rows_height = table_area.height; in render()
395 x: table_area.left(), in render()
396 y: table_area.top(), in render()
397 width: table_area.width, in render()
398 height: table_area.height.min(header.height), in render()
402 let mut col = table_area.left(); in render()
404 col += (highlight_symbol.width() as u16).min(table_area.width); in render()
412 y: table_area.top(), in render()
436 let (row, col) = (table_area.top() + current_height, table_area.left()); in render()
[all …]
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/tui-0.16.0/src/widgets/
H A Dtable.rs374 let table_area = match self.block.take() { in render() localVariable
388 let mut rows_height = table_area.height; in render()
395 x: table_area.left(), in render()
396 y: table_area.top(), in render()
397 width: table_area.width, in render()
398 height: table_area.height.min(header.height), in render()
402 let mut col = table_area.left(); in render()
404 col += (highlight_symbol.width() as u16).min(table_area.width); in render()
412 y: table_area.top(), in render()
436 let (row, col) = (table_area.top() + current_height, table_area.left()); in render()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/tui-0.16.0/src/widgets/
H A Dtable.rs374 let table_area = match self.block.take() {
388 let mut rows_height = table_area.height;
395 x: table_area.left(),
396 y: table_area.top(),
397 width: table_area.width,
398 height: table_area.height.min(header.height),
402 let mut col = table_area.left();
404 col += (highlight_symbol.width() as u16).min(table_area.width);
412 y: table_area.top(),
436 let (row, col) = (table_area.top() + current_height, table_area.left());
[all …]
/dports/editors/helix/helix-0.5.0/helix-tui/src/widgets/
H A Dtable.rs403 let table_area = match self.block.take() { in render_table() localVariable
417 let mut rows_height = table_area.height; in render_table()
424 x: table_area.left(), in render_table()
425 y: table_area.top(), in render_table()
426 width: table_area.width, in render_table()
427 height: table_area.height.min(header.height), in render_table()
431 let mut col = table_area.left(); in render_table()
433 col += (highlight_symbol.width() as u16).min(table_area.width); in render_table()
441 y: table_area.top(), in render_table()
465 let (row, col) = (table_area.top() + current_height, table_area.left()); in render_table()
[all …]
/dports/devel/gitui/gitui-0.10.1/cargo-crates/tui-0.9.5/src/widgets/
H A Dtable.rs224 let table_area = match self.block { in render() localVariable
232 buf.set_background(table_area, self.style.bg); in render()
280 let mut y = table_area.top(); in render()
281 let mut x = table_area.left(); in render()
284 if y < table_area.bottom() { in render()
304 if y < table_area.bottom() { in render()
305 let remaining = (table_area.bottom() - y) as usize; in render()
329 x = table_area.left(); in render()
/dports/devel/desed/desed-1.2.0/cargo-crates/tui-0.9.5/src/widgets/
H A Dtable.rs224 let table_area = match self.block { in render() localVariable
232 buf.set_background(table_area, self.style.bg); in render()
280 let mut y = table_area.top(); in render()
281 let mut x = table_area.left(); in render()
284 if y < table_area.bottom() { in render()
304 if y < table_area.bottom() { in render()
305 let remaining = (table_area.bottom() - y) as usize; in render()
329 x = table_area.left(); in render()
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/tui-0.11.0/src/widgets/
H A Dtable.rs226 let table_area = match self.block.take() { in render() localVariable
281 let mut y = table_area.top(); in render()
282 let mut x = table_area.left(); in render()
285 if y < table_area.bottom() { in render()
305 if y < table_area.bottom() { in render()
306 let remaining = (table_area.bottom() - y) as usize; in render()
330 x = table_area.left(); in render()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-column-width.c222 FoArea *table_area; in fo_property_column_width_resolve_percent() local
232 table_area = fo_fo_area_iterator_get_area (iterator); in fo_property_column_width_resolve_percent()
236 g_assert (table_area != NULL); in fo_property_column_width_resolve_percent()
238 child_ipdim = fo_area_get_child_available_ipdim (table_area); in fo_property_column_width_resolve_percent()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-column-width.c222 FoArea *table_area; in fo_property_column_width_resolve_percent() local
232 table_area = fo_fo_area_iterator_get_area (iterator); in fo_property_column_width_resolve_percent()
236 g_assert (table_area != NULL); in fo_property_column_width_resolve_percent()
238 child_ipdim = fo_area_get_child_available_ipdim (table_area); in fo_property_column_width_resolve_percent()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/
H A Drace_result_gui.cpp537 GUIEngine::Widget *table_area = getWidget("result-table"); in displayCTFResults() local
538 int height = table_area->m_h + table_area->m_y; in displayCTFResults()
714 GUIEngine::Widget *table_area = getWidget("result-table"); in determineTableLayout() local
821 m_top = table_area->m_y; in determineTableLayout()
824 unsigned int height = table_area->m_h; in determineTableLayout()
861 m_width_icon = std::min((int)(table_area->m_h / num_karts), in determineTableLayout()
890 m_leftmost_column = table_area->m_x; in determineTableLayout()
1345 GUIEngine::Widget *table_area = getWidget("result-table"); in displaySoccerResults() local
1346 int height = table_area->m_h + table_area->m_y; in displaySoccerResults()
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-table.c1941 FoArea *table_area; in fo_table_resolve_proportional_widths() local
1993 table_area = fo_fo_area_iterator_get_area (iterator); in fo_table_resolve_proportional_widths()
1995 if (table_area != NULL) in fo_table_resolve_proportional_widths()
2001 fo_area_get_child_available_ipdim (table_area); in fo_table_resolve_proportional_widths()
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/fo/
H A Dfo-table.c1941 FoArea *table_area; in fo_table_resolve_proportional_widths() local
1993 table_area = fo_fo_area_iterator_get_area (iterator); in fo_table_resolve_proportional_widths()
1995 if (table_area != NULL) in fo_table_resolve_proportional_widths()
2001 fo_area_get_child_available_ipdim (table_area); in fo_table_resolve_proportional_widths()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/opentorrent/
H A DOpenTorrentOptionsWindow.java816 Composite table_area = new Composite( parent, SWT.NULL ); in setupTVTorrents() local
820 table_area.setLayout( layout ); in setupTVTorrents()
822 Utils.setLayoutData(table_area, gd ); in setupTVTorrents()
980 tvTorrents.initialize( table_area ); in setupTVTorrents()
/dports/math/giacxcas/giac-1.6.0/examples/Exemples/climat/
H A Dneige.xws5 http://climate.rutgers.edu/snowcover/table_area.php?ui_set=2