Home
last modified time | relevance | path

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

123

/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgcubemap/
H A Dosgcubemap.cpp75 …--posx", filename)) tcm->setImage(osg::TextureCubeMap::POSITIVE_X, osgDB::readImageFile(filename)); in main()
76 …--negx", filename)) tcm->setImage(osg::TextureCubeMap::NEGATIVE_X, osgDB::readImageFile(filename)); in main()
77 …--posy", filename)) tcm->setImage(osg::TextureCubeMap::POSITIVE_Y, osgDB::readImageFile(filename)); in main()
78 …--negy", filename)) tcm->setImage(osg::TextureCubeMap::NEGATIVE_Y, osgDB::readImageFile(filename)); in main()
79 …--posz", filename)) tcm->setImage(osg::TextureCubeMap::POSITIVE_Z, osgDB::readImageFile(filename)); in main()
80 …--negz", filename)) tcm->setImage(osg::TextureCubeMap::NEGATIVE_Z, osgDB::readImageFile(filename)); in main()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/tests/
H A D013-read-filehandle.phpt2 Imagick::readImageFile test
20 $imagick->readImageFile($handle);
/dports/graphics/pecl-imagick/imagick-3.5.1/tests/
H A D013-read-filehandle.phpt2 Imagick::readImageFile test
20 $imagick->readImageFile($handle);
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A Dmodel.cxx46 image = osgDB::readImageFile(path, options); in SGLoadTexture2D()
52 image = osgDB::readImageFile(path); in SGLoadTexture2D()
157 Image* newImage = readImageFile(fullLiveryFile); in textureReplace()
/dports/games/palomino/palomino/src/fx/
H A Dimage_cache.cc58 RefPtr0<osg::Image> image = osgDB::readImageFile( pathname ); in LoadImage()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/material/
H A DTextureBuilder.cxx280 result = osgDB::readImageFile(imageName, options); in setAttrs()
624 result = osgDB::readImageFile(std::get<0>(_tuple), options); in build()
633 result = osgDB::readImageFile(std::get<1>(_tuple), options); in build()
642 result = osgDB::readImageFile(std::get<2>(_tuple), options); in build()
651 result = osgDB::readImageFile(std::get<3>(_tuple), options); in build()
660 result = osgDB::readImageFile(std::get<4>(_tuple), options); in build()
669 result = osgDB::readImageFile(std::get<5>(_tuple), options); in build()
698 result = osgDB::readImageFile(texname, options); in build()
832 result = osgDB::readImageFile(imageName, options); in build()
/dports/www/owncloud/owncloud/lib/private/Preview/
H A DBitmap.php87 $bp->readImageFile($stream);
/dports/games/flightgear/flightgear-2020.3.11/src/Canvas/
H A DFGCanvasSystemAdapter.cxx101 return osgDB::readImageFile(tpath.utf8Str()); in getImage()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtransferfunction/
H A Dosgtransferfunction.cpp480 … osg::ref_ptr<osg::Image> image = osgDB::readImageFile(foundFile+".dicom", options.get()); in main()
494 image = osgDB::readImageFile( foundFile ); in main()
500 image = osgDB::readImageFile( filename); in main()
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Imagick/
H A DImagine.php122 $imagick->readImageFile($resource);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/Imagine/Imagick/
H A DImagine.php122 $imagick->readImageFile($resource);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DImageSequence.cpp318 itr->_image = irh->readImageFile(itr->_filename, _readOptions.get()); in update()
373 …osg::ref_ptr<osg::Image> image = irh->readImageFile(_imageDataList[i]._filename, _readOptions.get(… in update()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/x11/
H A Dinclude.h258 COMMON(XImage *) readImageFile(Image image, IOSTREAM *fd);
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgwidgetmessagebox/
H A Dosgwidgetmessagebox.cpp570 osgDB::readImageFile(theme),
610 osgDB::readImageFile(themeMessage),
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgwidgetmessagebox/
H A Dosgwidgetmessagebox.cpp569 osgDB::readImageFile(theme),
609 osgDB::readImageFile(themeMessage),
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgshaders/
H A DGL2Scene.cpp311 tex0->setImage( osgDB::readImageFile( "images/3dl-ge100.png" ) ); in buildScene()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/include/osgDB/
H A DImagePager81 … virtual osg::Image* readImageFile(const std::string& fileName, const osg::Referenced* options=0);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgshaders/
H A DGL2Scene.cpp310 tex0->setImage( osgDB::readImageFile( "images/3dl-ge100.png" ) ); in buildScene()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_cluster/
H A Dosgearth_cluster.cpp320 …ClusterNode* clusterNode = new ClusterNode(mapNode, osgDB::readImageFile("../data/placemark32.png"… in main()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DImagePager.cpp320 osg::Image* ImagePager::readImageFile(const std::string& fileName, const osg::Referenced* options)
H A DReadFile.cpp42 Image* osgDB::readImageFile(const std::string& filename,const Options* options) in readImageFile() function in osgDB
/dports/games/flightgear/flightgear-2020.3.11/src/Viewer/
H A Dsplash.cxx91 _splashImage = osgDB::readImageFile(splashImage); in createNodes()
312 _logoImage = osgDB::readImageFile(logoPath.utf8Str(), staticOptions); in setupLogoImage()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/imageio/
H A DReaderWriterImageIO.cpp1116 ReadResult readImageFile(const std::string& file_name) const in readImageFile() function in ReaderWriterImageIO
1143 ReadResult read_result = readImageFile(full_file_name); in readImage()
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DReaderWriterPGT.cxx245 if (osg::Image* image = osgDB::readImageFile(imageFileName, options)) { in readObject()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/imageio/
H A DReaderWriterImageIO.cpp1194 ReadResult readImageFile(const std::string& file_name) const in readImageFile() function in ReaderWriterImageIO
1221 ReadResult read_result = readImageFile(full_file_name); in readImage()

123