Home
last modified time | relevance | path

Searched refs:warpFile (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/cryomni3d/versailles/
H A Dengine.cpp989 Common::String warpFile = nextPlace->warps[state]; in doPlaceChange() local
990 warpFile.toUppercase(); in doPlaceChange()
991 if (warpFile.size() > 0) { in doPlaceChange()
992 if (warpFile.hasPrefix("NOT_MOVE")) { in doPlaceChange()
997 if (!warpFile.hasPrefix("NOT_STOP")) { in doPlaceChange()
1001 debug("Loading warp %s", warpFile.c_str()); in doPlaceChange()
1002 _currentWarpImage = loadHLZ(warpFile); in doPlaceChange()
1004 error("Can't load warp %s", warpFile.c_str()); in doPlaceChange()
1089 Common::String warpFile = nextPlace->warps[nextState]; in executeTransition() local
1090 warpFile.toUppercase(); in executeTransition()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/versailles/
H A Dengine.cpp969 Common::String warpFile = nextPlace->warps[state]; in doPlaceChange() local
970 warpFile.toUppercase(); in doPlaceChange()
971 if (warpFile.size() > 0) { in doPlaceChange()
972 if (warpFile.hasPrefix("NOT_MOVE")) { in doPlaceChange()
977 if (!warpFile.hasPrefix("NOT_STOP")) { in doPlaceChange()
981 debug("Loading warp %s", warpFile.c_str()); in doPlaceChange()
982 _currentWarpImage = loadHLZ(warpFile); in doPlaceChange()
984 error("Can't load warp %s", warpFile.c_str()); in doPlaceChange()
1069 Common::String warpFile = nextPlace->warps[nextState]; in executeTransition() local
1070 warpFile.toUppercase(); in executeTransition()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/georeferencer/
H A Dqgsimagewarper.h55 int warpFile( const QString &input,
H A Dqgsimagewarper.cpp142 int QgsImageWarper::warpFile( const QString &input, in warpFile() function in QgsImageWarper
H A Dqgsgeorefmainwindow.cpp1316 int res = warper.warpFile( mRasterFileName, mModifiedRasterFileName, mGeorefTransform, in georeference()
/dports/graphics/qgis/qgis-3.22.3/src/app/georeferencer/
H A Dqgsimagewarper.h55 int warpFile( const QString &input,
H A Dqgsimagewarper.cpp138 int QgsImageWarper::warpFile( const QString &input, in warpFile() function in QgsImageWarper
H A Dqgsgeorefmainwindow.cpp1417 int res = warper.warpFile( mRasterFileName, mModifiedRasterFileName, mGeorefTransform, in georeference()