Home
last modified time | relevance | path

Searched refs:heightField (Results 1 – 25 of 54) sorted by relevance

123

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DCompositeTileSource.cpp299 osg::ref_ptr< osg::HeightField > heightField = new osg::HeightField(); in createHeightField() local
300 heightField->allocate(size, size); in createHeightField()
303 for (unsigned int i = 0; i < heightField->getFloatArray()->size(); i++) in createHeightField()
305 heightField->getFloatArray()->at( i ) = NO_DATA_VALUE; in createHeightField()
309 …if (_elevationLayers.populateHeightFieldAndNormalMap(heightField.get(), 0L, key, 0, INTERP_BILINEA… in createHeightField()
311 return heightField.release(); in createHeightField()
/dports/science/paje/Paje_1.97/SpaceTimeViewer/STEntityTypeLayout.gorm/
H A Ddata.classes59 heightField,
101 heightField,
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_deformation/
H A Dosgearth_deformation.cpp77 …eformHeightField(const Deformation& deformation, const TileKey& key, osg::HeightField* heightField) in deformHeightField() argument
90 int tileSize = heightField->getNumColumns(); in deformHeightField()
109 heightField->setHeight(c, r, deformation._offset); in deformHeightField()
115 …(GeoPoint& center, double radius, double offset, const TileKey& key, osg::HeightField* heightField) in applyBlast() argument
121 int tileSize = heightField->getNumColumns(); in applyBlast()
146 heightField->setHeight(c, r, h); in applyBlast()
/dports/graphics/embree/embree-3.13.2/tutorials/convert/
H A Dconvert.cpp90 Instantiator(const Ref<HeightField>& heightField, in Instantiator()
92 : heightField(heightField), object(object), /*minDistance(minDistance),*/ N(N) in Instantiator()
112 … const AffineSpace3fa space = heightField->get(p)*AffineSpace3fa::rotate(Vec3fa(0,1,0),angle); in instantiate()
118 Ref<HeightField> heightField; member
/dports/science/paje/Paje_1.97/SpaceTimeViewer/
H A DSTLayoutEditor.h104 IBOutlet NSTextField *heightField; variable
120 IBOutlet NSTextField *heightField; variable
/dports/graphics/krita/krita-4.4.8/libs/libqml/qml/
H A DCustomImagePage.qml58 height: heightField.text,
132 nextFocus: heightField;
139 KeyNavigation.tab: heightField.textInput;
146 id: heightField;
184 KeyNavigation.backtab: heightField.textInput;
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DSaveSnapshotViewOwner.mm78 [heightField setEnabled:enabled];
86 [heightField setIntValue:(int)TCUserDefaults::longForKey(SAVE_HEIGHT_KEY, 480, false)];
94 [heightField setStringValue:@""];
290 TCUserDefaults::setLongForKey([heightField intValue], SAVE_HEIGHT_KEY, false);
408 return [heightField intValue];
H A DSaveSnapshotViewOwner.h31 IBOutlet NSTextField *heightField; variable
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/engine_mp/
H A DTileGroupFactory.cpp261 const osg::HeightField* heightField = model->elevationModel()->getHeightField();
262 if ( heightField )
265 heightField,
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/systemservices/android_video_capture/
H A Ddevice_info_android.cc128 jfieldID heightField = jni->GetFieldID(j_cap_class, "height", "[I"); in BuildDeviceList() local
135 if (widthField == NULL || heightField == NULL || maxFpsField == NULL || in BuildDeviceList()
162 jni->GetObjectField(capabilityElement, heightField)); in BuildDeviceList()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc127 jfieldID heightField = jni->GetFieldID(j_cap_class, "height", "[I"); in BuildDeviceList() local
135 || heightField == NULL in BuildDeviceList()
166 static_cast<jintArray>(jni->GetObjectField(capabilityElement, heightField)); in BuildDeviceList()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_capture/android/
H A Ddevice_info_android.cc130 jfieldID heightField = jni->GetFieldID(j_cap_class, "height", "[I"); in BuildDeviceList() local
138 || heightField == NULL in BuildDeviceList()
169 static_cast<jintArray>(jni->GetObjectField(capabilityElement, heightField)); in BuildDeviceList()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/systemservices/android_video_capture/
H A Ddevice_info_android.cc137 jfieldID heightField = jni->GetFieldID(j_cap_class, "height", "[I"); in BuildDeviceList() local
144 if (widthField == NULL || heightField == NULL || maxFpsField == NULL || in BuildDeviceList()
171 jni->GetObjectField(capabilityElement, heightField)); in BuildDeviceList()
/dports/www/firefox/firefox-99.0/dom/media/systemservices/android_video_capture/
H A Ddevice_info_android.cc137 jfieldID heightField = jni->GetFieldID(j_cap_class, "height", "[I"); in BuildDeviceList() local
144 if (widthField == NULL || heightField == NULL || maxFpsField == NULL || in BuildDeviceList()
171 jni->GetObjectField(capabilityElement, heightField)); in BuildDeviceList()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/systemservices/android_video_capture/
H A Ddevice_info_android.cc137 jfieldID heightField = jni->GetFieldID(j_cap_class, "height", "[I"); in BuildDeviceList() local
144 if (widthField == NULL || heightField == NULL || maxFpsField == NULL || in BuildDeviceList()
171 jni->GetObjectField(capabilityElement, heightField)); in BuildDeviceList()
/dports/graphics/cenon/Cenon/InspectorPanel.subproj/
H A DIPImage.h40 id heightField; variable
/dports/graphics/price/PRICE-1.3.0/Resources/Crop.gorm/
H A Ddata.classes34 heightField
/dports/graphics/price/PRICE-1.3.0/
H A DPRCCrop.h23 IBOutlet NSTextField *heightField; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/curl/
H A DReaderWriterCURL.h148 …virtual WriteResult writeHeightField(const osg::HeightField& heightField, const std::string& fileN… in writeHeightField() argument
150 return writeFile(heightField,fileName,options); in writeHeightField()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/curl/
H A DReaderWriterCURL.h145 …virtual WriteResult writeHeightField(const osg::HeightField& heightField, const std::string& fileN… in writeHeightField() argument
147 return writeFile(heightField,fileName,options); in writeHeightField()
/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwworld/
H A Dscene.cpp331 if (const auto heightField = mPhysics->getHeightField(cellX, cellY)) in unloadCell() local
332 navigator->removeObject(DetourNavigator::ObjectId(heightField)); in unloadCell()
392 if (const auto heightField = mPhysics->getHeightField(cellX, cellY)) in loadCell() local
393 …navigator->addObject(DetourNavigator::ObjectId(heightField), heightField, *heightField->getShape(), in loadCell()
394 heightField->getCollisionObject()->getWorldTransform()); in loadCell()
424 if (const auto heightField = mPhysics->getHeightField(cellX, cellY)) in loadCell() local
426 … cell->getWaterLevel(), heightField->getCollisionObject()->getWorldTransform()); in loadCell()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmarkGUI.java124 JTextField heightField = new JTextField(Integer.toString(J2dBenchmark.DEFAULT_SCREEN_HEIGHT)); in run() local
125 heightField.setColumns(5); in run()
126 options.add(heightField); in run()
127 elements.put("height", heightField); in run()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmarkGUI.java124 JTextField heightField = new JTextField(Integer.toString(J2dBenchmark.DEFAULT_SCREEN_HEIGHT)); in run() local
125 heightField.setColumns(5); in run()
126 options.add(heightField); in run()
127 elements.put("height", heightField); in run()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmarkGUI.java124 JTextField heightField = new JTextField(Integer.toString(J2dBenchmark.DEFAULT_SCREEN_HEIGHT)); in run() local
125 heightField.setColumns(5); in run()
126 options.add(heightField); in run()
127 elements.put("height", heightField); in run()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/examples/gnu/classpath/examples/java2d/
H A DJ2dBenchmarkGUI.java124 JTextField heightField = new JTextField(Integer.toString(J2dBenchmark.DEFAULT_SCREEN_HEIGHT)); in run() local
125 heightField.setColumns(5); in run()
126 options.add(heightField); in run()
127 elements.put("height", heightField); in run()

123