Home
last modified time | relevance | path

Searched refs:elevation (Results 126 – 150 of 4854) sorted by relevance

12345678910>>...195

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/wm/core/
H A Dshadow_types.cc13 void SetShadowElevation(aura::Window* window, int elevation) { in DEFINE_UI_CLASS_PROPERTY_KEY()
14 window->SetProperty(kShadowElevationKey, elevation); in DEFINE_UI_CLASS_PROPERTY_KEY()
32 int elevation = window->GetProperty(kShadowElevationKey); in GetShadowElevationConvertDefault() local
33 return elevation == kShadowElevationDefault in GetShadowElevationConvertDefault()
35 : elevation; in GetShadowElevationConvertDefault()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/wm/core/
H A Dshadow_types.cc13 void SetShadowElevation(aura::Window* window, int elevation) { in DEFINE_UI_CLASS_PROPERTY_KEY()
14 window->SetProperty(kShadowElevationKey, elevation); in DEFINE_UI_CLASS_PROPERTY_KEY()
32 int elevation = window->GetProperty(kShadowElevationKey); in GetShadowElevationConvertDefault() local
33 return elevation == kShadowElevationDefault in GetShadowElevationConvertDefault()
35 : elevation; in GetShadowElevationConvertDefault()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DSimpleTropModel.cpp123 double SimpleTropModel::dry_mapping_function(double elevation) const in dry_mapping_function()
127 if(elevation < 0.0) return 0.0; in dry_mapping_function()
129 double d = std::cos(elevation*DEG_TO_RAD); in dry_mapping_function()
138 double SimpleTropModel::wet_mapping_function(double elevation) const in wet_mapping_function()
142 if(elevation < 0.0) return 0.0; in wet_mapping_function()
144 double d = std::cos(elevation*DEG_TO_RAD); in wet_mapping_function()
H A DTropModel.hpp125 virtual double correction(double elevation) const;
180 virtual double dry_mapping_function(double elevation)
189 virtual double wet_mapping_function(double elevation)
293 virtual double correction(double elevation) const in correction()
352 virtual double dry_mapping_function(double elevation) const in dry_mapping_function()
361 virtual double wet_mapping_function(double elevation) const in wet_mapping_function()
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/Testing/Cxx/
H A DTestDaxThreshold2.cxx46 vtkNew<vtkElevationFilter> elevation; in TestDaxThreshold2() local
47 elevation->SetInputConnection(source->GetOutputPort()); in TestDaxThreshold2()
48 elevation->SetScalarRange(0.0, 1.0); in TestDaxThreshold2()
49 elevation->SetLowPoint(-10.0, -10.0, -10.0); in TestDaxThreshold2()
50 elevation->SetHighPoint(10.0, 10.0, 10.0); in TestDaxThreshold2()
53 threshold->SetInputConnection(elevation->GetOutputPort()); in TestDaxThreshold2()
H A DTestDaxMarchingCubes.cxx85 vtkNew<vtkElevationFilter> elevation; in TestDaxMarchingCubes() local
86 elevation->SetInputConnection(src->GetOutputPort()); in TestDaxMarchingCubes()
87 elevation->SetScalarRange(0.0, 1.0); in TestDaxMarchingCubes()
88 elevation->SetLowPoint(-1.75, 0.0, 1.0); in TestDaxMarchingCubes()
89 elevation->SetHighPoint(0.75, 0.0, 1.0); in TestDaxMarchingCubes()
92 return RunVTKPipeline(elevation.GetPointer(),argc,argv); in TestDaxMarchingCubes()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/Testing/Cxx/
H A DTestVTKMThreshold2.cxx46 vtkNew<vtkElevationFilter> elevation; in TestVTKMThreshold2() local
47 elevation->SetInputConnection(source->GetOutputPort()); in TestVTKMThreshold2()
48 elevation->SetScalarRange(0.0, 1.0); in TestVTKMThreshold2()
49 elevation->SetLowPoint(-10.0, -10.0, -10.0); in TestVTKMThreshold2()
50 elevation->SetHighPoint(10.0, 10.0, 10.0); in TestVTKMThreshold2()
53 threshold->SetInputConnection(elevation->GetOutputPort()); in TestVTKMThreshold2()
H A DTestVTKMMarchingCubes.cxx111 vtkNew<vtkElevationFilter> elevation; in TestVTKMMarchingCubes() local
112 elevation->SetInputConnection(src->GetOutputPort()); in TestVTKMMarchingCubes()
113 elevation->SetScalarRange(0.0, 1.0); in TestVTKMMarchingCubes()
114 elevation->SetLowPoint(-1.75, 0.0, 1.0); in TestVTKMMarchingCubes()
115 elevation->SetHighPoint(0.75, 0.0, 1.0); in TestVTKMMarchingCubes()
118 countVerts->SetInputConnection(elevation->GetOutputPort()); in TestVTKMMarchingCubes()
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Qt/SimpleView/
H A DSimpleView.cxx41 VTK_CREATE(vtkElevationFilter, elevation); in SimpleView()
42 elevation->SetInputConnection(text->GetOutputPort()); in SimpleView()
43 elevation->SetLowPoint(0,0,0); in SimpleView()
44 elevation->SetHighPoint(10,0,0); in SimpleView()
49 mapper->SetInputConnection(elevation->GetOutputPort()); in SimpleView()
67 toTable->SetInputConnection(elevation->GetOutputPort()); in SimpleView()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/lib/
H A Dstdterr.g18 (help "high elevation and/or rugged terrain"))
34 ;; Different classes of terrain should not have overlapping elevation ranges.
36 (add (sea shallows swamp) elevation-min 0)
37 (add (sea shallows swamp) elevation-max (0 0 2))
38 (add (desert plains forest) elevation-min 3)
39 (add (desert plains forest) elevation-max 2000)
40 (add mountains elevation-min 2001)
41 (add mountains elevation-max 6000)
42 (add ice elevation-min 6001)
43 (add ice elevation-max 9000)
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Dshadow_value.cc74 ShadowValues ShadowValue::MakeRefreshShadowValues(int elevation, in MakeRefreshShadowValues() argument
85 switch (elevation) { in MakeRefreshShadowValues()
101 return MakeMdShadowValues(elevation, color); in MakeRefreshShadowValues()
106 ShadowValues ShadowValue::MakeMdShadowValues(int elevation, SkColor color) { in MakeMdShadowValues() argument
113 shadow_values.emplace_back(Vector2d(0, elevation), in MakeMdShadowValues()
114 kBlurCorrection * elevation * 2, in MakeMdShadowValues()
117 shadow_values.emplace_back(Vector2d(), kBlurCorrection * elevation, in MakeMdShadowValues()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DDistantLightSource.h33 static PassRefPtr<DistantLightSource> create(float azimuth, float elevation) in create() argument
35 return adoptRef(new DistantLightSource(azimuth, elevation)); in create()
40 float elevation() const { return m_elevation; } in elevation() function
49 DistantLightSource(float azimuth, float elevation) in DistantLightSource() argument
52 , m_elevation(elevation) in DistantLightSource()
/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/Filters/Testing/Cxx/
H A DTestVTKMThreshold2.cxx45 vtkNew<vtkElevationFilter> elevation; in TestVTKMThreshold2() local
46 elevation->SetInputConnection(source->GetOutputPort()); in TestVTKMThreshold2()
47 elevation->SetScalarRange(0.0, 1.0); in TestVTKMThreshold2()
48 elevation->SetLowPoint(-10.0, -10.0, -10.0); in TestVTKMThreshold2()
49 elevation->SetHighPoint(10.0, 10.0, 10.0); in TestVTKMThreshold2()
53 threshold->SetInputConnection(elevation->GetOutputPort()); in TestVTKMThreshold2()
H A DTestVTKMMarchingCubes.cxx108 vtkNew<vtkElevationFilter> elevation; in TestVTKMMarchingCubes() local
109 elevation->SetInputConnection(src->GetOutputPort()); in TestVTKMMarchingCubes()
110 elevation->SetScalarRange(0.0, 1.0); in TestVTKMMarchingCubes()
111 elevation->SetLowPoint(-1.75, 0.0, 1.0); in TestVTKMMarchingCubes()
112 elevation->SetHighPoint(0.75, 0.0, 1.0); in TestVTKMMarchingCubes()
115 countVerts->SetInputConnection(elevation->GetOutputPort()); in TestVTKMMarchingCubes()
/dports/math/vtk8/VTK-8.2.0/Filters/Modeling/Testing/Python/
H A DTestNamedColorsIntegration.py66 elevation = vtk.vtkElevationFilter()
67 elevation.SetInputConnection(coneSource.GetOutputPort());
68 elevation.SetLowPoint(0,bounds[2],0);
69 elevation.SetHighPoint(0,bounds[3],0);
72 bcf.SetInputConnection(elevation.GetOutputPort());
75 bcf.GenerateValues(7,elevation.GetScalarRange());
99 lut.SetTableRange(elevation.GetScalarRange());
109 contourLineMapper.SetScalarRange(elevation.GetScalarRange());
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Python/
H A DTestNamedColorsIntegration.py66 elevation = vtk.vtkElevationFilter()
67 elevation.SetInputConnection(coneSource.GetOutputPort());
68 elevation.SetLowPoint(0,bounds[2],0);
69 elevation.SetHighPoint(0,bounds[3],0);
72 bcf.SetInputConnection(elevation.GetOutputPort());
75 bcf.GenerateValues(7,elevation.GetScalarRange());
99 lut.SetTableRange(elevation.GetScalarRange());
109 contourLineMapper.SetScalarRange(elevation.GetScalarRange());
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Python/
H A DTestNamedColorsIntegration.py66 elevation = vtk.vtkElevationFilter()
67 elevation.SetInputConnection(coneSource.GetOutputPort());
68 elevation.SetLowPoint(0,bounds[2],0);
69 elevation.SetHighPoint(0,bounds[3],0);
72 bcf.SetInputConnection(elevation.GetOutputPort());
75 bcf.GenerateValues(7,elevation.GetScalarRange());
99 lut.SetTableRange(elevation.GetScalarRange());
109 contourLineMapper.SetScalarRange(elevation.GetScalarRange());
/dports/graphics/krita/krita-4.4.8/plugins/paintops/tangentnormal/
H A Dkis_tangent_tilt_option.cpp155 qreal elevation= (info.tiltElevation(info, 60.0, 60.0, true)*90.0); in apply() local
159 elevation= (info.tiltElevation(info, 60.0, 60.0, true)*90.0); in apply()
162elevation= 0;//turns out that tablets that don't support tilt just return 90 degrees for elevation. in apply()
165elevation= (info.tiltElevation(info, 60.0, 60.0, true)*90.0);//artpens have tilt-recognition, so t… in apply()
169 elevation= (info.tiltElevation(info, 60.0, 60.0, true)*90.0); in apply()
180 …qreal elevationT = elevation*(elevationSensitivity()/100.0)+(90-(elevationSensitivity()*90.0)/100.… in apply()
181 elevation = static_cast<int>(elevationT); in apply()
186 elevation = kisDegreesToRadians(elevation); in apply()
193 horizontal = cos(elevation)*sin(direction); in apply()
200 vertical = cos(elevation)*cos(direction); in apply()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/docs/source/references/drivers/tile/
H A Dcolorramp.rst4 file to generate RGBA images from single band datasets such as elevation or temperature.
9 <elevation name="readymap_elevation" driver="tms">
11 </elevation>
12 <ramp>..\data\colorramps\elevation.clr</ramp>
29 :elevation: Definition of an elevation layer to sample.
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Dshadow_value.cc75 ShadowValues ShadowValue::MakeRefreshShadowValues(int elevation, in MakeRefreshShadowValues() argument
86 switch (elevation) { in MakeRefreshShadowValues()
102 return MakeMdShadowValues(elevation, color); in MakeRefreshShadowValues()
107 ShadowValues ShadowValue::MakeMdShadowValues(int elevation, SkColor color) { in MakeMdShadowValues() argument
114 shadow_values.emplace_back(gfx::Vector2d(0, elevation), in MakeMdShadowValues()
115 kBlurCorrection * elevation * 2, in MakeMdShadowValues()
118 shadow_values.emplace_back(gfx::Vector2d(), kBlurCorrection * elevation, in MakeMdShadowValues()
/dports/databases/grass7/grass-7.8.6/raster/r.geomorphon/
H A Dmemory.c75 tmp_buf = Rast_allocate_buf(elevation.raster_type); in shift_buffers()
76 tmp_elev_buf = elevation.elev[0]; in shift_buffers()
79 elevation.elev[i - 1] = elevation.elev[i]; in shift_buffers()
81 elevation.elev[row_buffer_size] = tmp_elev_buf; in shift_buffers()
82 Rast_get_row(elevation.fd, tmp_buf, row + row_radius_size + 1, in shift_buffers()
83 elevation.raster_type); in shift_buffers()
86 get_cell(col, elevation.elev[row_buffer_size], tmp_buf, in shift_buffers()
87 elevation.raster_type); in shift_buffers()
/dports/astro/py-astral/astral-2.2/src/astral/
H A Dsun.py260 if elevation <= 0:
265 h1 = r + elevation
272 if elevation[0] == 0.0:
277 acos(fabs(elevation[0]) / sqrt(pow(elevation[0], 2) + pow(elevation[1], 2)))
285 if elevation >= 85.0:
290 if elevation > 5.0:
332 if isinstance(observer.elevation, float) and observer.elevation > 0.0:
375 elevation: float,
400 if elevation > 90.0:
401 elevation = 180.0 - elevation
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/
H A DPce.in31 Pce.DialogItem.elevation: when(@colour_display, 1, 0)
46 Pce.Button.elevation: when(@colour_display, 1, @nil)
53 Pce.Menu.elevation: when(@colour_display, 0, @nil)
56 elevation(1), 'ol_cycle.bm')
63 Pce.Popup.elevation: when(@colour_display, 1, @nil)
72 Pce.ScrollBar.elevation: when(@colour_display, 1, @nil)
80 !Pce.ScrollBar.elevation: when(@colour_display, \
82 ! elevation(@nil, 1, @grey50_image))
85 Pce.TextItem.elevation: when(@colour_display, 1, @nil)
90 Pce.Label.elevation: @nil
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_rex/
H A DElevationTextureUtils.cpp64 return elevation(col, row);
95 float elevation = reader.elevation(col, row);
96 if ( elevation < extrema[0] ) extrema[0] = elevation;
97 if ( elevation > extrema[1] ) extrema[1] = elevation;
/dports/math/vtk6/VTK-6.2.0/Examples/GUI/Tcl/
H A DSphereWidget.tcl38 vtkElevationFilter elevation
39 elevation SetInputConnection [warp GetOutputPort]
40 elevation SetLowPoint 0 0 $lo
41 elevation SetHighPoint 0 0 $hi
42 eval elevation SetScalarRange $lo $hi
43 elevation ReleaseDataFlagOn
46 normals SetInputConnection [elevation GetOutputPort]

12345678910>>...195