Home
last modified time | relevance | path

Searched refs:width_units (Results 1 – 25 of 40) sorted by relevance

12

/dports/emulators/vice/vice-3.5/src/lib/libx264/filters/video/
H A Dresize.c295 double width_units = (double)info->height * in_sar_h * out_sar_w; in handle_opts() local
299 if( width * width_units > height * height_units ) in handle_opts()
301 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
307 int new_height = round( width * width_units / (height_units * csp->mod_height) ); in handle_opts()
332 double width_units = (double)in_sar_h * out_sar_w; in handle_opts() local
336 if( width_units > height_units ) // SAR got wider, decrease width in handle_opts()
338 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
343 height = round( info->height * width_units / (height_units * csp->mod_height) ); in handle_opts()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dresize.c299 double width_units = (double)info->height * in_sar_h * out_sar_w; in handle_opts() local
303 if( width * width_units > height * height_units ) in handle_opts()
305 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
311 int new_height = round( width * width_units / (height_units * csp->mod_height) ); in handle_opts()
336 double width_units = (double)in_sar_h * out_sar_w; in handle_opts() local
340 if( width_units > height_units ) // SAR got wider, decrease width in handle_opts()
342 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
347 height = round( info->height * width_units / (height_units * csp->mod_height) ); in handle_opts()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/filters/video/
H A Dresize.c299 double width_units = (double)info->height * in_sar_h * out_sar_w; in handle_opts() local
303 if( width * width_units > height * height_units ) in handle_opts()
305 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
311 int new_height = round( width * width_units / (height_units * csp->mod_height) ); in handle_opts()
336 double width_units = (double)in_sar_h * out_sar_w; in handle_opts() local
340 if( width_units > height_units ) // SAR got wider, decrease width in handle_opts()
342 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
347 height = round( info->height * width_units / (height_units * csp->mod_height) ); in handle_opts()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/filters/video/
H A Dresize.c295 double width_units = (double)info->height * in_sar_h * out_sar_w; in handle_opts() local
299 if( width * width_units > height * height_units ) in handle_opts()
301 int new_width = round( height * height_units / (width_units * csp->mod_width) ); in handle_opts()
307 int new_height = round( width * width_units / (height_units * csp->mod_height) ); in handle_opts()
332 double width_units = (double)in_sar_h * out_sar_w; in handle_opts() local
336 if( width_units > height_units ) // SAR got wider, decrease width in handle_opts()
338 width = round( info->width * height_units / (width_units * csp->mod_width) ); in handle_opts()
343 height = round( info->height * width_units / (height_units * csp->mod_height) ); in handle_opts()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-html-editor-table-dialog.c41 GtkWidget *width_units; member
138 GTK_COMBO_BOX (dialog->priv->width_units)) == 0) ? in html_editor_table_dialog_set_width()
143 gtk_widget_set_sensitive (dialog->priv->width_units, TRUE); in html_editor_table_dialog_set_width()
149 gtk_widget_set_sensitive (dialog->priv->width_units, FALSE); in html_editor_table_dialog_set_width()
157 if (gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->priv->width_units)) == 0) { in html_editor_table_dialog_width_units_changed()
187 GTK_COMBO_BOX (dialog->priv->width_units), in html_editor_table_dialog_get_width()
403 gtk_combo_box_set_active_id (GTK_COMBO_BOX (dialog->priv->width_units), "units-percent"); in html_editor_table_dialog_reset_values()
584 dialog->priv->width_units = widget; in e_html_editor_table_dialog_init()
H A De-html-editor-cell-dialog.c51 GtkWidget *width_units; member
185 GTK_COMBO_BOX (dialog->priv->width_units)) == 0) ? in html_editor_cell_dialog_set_width()
198 if (gtk_combo_box_get_active (GTK_COMBO_BOX (dialog->priv->width_units)) == 0) { in html_editor_cell_dialog_width_units_changed()
339 GTK_COMBO_BOX (dialog->priv->width_units), in html_editor_cell_dialog_show()
572 dialog->priv->width_units = widget; in e_html_editor_cell_dialog_init()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp1027 int32_t width_units; // no of widths in blob in count_pitch_stats() local
1052 width_units = in count_pitch_stats()
1054 if (width_units < 1) { in count_pitch_stats()
1055 width_units = 1; in count_pitch_stats()
1057 width_units--; in count_pitch_stats()
1060 width_units = in count_pitch_stats()
1064 width_units = 0; // everything in in count_pitch_stats()
1067 (blob_width - width_units * initial_pitch) / 2); in count_pitch_stats()
1068 if (prev_valid && width_units >= 0) { in count_pitch_stats()
1080 prev_centre = static_cast<int32_t>(x_centre + width_units * initial_pitch); in count_pitch_stats()
[all …]
/dports/graphics/libgnomecanvasmm26/libgnomecanvasmm-2.26.0/libgnomecanvas/libgnomecanvasmm/
H A Dproperties.h234 GNOMEMM_PROPERTY(width_units,width_units,double)
H A Dproperties.cc227 GNOMEMM_PROPERTY_IMPL(width_units,width_units,double)
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/tables/
H A Dllx_product.sql83 width_units tinyint DEFAULT NULL, field
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/tables/
H A Dllx_product.sql82 width_units tinyint DEFAULT NULL, field
/dports/graphics/libgnomecanvasmm26/libgnomecanvasmm-2.26.0/examples/canvas/
H A Dcanvas.cc60 << Properties::width_units(4.0) in CanvasExample()
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpangocairo-render.c698 int width_units = (width + unit_width / 2) / unit_width; in draw_error_underline() local
703 x += (width - width_units * unit_width) / 2; in draw_error_underline()
712 for (i = 0; i < width_units-2; i += 2) in draw_error_underline()
722 if (i + 1 == width_units) in draw_error_underline()
724 else if (i + 2 == width_units) { in draw_error_underline()
H A Dpango-renderer.c1120 int width_units; in pango_renderer_default_draw_error_underline() local
1132 width_units = (width + unit_width / 2) / unit_width; in pango_renderer_default_draw_error_underline()
1134 x += (width - width_units * unit_width) / 2; in pango_renderer_default_draw_error_underline()
1146 i = (width_units - 1) / 2; in pango_renderer_default_draw_error_underline()
1164 if (width_units % 2 == 0) in pango_renderer_default_draw_error_underline()
/dports/graphics/pinta/pinta-1.7.1/Pinta/Dialogs/
H A DNewImageDialog.cs218 var width_units = new Label (Catalog.GetString ("pixels")); in BuildDialog()
222 width_hbox.PackStart (width_units, false, false, 5); in BuildDialog()
/dports/www/gtkhtml4/gtkhtml-4.10.0/components/editor/
H A Dgtkhtml-editor-signals.c896 gint width_units; in AUTOCONNECTED_SIGNAL_HANDLER() local
904 width_units = gtk_combo_box_get_active (GTK_COMBO_BOX (widget)); in AUTOCONNECTED_SIGNAL_HANDLER()
908 gtk_widget_set_sensitive (widget, (width_units != SIZE_UNIT_FOLLOW)); in AUTOCONNECTED_SIGNAL_HANDLER()
919 (width_units != SIZE_UNIT_FOLLOW) ? width : 0, in AUTOCONNECTED_SIGNAL_HANDLER()
921 (width_units == SIZE_UNIT_PERCENT), in AUTOCONNECTED_SIGNAL_HANDLER()
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/class/
H A Dproduct.class.php298 public $width_units; // scale -3, 0, 3, 6 variable in Product
941 $this->width_units = trim($this->width_units);
951 $this->width_units = $this->length_units; // Not used yet
958 …e) && !empty($this->length) && !empty($this->width) && $this->length_units == $this->width_units) {
1111 …$sql .= ", width_units = ".($this->width_units != '' ? "'".$this->db->escape($this->width_units)."…
2383 $this->width_units = $obj->width_units;
4794 …langs->trans("Width").'</b>: '.$this->width.' '.measuringUnitString(0, 'size', $this->width_units);
5700 $this->width_units = 0;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/class/
H A Dproduct.class.php287 public $width_units; // scale -3, 0, 3, 6 variable in Product
856 $this->width_units = trim($this->width_units);
866 $this->width_units = $this->length_units; // Not used yet
873 …e) && !empty($this->length) && !empty($this->width) && $this->length_units == $this->width_units) {
1024 …$sql .= ", width_units = ".($this->width_units != '' ? "'".$this->db->escape($this->width_units)."…
2176 $this->width_units = $obj->width_units;
4559 …langs->trans("Width").'</b>: '.$this->width.' '.measuringUnitString(0, 'size', $this->width_units);
5448 $this->width_units = 0;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expedition/
H A Dshipment.php710 $product_static->width_units = $objp->width_units;
H A Dcard.php1800 …print ($object->trueWidth && $object->width_units != '') ? ' '.measuringUnitString(0, "size", $obj…
2127 $product_static->width_units = $lines[$i]->width_units;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expedition/
H A Dshipment.php720 $product_static->width_units = $objp->width_units;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/
H A Dlist.php1057 $product_static->width_units = $obj->width_units;
1215 … ($product_static->width != '') print measuringUnitString(0, 'size', $product_static->width_units);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/
H A Dlist.php1290 $product_static->width_units = $obj->width_units;
1466 print measuringUnitString(0, 'size', $product_static->width_units);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/delivery/class/
H A Ddelivery.class.php817 $line->width_units = $obj->width_units;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/delivery/class/
H A Ddelivery.class.php798 $line->width_units = $obj->width_units;

12