Home
last modified time | relevance | path

Searched refs:opt_dpi (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/pango/pango-1.48.11/utils/
H A Dviewer-render.c36 int opt_dpi = 96; variable
121 pango_layout_set_width (layout, (opt_width * opt_dpi * PANGO_SCALE + 36) / 72); in make_layout()
124 pango_layout_set_height (layout, (opt_height * opt_dpi * PANGO_SCALE + 36) / 72); in make_layout()
129 pango_layout_set_indent (layout, (opt_indent * opt_dpi * PANGO_SCALE + 36) / 72); in make_layout()
133 pango_layout_set_spacing (layout, (opt_spacing * opt_dpi * PANGO_SCALE + 36) / 72); in make_layout()
168 result = g_strdup_printf ("%s: %s (%d dpi)", opt_viewer->name, font_name, opt_dpi); in get_options_string()
780 {"dpi", 0, 0, G_OPTION_ARG_INT, &opt_dpi, in parse_options()
878 opt_dpi = 72; in parse_options()
H A Dviewer-pangoft2.c58 pango_ft2_font_map_set_resolution (PANGO_FT2_FONT_MAP (fontmap), opt_dpi, opt_dpi); in pangoft2_view_create()
H A Dviewer-render.h105 extern int opt_dpi;
H A Dviewer-pangoxft.c33 FcPatternAddInteger (pattern, FC_DPI, opt_dpi); in default_substitute()
H A Dviewer-cairo.c261 opt_dpi = 72; in cairo_vector_view_create()
H A Dviewer-pangocairo.c52 pango_cairo_font_map_set_resolution (PANGO_CAIRO_FONT_MAP (instance->fontmap), opt_dpi); in pangocairo_view_create()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dmain.cpp110 int opt_dpi = -1; variable
588 if (opt_dpi >= 0) in main()
589 args << "--dpi="+QString::number(opt_dpi); in main()
676 if ( opt_dpi > 0 ) in main()
677 cmds << CMDURL_MW(slotSetDPI, opt_dpi); in main()
743 if ( opt_dpi > 0 ) in main()
744 iface->setInputData("dpi", QString::null, opt_dpi); in main()
892 if ( opt_dpi > 0 ) { in main()
893 mainWin.slotSetDPI(opt_dpi); in main()
1071 input.dpi = (opt_dpi > 0) ? opt_dpi : 1200; in main()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplargs.c152 static int opt_dpi (const char *, const char *, void *);
547 opt_dpi,
2268 opt_dpi(const char *opt, const char *myoptarg, void *client_data) in opt_dpi() function
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplargs.c140 static int opt_dpi( PLCHAR_VECTOR, PLCHAR_VECTOR, void * );
600 opt_dpi,
2806 opt_dpi( PLCHAR_VECTOR PL_UNUSED( opt ), PLCHAR_VECTOR opt_arg, void * PL_UNUSED( client_data ) ) in opt_dpi() function
/dports/math/plplot/plplot-5.15.0/src/
H A Dplargs.c140 static int opt_dpi( PLCHAR_VECTOR, PLCHAR_VECTOR, void * );
600 opt_dpi,
2806 opt_dpi( PLCHAR_VECTOR PL_UNUSED( opt ), PLCHAR_VECTOR opt_arg, void * PL_UNUSED( client_data ) ) in opt_dpi() function