Home
last modified time | relevance | path

Searched refs:column_height (Results 1 – 20 of 20) sorted by relevance

/dports/databases/grass7/grass-7.8.6/lib/gis/
H A Dls.c169 int field_width, column_height; in G_ls_format() local
203 column_height = (num_items / perline) + ((num_items % perline) > 0); in G_ls_format()
207 = num_items + column_height - (num_items % column_height); in G_ls_format()
213 next += column_height; in G_ls_format()
216 next -= (max - 1 - (next < list + max ? column_height : 0)); in G_ls_format()
/dports/graphics/py-leather/leather-0.3.4/leather/shapes/
H A Dcolumns.py60 column_height = proj_y - zero_y
63 column_height = zero_y - proj_y
74 height=six.text_type(column_height),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dmulti_column_fragmentainer_group.cc52 LayoutUnit column_height = ColumnLogicalHeight(); in LogicalHeightInFlowThreadAt() local
54 LayoutUnit logical_bottom = logical_top + column_height; in LogicalHeightInFlowThreadAt()
499 LayoutUnit column_height = ColumnLogicalHeight(); in ColumnIndexAtOffset() local
501 ((offset_in_flow_thread - logical_top_in_flow_thread_) / column_height) in ColumnIndexAtOffset()
603 LayoutUnit column_height = ColumnLogicalHeight(); in UnclampedActualColumnCount() local
604 unsigned count = (flow_thread_portion_height / column_height).Floor(); in UnclampedActualColumnCount()
606 if (count * column_height < flow_thread_portion_height) in UnclampedActualColumnCount()
H A Dlayout_multi_column_flow_thread.cc731 LayoutUnit column_height; in CalculateColumnHeightAvailable() local
736 column_height = computed_values.extent_ - in CalculateColumnHeightAvailable()
740 SetColumnHeightAvailable(std::max(column_height, LayoutUnit())); in CalculateColumnHeightAvailable()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dmulti_column_fragmentainer_group.cc52 LayoutUnit column_height = ColumnLogicalHeight(); in LogicalHeightInFlowThreadAt() local
54 LayoutUnit logical_bottom = logical_top + column_height; in LogicalHeightInFlowThreadAt()
502 LayoutUnit column_height = ColumnLogicalHeight(); in ColumnIndexAtOffset() local
504 ((offset_in_flow_thread - logical_top_in_flow_thread_) / column_height) in ColumnIndexAtOffset()
606 LayoutUnit column_height = ColumnLogicalHeight(); in UnclampedActualColumnCount() local
607 unsigned count = (flow_thread_portion_height / column_height).Floor(); in UnclampedActualColumnCount()
609 if (count * column_height < flow_thread_portion_height) in UnclampedActualColumnCount()
H A Dlayout_multi_column_flow_thread.cc814 LayoutUnit column_height; in CalculateColumnHeightAvailable() local
819 column_height = computed_values.extent_ - in CalculateColumnHeightAvailable()
823 SetColumnHeightAvailable(std::max(column_height, LayoutUnit())); in CalculateColumnHeightAvailable()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms.Layout/
H A DTableLayout.cs538 int column_height = panel.row_heights[y]; in LayoutControls()
541 column_height += panel.row_heights[y + i]; in LayoutControls()
544 new_height = column_height - c.Margin.Top - c.Margin.Bottom; in LayoutControls()
546 new_height = Math.Min (preferred.Height, column_height - c.Margin.Top - c.Margin.Bottom); in LayoutControls()
560 new_y = (current_pos.Y + column_height) - new_height - c.Margin.Bottom; in LayoutControls()
562 …new_y = (current_pos.Y + (column_height - c.Margin.Top - c.Margin.Bottom) / 2) + c.Margin.Top - (n… in LayoutControls()
/dports/x11-wm/qtile/qtile-0.18.1/libqtile/layout/
H A Dstack.py229 column_height = int(screen_rect.height / len(s))
230 window_height = column_height - 2 * self.border_width
231 yoffset = screen_rect.y + s.index(client) * column_height
/dports/games/julius/julius-1.7.0/src/widget/
H A Dcity_with_overlay.c382 int column_height = overlay->get_column_height(b); in city_with_overlay_draw_building_top() local
383 if (column_height != NO_COLUMN) { in city_with_overlay_draw_building_top()
389 draw_overlay_column(x, y, column_height, overlay->column_type == COLUMN_TYPE_RISK); in city_with_overlay_draw_building_top()
/dports/math/cadabra2/cadabra2-2.3.6.8/core/algorithms/
H A Dcanonicalise.cc434 unsigned int column_height=tmptab.column_size(0); in apply() local
437 if(col==tmptab.row_size(0) || column_height!=tmptab.column_size(col)) { in apply()
445 for(unsigned int row=0; row<column_height; ++row) { in apply()
455 column_height=tmptab.column_size(col); in apply()
/dports/games/augustus/augustus-3.1.0/src/widget/
H A Dcity_with_overlay.c458 int column_height = overlay->get_column_height(b); in city_with_overlay_draw_building_top() local
459 if (column_height != NO_COLUMN) { in city_with_overlay_draw_building_top()
465 draw_overlay_column(x, y, column_height, overlay->column_type); in city_with_overlay_draw_building_top()
/dports/security/nyx/nyx-2.1.0/nyx/panel/
H A Dgraph.py633column_height = int(min(height - 2, (height - 2) * column_count / (max(1, max_bound) - min_bound)))
634 …subwindow.vline(x + col + x_axis_offset + 1, height - column_height, column_height, color, HIGHLIG…
/dports/science/mcstas-comps/mcstas-comps-2.5-src/contrib/
H A DSample_nxs.comp166 int column_height = 0;
212 …parsing = Table_ParseHeader(dataTable.header, "column_radius", "column_height","column_hoop","colu…
218 if (parsing[1]) column_height = atoi(parsing[1]);
234 if( column_radius && column_height )
274 dataList[i].pos_y = Table_Index(dataTable, i, column_height-1);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dbackground_image_geometry.cc348 LayoutUnit column_height = sections_rect.Height() - in GetBackgroundObjectDimensions() local
352 return LayoutSize(cell.Size().Width(), column_height); in GetBackgroundObjectDimensions()
361 return LayoutSize(width, column_height); in GetBackgroundObjectDimensions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dbackground_image_geometry.cc343 LayoutUnit column_height = sections_rect.Height() - in GetBackgroundObjectDimensions() local
347 return PhysicalSize(cell.Size().Width(), column_height); in GetBackgroundObjectDimensions()
356 return PhysicalSize(width, column_height); in GetBackgroundObjectDimensions()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dactionseditor.cpp317 int column_height = i_shortcut->sizeHint().height(); in updateView() local
318 i_shortcut->setSizeHint(QSize(150, column_height)); in updateView()
/dports/print/paps/paps-0.7.1/src/
H A Dpaps.c103 int column_height; member
720 page_layout.column_height = (int)page_height in main()
1180 int pango_column_height = page_layout->column_height * PANGO_SCALE; in output_pages()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dmime-mouse_magic.i290 int column_height; member
782 …page_layout.column_height = page_layout.page_height - page_layout.top_margin - page_layout.bottom_… in text_preview_f()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/inspector/
H A Dinspector_highlight.cc1010 LayoutUnit column_height = rows.back() - rows.front(); in BuildGridInfo() local
1013 PhysicalSize size(columns.at(i) - columns.at(i - 1), column_height); in BuildGridInfo()
1033 PhysicalSize gap_size(column_gap, column_height); in BuildGridInfo()
1079 PhysicalSize grid_size(row_width, column_height); in BuildGridInfo()
/dports/games/falconseye/falconseye-1.9.3_11/win/jtp/
H A Djtp_win.c5406 int ncolumns, column_height; in jtp_dropdown() local
5454 ncolumns = 1; column_height = 0; in jtp_dropdown()
5461 if (column_height + l < jtp_screen.height) in jtp_dropdown()
5462 column_height += l; in jtp_dropdown()
5466 if (column_height > totalheight) totalheight = column_height; in jtp_dropdown()
5467 column_height = l; in jtp_dropdown()
5476 if (column_height + l < jtp_screen.height) in jtp_dropdown()
5477 column_height += l; in jtp_dropdown()
5481 if (column_height > totalheight) totalheight = column_height; in jtp_dropdown()
5482 column_height = l; in jtp_dropdown()
[all …]