Home
last modified time | relevance | path

Searched defs:resolution (Results 76 – 100 of 5394) sorted by relevance

12345678910>>...216

/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkVolumeOfRevolutionFilter.cxx67 int resolution, vtkPointData* outPd, bool partialSweep) in RevolvePoints()
94 void Revolve<VTK_VERTEX>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
113 void Revolve<VTK_POLY_VERTEX>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
128 void Revolve<VTK_LINE>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
159 void Revolve<VTK_POLY_LINE>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
176 void Revolve<VTK_TRIANGLE>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
207 void Revolve<VTK_TRIANGLE_STRIP>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
226 void Revolve<VTK_QUAD>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
257 void Revolve<VTK_PIXEL>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
288 void Revolve<VTK_POLYGON>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/multimedia/camera/
H A Dqcameraviewfindersettings.cpp75 QSize resolution; member in QCameraViewfinderSettingsPrivate
199 QSize QCameraViewfinderSettings::resolution() const in resolution() function in QCameraViewfinderSettings
216 void QCameraViewfinderSettings::setResolution(const QSize &resolution) in setResolution()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/widgets/
H A Dlabel.hpp165 struct resolution : public resolution_definition struct
169 bool link_aware;
170 color_t link_color;
H A Dscrollbar_panel.hpp72 struct resolution : public resolution_definition struct
76 builder_grid_ptr grid;
H A Dstacked_widget.hpp189 struct resolution : public resolution_definition struct
193 builder_grid_ptr grid;
/dports/science/cdk/cdk-cdk-2.3/misc/extra/src/main/java/org/openscience/cdk/geometry/
H A DRDFCalculator.java70 private double resolution; field in RDFCalculator
84 public RDFCalculator(double startCutoff, double cutoff, double resolution, double peakWidth) { in RDFCalculator()
99 public RDFCalculator(double startCutoff, double cutoff, double resolution, double peakWidth, in RDFCalculator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dresizing_host_observer.cc73 const ScreenResolution& resolution() const { return resolution_; } in resolution() function in remoting::__anon809110290111::CandidateResolution
136 const ScreenResolution& resolution) { in SetScreenResolution()
169 for (const auto& resolution : resolutions) { in SetScreenResolution() local
H A Dscreen_resolution_unittest.cc31 ScreenResolution resolution( in TEST() local
42 ScreenResolution resolution( in TEST() local
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/bdjo/
H A DTerminalInfo.java23 …public TerminalInfo(String defaultFont, int resolution, boolean menuCallMask, boolean titleSearchM… in TerminalInfo()
53 private final GraphicsResolution resolution; field in TerminalInfo
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/bdjo/
H A DTerminalInfo.java23 …public TerminalInfo(String defaultFont, int resolution, boolean menuCallMask, boolean titleSearchM… in TerminalInfo()
53 private final GraphicsResolution resolution; field in TerminalInfo
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/tools/
H A Dcubegen.py58 def density(mol, outfile, dm, nx=80, ny=80, nz=80, resolution=RESOLUTION, argument
108 def orbital(mol, outfile, coeff, nx=80, ny=80, nz=80, resolution=RESOLUTION, argument
158 def mep(mol, outfile, dm, nx=80, ny=80, nz=80, resolution=RESOLUTION, argument
233 def __init__(self, mol, nx=80, ny=80, nz=80, resolution=RESOLUTION, argument
H A Dchgcar.py44 def density(cell, outfile, dm, nx=60, ny=60, nz=60, resolution=RESOLUTION): argument
99 def orbital(cell, outfile, coeff, nx=60, ny=60, nz=60, resolution=RESOLUTION): argument
157 def __init__(self, cell, nx=60, ny=60, nz=60, resolution=RESOLUTION, argument
/dports/math/py-python-louvain/python-louvain-0.15/community/
H A Dcommunity_louvain.py166 resolution=1., argument
261 resolution=1., argument
470 def __one_level(graph, status, weight_key, resolution, random_state): argument
541 def __modularity(status, resolution): argument
/dports/graphics/qgis/qgis-3.22.3/src/3d/terrain/
H A Dqgsonlineterraingenerator.h51 void setResolution( int resolution ) { mResolution = resolution; updateGenerator(); } in setResolution()
53 int resolution() const { return mResolution; } in resolution() function
H A Dqgsdemterraingenerator.h57 void setResolution( int resolution ) { mResolution = resolution; updateGenerator(); } in setResolution()
59 int resolution() const { return mResolution; } in resolution() function
/dports/graphics/qgis-ltr/qgis-3.16.16/src/3d/terrain/
H A Dqgsdemterraingenerator.h57 void setResolution( int resolution ) { mResolution = resolution; updateGenerator(); } in setResolution()
59 int resolution() const { return mResolution; } in resolution() function
H A Dqgsonlineterraingenerator.h53 void setResolution( int resolution ) { mResolution = resolution; updateGenerator(); } in setResolution()
55 int resolution() const { return mResolution; } in resolution() function
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/
H A DvtkVolumeOfRevolutionFilter.cxx66 double sweepAngle, int resolution, vtkPointData *outPd, in RevolvePoints()
96 int resolution, vtkCellArray *connectivity, in Revolve()
119 int resolution, vtkCellArray *connectivity, in Revolve()
137 void Revolve<VTK_LINE>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
171 int resolution, vtkCellArray *connectivity, in Revolve()
192 int resolution, vtkCellArray *connectivity, in Revolve()
227 int resolution, vtkCellArray *connectivity, in Revolve()
249 void Revolve<VTK_QUAD>(vtkIdList* pointIds, vtkIdType n2DPoints, int resolution, in Revolve()
283 int resolution, vtkCellArray *connectivity, in Revolve()
317 int resolution, vtkCellArray *connectivity, in Revolve()
[all …]
/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dreadme_examples.c55 cJSON *resolution = NULL; in create_monitor() local
143 cJSON *resolution = cJSON_CreateObject(); in create_monitor_with_helpers() local
171 const cJSON *resolution = NULL; in supports_full_hd() local
/dports/games/simutrans/simutrans-121.0/
H A Dsimsys.h73 struct resolution struct
78 resolution dr_query_screen_resolution(); argument
/dports/devel/raylib/raylib-3.7.0/examples/shaders/
H A Dshaders_raymarching.c51 float resolution[2] = { (float)screenWidth, (float)screenHeight }; in main() local
82 float resolution[2] = { (float)screenWidth, (float)screenHeight }; in main() local
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Dnanobenchmark.cc110 const Duration resolution = Mode(samples, kNumSamples); in EstimateResolutionOnCurrentCPU() local
140 const Duration resolution = Mode(begin, resolutions.size()); in EstimateResolution() local
150 static const Duration resolution = EstimateResolution(func, arg); in Resolution() local
157 Duration TotalDuration(const Duration resolution, const Func func, in TotalDuration()
186 Inputs(const Duration resolution, const std::vector<FuncInput>& distribution, in Inputs()
246 const std::vector<FuncInput>& distribution, const Duration resolution, in InitReplicas()
334 DurationSamples GatherDurationSamples(const Duration resolution, Inputs& inputs, in GatherDurationSamples()
424 const Duration resolution = Resolution(func, arg); in MeasureDurations() local
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/ams/operations/
H A Dtransform.py22 description=None, resolution=None): argument
33 … audio_analysis_mode=None, on_error=None, relative_priority=None, resolution=None): argument
50 … audio_language, audio_analysis_mode, on_error, relative_priority, resolution): argument
74 def validate_arguments(preset, insights_to_extract, audio_language, resolution): argument
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/javax/sound/midi/
H A DMidiFileFormat.java72 protected int resolution; field in MidiFileFormat
99 int resolution, int bytes, long microseconds) in MidiFileFormat()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/javax/sound/midi/
H A DMidiFileFormat.java72 protected int resolution; field in MidiFileFormat
99 int resolution, int bytes, long microseconds) in MidiFileFormat()

12345678910>>...216