Home
last modified time | relevance | path

Searched refs:zoom_percent (Results 1 – 13 of 13) sorted by relevance

/dports/print/flpsed/flpsed-0.7.3/src/
H A DPSEditWidget.cxx46 fl_font(FLPSED_FONT, t->get_size() * zoom_percent / 100); in draw()
60 fl_font(FLPSED_TAG_FONT, FLPSED_TAG_FONT_SIZE * zoom_percent / 100); in draw()
74 zoom_percent = 100; in PSEditWidget()
222 fl_font(FLPSED_FONT, t->get_size() * zoom_percent / 100); in rm_char()
336 zoom_percent = p; in zoom()
337 return GsWidget::zoom(zoom_percent); in zoom()
346 fl_font(FLPSED_FONT, t->get_size() * zoom_percent / 100); in bb_y()
353 fl_font(FLPSED_FONT, t->get_size() * zoom_percent / 100); in bb_w()
358 fl_font(FLPSED_TAG_FONT, FLPSED_TAG_FONT_SIZE * zoom_percent / 100); in bb_w()
367 fl_font(FLPSED_FONT, t->get_size() * zoom_percent / 100); in bb_h()
[all …]
H A DGsWidget.cxx91 zoom_percent = 100; in GsWidget()
92 xdpi = 75 * zoom_percent / 100; in GsWidget()
93 ydpi = 75 * zoom_percent / 100; in GsWidget()
383 zoom_percent = p; in zoom()
385 xdpi = 75 * zoom_percent / 100; in zoom()
386 ydpi = 75 * zoom_percent / 100; in zoom()
H A DGsWidget.H30 int zoom_percent; variable
H A DPSEditWidget.H25 int zoom_percent; variable
/dports/graphics/eog/eog-41.1/src/
H A Deog-zoom-entry.c77 const gint zoom_percent = (gint) floor (value * 100. + 0.5); in eog_zoom_entry_format_zoom_value() local
81 name = g_strdup_printf(_("%d%%"), zoom_percent); in eog_zoom_entry_format_zoom_value()
/dports/graphics/dia/dia-0.97.3/app/
H A Dmenus.c468 float zoom_percent; in integrated_ui_toolbar_zoom_activate() local
470 if (sscanf (text, "%f", &zoom_percent) == 1) in integrated_ui_toolbar_zoom_activate()
472 view_zoom_set (10.0 * zoom_percent); in integrated_ui_toolbar_zoom_activate()
486 float zoom_percent; in integrated_ui_toolbar_zoom_combo_selection_changed() local
489 if (sscanf (text, "%f", &zoom_percent) == 1) in integrated_ui_toolbar_zoom_combo_selection_changed()
491 view_zoom_set (zoom_percent * 10.0); in integrated_ui_toolbar_zoom_combo_selection_changed()
/dports/graphics/xournal/xournal-0.4.8.2016/src/
H A Dxo-callbacks.c3523 double zoom_percent; variable
3535 zoom_percent = 100*ui.zoom / DEFAULT_ZOOM; in on_viewSetZoom_activate()
3538 gtk_spin_button_set_value(spinZoom, zoom_percent); in on_viewSetZoom_activate()
3541 if (zoom_percent > 99.9 && zoom_percent < 100.1) in on_viewSetZoom_activate()
3544 else if (zoom_percent > test_w-0.1 && zoom_percent < test_w+0.1) in on_viewSetZoom_activate()
3547 else if (zoom_percent > test_h-0.1 && zoom_percent < test_h+0.1) in on_viewSetZoom_activate()
3557 ui.zoom = DEFAULT_ZOOM*zoom_percent/100; in on_viewSetZoom_activate()
3580 if (val<zoom_percent-1 || val>zoom_percent+1) in on_spinZoom_value_changed()
3583 zoom_percent = val; in on_spinZoom_value_changed()
3600 zoom_percent = 100.; in on_radioZoom100_toggled()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/toolbar/
H A Dapp_menu_model.cc937 int zoom_percent = 100; // Defaults to 100% zoom. in UpdateZoomControls() local
939 zoom_percent = in UpdateZoomControls()
942 zoom_label_ = base::FormatPercent(zoom_percent); in UpdateZoomControls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dwindow_tree_host_manager.cc331 int zoom_percent = std::round(display_info.zoom_factor() * 100); in InitHosts() local
338 ->Add(zoom_percent); in InitHosts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc1355 int zoom_percent = static_cast<int>( in SendZoomLevels() local
1357 exception->SetString(kZoom, base::FormatPercent(zoom_percent)); in SendZoomLevels()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/settings/
H A Dsite_settings_handler.cc1411 int zoom_percent = static_cast<int>( in SendZoomLevels() local
1413 exception->SetString(kZoom, base::FormatPercent(zoom_percent)); in SendZoomLevels()
/dports/x11/wdisplays/wdisplays-1.1/src/
H A Dmain.c454 g_autofree gchar *zoom_percent = g_strdup_printf("%.f%%", state->zoom * 100.); in update_zoom() local
455 gtk_button_set_label(GTK_BUTTON(state->zoom_reset), zoom_percent); in update_zoom()
/dports/multimedia/dvd-slideshow/dvd-slideshow-0.8.4-2/
H A Ddvd-slideshow1604 zoom_percent=`echo "$1" | awk -F';' '{print $1}' | awk -F% '{print $1}'`
1605 [ $debug -ge 3 ] && myecho "[dvd-slideshow:parse_window] zoom=$zoom_percent, loc=$loc "
1611 xw=`div10 $(( 10 * $new_image_width * $zoom_percent / 100 ))`
1618 yh=`div10 $(( 10 * $new_image_height * $zoom_percent / 100 ))`