Home
last modified time | relevance | path

Searched defs:ndpi (Results 1 – 14 of 14) sorted by path

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A DsavePositions.cpp60 qreal ndpi = ((qreal) preferences.getDouble(PREF_EXPORT_PNG_RESOLUTION) / DPI) * 12.0; in savePositions() local
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Fonts/
H A Dsmart_font.cpp720 int ndpi= adjusted_dpi ("roman", variant, series, "mathitalic", 1); in initialize_font() local
754 int ndpi= adjusted_dpi (a[0], a[1], a[2], a[3], as_int (a[4])); in initialize_font() local
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Metafont/
H A Dtex_font.cpp714 int ndpi= (int) tm_round (dpi * zoom); in magnify() local
H A Dtex_rubber_font.cpp265 int ndpi= (int) tm_round (dpi * zoom); in magnify() local
/dports/graphics/py-img2pdf/img2pdf-0.3.5/src/
H A Dimg2pdf.py1599 def layout_fun(imgwidthpx, imgheightpx, ndpi): argument
1614 def layout_fun(imgwidthpx, imgheightpx, ndpi): argument
1685 def layout_fun(imgwidthpx, imgheightpx, ndpi): argument
1700 def layout_fun(imgwidthpx, imgheightpx, ndpi): argument
1726 def default_layout_fun(imgwidthpx, imgheightpx, ndpi): argument
1739 def fixed_dpi_layout_fun(imgwidthpx, imgheightpx, ndpi): argument
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Depson.c4233 int ndpi; in sane_get_parameters() local
4380 int ndpi; in sane_start() local
H A Dplustek.c2334 int ndpi; in sane_get_parameters() local
2390 int ndpi; in local_sane_start() local
H A Dplustek_pp.c1735 int ndpi; in sane_get_parameters() local
1793 int ndpi; in sane_start() local
H A Du12.c1482 int ndpi; in sane_get_parameters() local
1553 int ndpi; in sane_start() local
/dports/net-mgmt/pmacct/pmacct-1.7.5/
H A Dconfigure.ac932 AC_ARG_ENABLE(ndpi, optenable
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/
H A DMakefile.am76 SUBDIRS += ndpi subdir
/dports/net-mgmt/yaf/yaf-2.11.0/
H A Dconfigure.ac283 AC_ARG_ENABLE(ndpi, optenable
/dports/net-mgmt/yaf/yaf-2.11.0/src/
H A Dyaftab.c1229 gboolean ndpi, in yfFlowTabAlloc()
/dports/net/ndpi/nDPI-92a1be2/python/
H A Dndpi_typestruct.py24 ndpi = CDLL(dirname(abspath(__file__)) + '/ndpi_wrap.so') variable