Home
last modified time | relevance | path

Searched refs:row_height (Results 1 – 25 of 929) sorted by relevance

12345678910>>...38

/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/zoomable/
H A DRowAdjustments.java142 int row_height; in initYLabelTreeSize() local
155 tree_view.setRowHeight( row_height ); in initYLabelTreeSize()
160 + ", h=" + row_height in initYLabelTreeSize()
330 double vis_row_count, row_height; in componentResized() local
359 double vis_row_count, row_height; in stateChanged() local
416 double vis_row_count, row_height; in actionPerformed() local
467 double vis_row_count, row_height; in stateChanged() local
469 row_height = -1.0d; in stateChanged()
511 double vis_row_count, row_height; in actionPerformed() local
516 row_height = -1; in actionPerformed()
[all …]
H A DCoordPixelImage.java49 public CoordPixelImage( ScrollableObject image_object, int row_height, in CoordPixelImage() argument
53 this.resetRowHeight( row_height ); in CoordPixelImage()
57 public void resetRowHeight( int row_height ) in resetRowHeight() argument
59 row_hgt = row_height; in resetRowHeight()
60 row_half_hgt = row_height / 2 + 1; in resetRowHeight()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dpostal.c102 symbol->row_height[0] = 6.0f; in usps_set_height()
103 symbol->row_height[1] = 6.0f; in usps_set_height()
106 h_ratio = symbol->row_height[1] / (symbol->row_height[0] + symbol->row_height[1]); /* 0.4 */ in usps_set_height()
112 symbol->row_height[0] = symbol->height - symbol->row_height[1]; in usps_set_height()
115 symbol->height = symbol->row_height[0] + symbol->row_height[1]; in usps_set_height()
355 t_ratio = symbol->row_height[1] / (symbol->row_height[0] * 2 + symbol->row_height[1]); in daft_set_height()
361 symbol->row_height[0] = (symbol->height - symbol->row_height[1]) / 2.0f; in daft_set_height()
368 symbol->row_height[2] = symbol->row_height[0]; in daft_set_height()
369 symbol->height = symbol->row_height[0] + symbol->row_height[1] + symbol->row_height[2]; in daft_set_height()
464 symbol->row_height[0] = 3.0f; in royal_plot()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecUtils.c105 (row_height + sy) >> sy, in pad_row()
110 (row_height + sy) >> sy, in pad_row()
135 (row_height + sy) >> sy, in pad_row()
140 (row_height + sy) >> sy, in pad_row()
191 (row_height + sy) >> sy, in pad_row()
196 (row_height + sy) >> sy, in pad_row()
207 (row_height + sy) >> sy, in pad_row()
212 (row_height + sy) >> sy, in pad_row()
224 (row_height + sy) >> sy, in pad_row()
229 (row_height + sy) >> sy, in pad_row()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Decoder/Codec/
H A DEbDecUtils.c105 (row_height + sy) >> sy, in pad_row()
110 (row_height + sy) >> sy, in pad_row()
135 (row_height + sy) >> sy, in pad_row()
140 (row_height + sy) >> sy, in pad_row()
191 (row_height + sy) >> sy, in pad_row()
196 (row_height + sy) >> sy, in pad_row()
207 (row_height + sy) >> sy, in pad_row()
212 (row_height + sy) >> sy, in pad_row()
224 (row_height + sy) >> sy, in pad_row()
229 (row_height + sy) >> sy, in pad_row()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DSystemResourceSummaryBrowseWnd.cpp97 row_height(1), in SystemResourceSummaryBrowseWnd()
131 row_height = GG::Y(ClientUI::Pts() * 3/2); in Initialize()
143 top += row_height; in Initialize()
153 top += row_height; in Initialize()
163 top += row_height; in Initialize()
217 top += row_height; in UpdateProduction()
235 top += row_height; in UpdateProduction()
317 top += row_height; in UpdateAllocation()
335 top += row_height; in UpdateAllocation()
433 label->Resize(GG::Pt(LabelWidth(), row_height)); in UpdateImportExport()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/calendar/gui/
H A De-meeting-time-sel-item.c250 cr, 0, mts->row_height * 2 - y, in e_meeting_time_selector_item_draw()
251 width, mts->row_height); in e_meeting_time_selector_item_draw()
287 row = y / mts->row_height; in e_meeting_time_selector_item_draw()
315 row_y += mts->row_height; in e_meeting_time_selector_item_draw()
346 bar_height = mts->row_height; in e_meeting_time_selector_item_draw()
413 y += mts->row_height; in e_meeting_time_selector_item_paint_day_top()
416 y += mts->row_height; in e_meeting_time_selector_item_paint_day_top()
551 for (grid_y = mts->row_height - 1 - (scroll_y % mts->row_height); in e_meeting_time_selector_item_paint_day()
556 grid_y += mts->row_height) in e_meeting_time_selector_item_paint_day()
628 row = scroll_y / mts->row_height; in e_meeting_time_selector_item_paint_busy_periods()
[all …]
/dports/graphics/gegl/gegl-0.4.34/operations/common-gpl3+/
H A Dengrave.c31 property_int (row_height, _("Height"), 10)
104 area->top = area->bottom = o->row_height;
146 top_offset = roi->y % o->row_height;
147 bottom_offset = (roi->y + roi->height) % o->row_height;
150 extended_roi_height = roi->height + top_offset + (o->row_height - bottom_offset);
152 row_count = extended_roi_height / o->row_height;
160 in_y = extended_roi_y + i * o->row_height;
162 gegl_rectangle_set (&in_rect, roi->x, in_y, roi->width, o->row_height);
165 gegl_rectangle_set (&out_rect, roi->x, in_y, roi->width, o->row_height);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPropertyGridView.cs53 private int row_height; field in System.Windows.Forms.PropertyGridInternal.PropertyGridView
183 int yLoc = -vbar.Value*row_height; in OnPaint()
526 current += row_height; in GetSelectedGridItem()
552 return this.Height / row_height; in GetVisibleRowsCount()
680 row_height)); in DrawGridItem()
699 yLoc += row_height; in DrawGridItem()
883 int y = -vbar.Value*row_height; in UpdateGridTextBoxBounds()
888 row_height - ENTRY_SPACING); in UpdateGridTextBoxBounds()
898 y += row_height; in CalculateItemY()
915 value += itemY / row_height; in ScrollToItem()
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dpostal.c145 symbol->row_height[0] = 6; in post_plot()
146 symbol->row_height[1] = 6; in post_plot()
211 symbol->row_height[0] = 6; in planet_plot()
212 symbol->row_height[1] = 6; in planet_plot()
368 symbol->row_height[0] = 3; in royal_plot()
369 symbol->row_height[1] = 2; in royal_plot()
370 symbol->row_height[2] = 3; in royal_plot()
420 symbol->row_height[0] = 3; in kix_code()
421 symbol->row_height[1] = 2; in kix_code()
422 symbol->row_height[2] = 3; in kix_code()
[all …]
/dports/www/piwigo/piwigo/themes/modus/
H A Dthemeconf.inc.php161 $row_height = $default_params->max_height();
167 $horizontal_margin = floor(0.01*$row_height);
171 $horizontal_margin = floor(0.015*$row_height);
173 $horizontal_margin = floor(0.02*$row_height);
179 …if ($params->max_height() > $row_height && $params->sizing->max_crop == $default_params->sizing->m…
203 while($csize[1]<$row_height-2 && $idx<count($candidates));
206 if ($csize[1] < $row_height)
207 $a_style=' style="top:'.floor(($row_height-$csize[1])/2).'px"';
208 elseif ($csize[1] > $row_height)
209 $csize = $c->get_scaled_size(9999, $row_height);
[all …]
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbMcp.c30 void generate_padding_l(EbByte src_pic, uint32_t src_stride, uint32_t row_height, in generate_padding_l() argument
32 uint32_t vertical_idx = row_height; in generate_padding_l()
43 uint32_t row_height, uint32_t padding_width) { in generate_padding_r() argument
44 uint32_t vertical_idx = row_height; in generate_padding_r()
70 uint32_t row_height, uint32_t padding_height) { in generate_padding_b() argument
73 temp_src_pic = temp_src_pic_1 = src_pic + (src_stride * (row_height - 1)); in generate_padding_b()
83 void generate_padding_l_hbd(EbByte src_pic, uint32_t src_stride, uint32_t row_height, in generate_padding_l_hbd() argument
85 uint32_t vertical_idx = row_height; in generate_padding_l_hbd()
97 uint32_t row_height, uint32_t padding_width) { in generate_padding_r_hbd() argument
98 uint32_t vertical_idx = row_height; in generate_padding_r_hbd()
H A DEbMcp.h72 void generate_padding_l(EbByte src_pic, uint32_t src_stride, uint32_t row_height,
75 uint32_t row_height, uint32_t padding_width);
79 uint32_t row_height, uint32_t padding_height);
81 void generate_padding_l_hbd(EbByte src_pic, uint32_t src_stride, uint32_t row_height,
84 uint32_t row_height, uint32_t padding_width);
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Common/Codec/
H A DEbMcp.c30 void generate_padding_l(EbByte src_pic, uint32_t src_stride, uint32_t row_height, in generate_padding_l() argument
32 uint32_t vertical_idx = row_height; in generate_padding_l()
43 uint32_t row_height, uint32_t padding_width) { in generate_padding_r() argument
44 uint32_t vertical_idx = row_height; in generate_padding_r()
70 uint32_t row_height, uint32_t padding_height) { in generate_padding_b() argument
73 temp_src_pic = temp_src_pic_1 = src_pic + (src_stride * (row_height - 1)); in generate_padding_b()
83 void generate_padding_l_hbd(EbByte src_pic, uint32_t src_stride, uint32_t row_height, in generate_padding_l_hbd() argument
85 uint32_t vertical_idx = row_height; in generate_padding_l_hbd()
97 uint32_t row_height, uint32_t padding_width) { in generate_padding_r_hbd() argument
98 uint32_t vertical_idx = row_height; in generate_padding_r_hbd()
H A DEbMcp.h72 void generate_padding_l(EbByte src_pic, uint32_t src_stride, uint32_t row_height,
75 uint32_t row_height, uint32_t padding_width);
79 uint32_t row_height, uint32_t padding_height);
81 void generate_padding_l_hbd(EbByte src_pic, uint32_t src_stride, uint32_t row_height,
84 uint32_t row_height, uint32_t padding_width);
/dports/math/giacxcas/giac-1.6.0/src/
H A DFlv_List.cc385 return row_height(r); in row_height()
399 rh = row_height(-3); in get_row()
554 rh = row_height(r); in bottom_row()
729 th += row_height(v); in client_area()
944 rh = row_height(r); in update_top_row()
1023 rh = row_height(-3); in start_draw()
1035 rh = row_height(-1); in start_draw()
1046 rh = row_height(-2); in start_draw()
1104 rh = row_height(r); in draw()
1263 Y+=row_height(-3); in check_cursor()
[all …]
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/templates/invoice/
H A Dprint_pdf_tpl.php539 $y_axis = $y_axis + $row_height;
548 $row_height = 6; variable
569 $y_axis = $y_axis + $row_height;
579 $y_axis = $y_axis + $row_height;
586 $y_axis = $y_axis + $row_height/2;
597 $y_axis = $y_axis + $row_height;
617 $y_axis = $y_axis + $row_height;
641 $pdf->SetY($y_axis_initial +($row_height * $max + 1));
656 $pdf->SetY($y_axis_initial +($row_height * $max + 1));
662 $pdf->SetY($y_axis_initial +($row_height * $max + 2));
[all …]
/dports/devel/upp/upp/uppsrc/GridCtrl/
H A DGridCtrl.usc186 row_height = fontcy + 4;
216 rows = hg / row_height;
220 w.DrawRect(body.left, body.top, wd, row_height, focus_bg);
222 w.DrawRect(body.left, body.top, col_width - 1, row_height, focus_bg);
227 w.DrawRect(body.left, body.top + row_height, wd, row_height, live_bg);
229 w.DrawRect(body.left, body.top + row_height, col_width - 1, row_height, live_bg);
235 row.top = body.top + i * row_height;
236 row.bottom = row.top + row_height;
254 w.DrawRect(row.left, row.top + 1, wd, row_height - .HorzGrid, multi_bg);
288 …w.DrawImage(body.left + col_width - 10, 8 + (body.top + 4 * row_height) * .FullColResizing, "GridC…
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/shaders/material/
H A Dgpu_shader_material_tex_brick.glsl6 float row_height,
16 rownum = floor_to_int(p.y / row_height);
26 y = p.y - row_height * rownum;
30 float min_dist = min(min(x, y), min(brick_width - x, row_height - y));
52 float row_height,
65 row_height,
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkgridview.c641 row_height = 0; in gtk_grid_view_measure_list()
654 row_height = MAX (row_height, child_min); in gtk_grid_view_measure_list()
656 row_height = MAX (row_height, child_nat); in gtk_grid_view_measure_list()
670 row_height = 0; in gtk_grid_view_measure_list()
775 row_height = 0; in gtk_grid_view_size_allocate()
797 row_height = MAX (row_height, size); in gtk_grid_view_size_allocate()
808 row_height = 0; in gtk_grid_view_size_allocate()
862 row_height = 0; in gtk_grid_view_size_allocate()
881 y += row_height; in gtk_grid_view_size_allocate()
883 row_height = 0; in gtk_grid_view_size_allocate()
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_edit.c74 float x_offset, const char *text, int byte_len, float row_height, in nk_edit_draw_text() argument
105 label.h = row_height; in nk_edit_draw_text()
120 line_offset += row_height; in nk_edit_draw_text()
139 label.h = row_height; in nk_edit_draw_text()
159 float row_height; in nk_do_edit() local
231 nk_textedit_click(edit, mouse_x, mouse_y, font, row_height); in nk_do_edit()
234 nk_textedit_drag(edit, mouse_x, mouse_y, font, row_height); in nk_do_edit()
457 text_size.y = (float)total_lines * row_height; in nk_do_edit()
462 cursor_pos.y = text_size.y - row_height; in nk_do_edit()
594 begin, (int)(end - begin), row_height, font, in nk_do_edit()
[all …]
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dgimp-make-img-map67 my $row_height = 0;
71 $row_height = $h if $h > $row_height;
78 my $y = $ypos + ($row_height-$imgs->[$i]->height)/2;
94 my $row_height = $imgs->[0]->height();
112 $ypos+= $gutter_y + $row_height;
120 $row_height = $imgs->[$row_start_idx]->height;
127 $row_height = $h if $h > $row_height;
138 $ypos+= $row_height;
/dports/security/ridl/ridl-11b3240/nuklear/src/
H A Dnuklear_edit.c74 float x_offset, const char *text, int byte_len, float row_height, in nk_edit_draw_text() argument
105 label.h = row_height; in nk_edit_draw_text()
120 line_offset += row_height; in nk_edit_draw_text()
139 label.h = row_height; in nk_edit_draw_text()
159 float row_height; in nk_do_edit() local
228 nk_textedit_click(edit, mouse_x, mouse_y, font, row_height); in nk_do_edit()
231 nk_textedit_drag(edit, mouse_x, mouse_y, font, row_height); in nk_do_edit()
445 text_size.y = (float)total_lines * row_height; in nk_do_edit()
450 cursor_pos.y = text_size.y - row_height; in nk_do_edit()
581 begin, (int)(end - begin), row_height, font, in nk_do_edit()
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/viewer/legends/
H A DLegendTable.java133 int cell_width, cell_height, row_height; in initColumnSize() local
140 row_height = 0; in initColumnSize()
191 if ( cell_height > row_height ) in initColumnSize()
192 row_height = cell_height; in initColumnSize()
194 super.setRowHeight( row_height ); in initColumnSize()
198 vport_height = row_height * Const.LIST_MAX_VISIBLE_ROW_COUNT; in initColumnSize()
200 vport_height = row_height * row_count; in initColumnSize()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/resizables/
H A Dcalls_dispatcher.lua66 local row_height = 20
70 local rows = math.floor((self.height - window_margin * 3 - 60) / row_height)
91 local assigned_panel = self:addBevelPanel(window_margin, y, 20, row_height, col_button)
92 … local assigned_button = assigned_panel:makeButton(0, 0, 20, row_height, nil, assigned_factory(i))
94 …local task_panel = self:addBevelPanel(50, y, self.width - 50 - 40 - window_margin, row_height, col…
95 …on = task_panel:makeButton(0, 0, self.width - 50 - 40 - window_margin, row_height, nil, task_facto…
103 y = y + row_height
107 …ollbar = self:addColourPanel(self.width - window_margin - 20, window_margin, 20, row_height * rows,

12345678910>>...38