Home
last modified time | relevance | path

Searched refs:get_resolutions (Results 1 – 23 of 23) sorted by relevance

/dports/science/py-rmf/rmf-1.3.1/bin/
H A Drmf_info.cpp42 std::cout << "resolutions: " << RMF::decorator::get_resolutions(
46 << RMF::decorator::get_resolutions(rh.get_root_node(),
/dports/science/rmf/rmf-1.3.1/bin/
H A Drmf_info.cpp42 std::cout << "resolutions: " << RMF::decorator::get_resolutions( in main()
46 << RMF::decorator::get_resolutions(rh.get_root_node(), in main()
/dports/science/py-rmf/rmf-1.3.1/examples/
H A Dalternatives.py82 print("particles", RMF.get_resolutions(n, RMF.PARTICLE))
83 print("gaussian particles", RMF.get_resolutions(n, RMF.GAUSSIAN_PARTICLE))
/dports/science/rmf/rmf-1.3.1/examples/
H A Dalternatives.py82 print("particles", RMF.get_resolutions(n, RMF.PARTICLE))
83 print("gaussian particles", RMF.get_resolutions(n, RMF.GAUSSIAN_PARTICLE))
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Ddevice.cpp51 std::vector<unsigned> MethodResolutions::get_resolutions() const in get_resolutions() function in genesys::MethodResolutions
85 std::vector<unsigned> Genesys_Model::get_resolutions(ScanMethod method) const in get_resolutions() function in genesys::Genesys_Model
87 return get_resolution_settings(method).get_resolutions(); in get_resolutions()
H A Ddevice.h115 std::vector<unsigned> get_resolutions() const;
245 std::vector<unsigned> get_resolutions(ScanMethod method) const;
H A Dgenesys.cpp4574 auto resolutions = s.dev->model->get_resolutions(s.scan_method); in set_resolution_option_values()
/dports/multimedia/gtk-youtube-viewer/youtube-viewer-3.9.6/lib/WWW/YoutubeViewer/
H A DItags.pm138 sub get_resolutions { subroutine
262 state $resolutions = $self->get_resolutions();
/dports/science/py-rmf/rmf-1.3.1/include/RMF/decorator/
H A Dalternatives.h111 RMFEXPORT Floats get_resolutions(NodeConstHandle root,
/dports/science/rmf/rmf-1.3.1/include/RMF/decorator/
H A Dalternatives.h111 RMFEXPORT Floats get_resolutions(NodeConstHandle root,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/cups_proxy/
H A Dipp_validator.cc91 return attr_value->get_resolutions().size(); in GetAttributeValuesSize()
298 ConvertResolutions(attribute->value->get_resolutions()); in ValidateIppMessage()
/dports/science/py-rmf/rmf-1.3.1/src/decorator/
H A Dalternatives.cpp178 Floats get_resolutions(NodeConstHandle root, RepresentationType type, in get_resolutions() function
/dports/science/rmf/rmf-1.3.1/src/decorator/
H A Dalternatives.cpp178 Floats get_resolutions(NodeConstHandle root, RepresentationType type, in get_resolutions() function
/dports/science/py-rmf/rmf-1.3.1/plugins/pymol/
H A Dplugin.py169 res = RMF.get_resolutions(fh.get_root_node(), RMF.PARTICLE, .1)
/dports/science/rmf/rmf-1.3.1/plugins/pymol/
H A Dplugin.py169 res = RMF.get_resolutions(fh.get_root_node(), RMF.PARTICLE, .1)
/dports/graphics/sane-backends/sane-backends-1.0.32/testsuite/backend/genesys/
H A Dsession_config_test.cpp435 for (unsigned resolution : method_resolutions.get_resolutions()) { in get_all_test_configs()
/dports/science/py-rmf/rmf-1.3.1/plugins/vmd/
H A DData.cpp74 RMF::Floats resolutions = RMF::decorator::get_resolutions( in get_resolution()
/dports/science/rmf/rmf-1.3.1/plugins/vmd/
H A DData.cpp74 RMF::Floats resolutions = RMF::decorator::get_resolutions( in get_resolution()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/tzp/
H A Dfiletzup.cpp286 get_resolutions(TIFF *tif, double *x_dpi, double *y_dpi),
1662 if (!get_resolutions(tfp, &tzup_f->x_dpi, &tzup_f->y_dpi)) { in get_tzup_fields()
1767 static int get_resolutions(TIFF *tif, double *x_dpi, double *y_dpi) { in get_resolutions() function
/dports/sysutils/cinnamon-control-center/cinnamon-control-center-4.8.2/panels/display/
H A DTODO524 get_resolutions()
/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/display/
H A DTODO524 get_resolutions()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/display/
H A DTODO524 get_resolutions()
/dports/graphics/sane-backends/sane-backends-1.0.32/
H A DChangeLog12208 genesys: Extract MethodResolutions::get_resolutions()