Home
last modified time | relevance | path

Searched refs:endSlope (Results 1 – 10 of 10) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/windows/
H A D_legacy.cpp128 uint8_t endSlope = _currentTrackSlopeEnd; in window_ride_construction_update_state_get_track_element() local
135 endSlope = _previousTrackSlopeEnd; in window_ride_construction_update_state_get_track_element()
167 if (trackDescriptor->slope_end != endSlope) in window_ride_construction_update_state_get_track_element()
185 if (startSlope != TRACK_SLOPE_NONE || endSlope != TRACK_SLOPE_NONE) in window_ride_construction_update_state_get_track_element()
206 if (endSlope != TRACK_SLOPE_DOWN_25) in window_ride_construction_update_state_get_track_element()
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/pamtosvg/
H A Dfit.c1173 vector_type const endSlope,
1217 vector_type const endSlope, in fitOneSpline() argument
1271 tang.beg = begSlope; tang.end = endSlope; in fitOneSpline()
1720 vector_type const endSlope, in divideAndFit() argument
1757 rghtSplineListP = fitCurve(rghtCurveP, joinSlope, endSlope, in divideAndFit()
1789 vector_type const endSlope, in fitWithLeastSquares() argument
1819 spline = fitOneSpline(curveP, begSlope, endSlope, exceptionP); in fitWithLeastSquares()
1850 retval = divideAndFit(curveP, begSlope, endSlope, divIndex, in fitWithLeastSquares()
1864 vector_type const endSlope, in fitCurve() argument
1913 vector_type begSlope, endSlope; in fitCurves() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/saga/
H A Dscene.h111 int16 endSlope; member
119 …flags = resourceListResourceId = endSlope = beginSlope = scriptModuleNumber = sceneScriptEntrypoin… in reset()
260 void getSlopes(int &beginSlope, int &endSlope);
H A Dactor.cpp878 int beginSlope, endSlope, middle; in calcScreenPosition() local
886 _vm->_scene->getSlopes(beginSlope, endSlope); in calcScreenPosition()
888 commonObjectData->_screenDepth = (14 * middle) / endSlope + 1; in calcScreenPosition()
898 } else if (middle >= endSlope) { in calcScreenPosition()
902 endSlope -= beginSlope; in calcScreenPosition()
903 commonObjectData->_screenScale = 256 - (middle * 256) / endSlope; in calcScreenPosition()
H A Dscene.cpp489 void Scene::getSlopes(int &beginSlope, int &endSlope) { in getSlopes() argument
491 endSlope = getHeight() - _sceneDescription.endSlope; in getSlopes()
860 _sceneDescription.endSlope = readS.readSint16(); in loadSceneDescriptor()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Dscene.h123 int16 endSlope; member
131 …flags = resourceListResourceId = endSlope = beginSlope = scriptModuleNumber = sceneScriptEntrypoin… in reset()
272 void getSlopes(int &beginSlope, int &endSlope);
H A Dactor.cpp871 int beginSlope, endSlope, middle; in calcScreenPosition() local
879 _vm->_scene->getSlopes(beginSlope, endSlope); in calcScreenPosition()
881 commonObjectData->_screenDepth = (14 * middle) / endSlope + 1; in calcScreenPosition()
891 } else if (middle >= endSlope) { in calcScreenPosition()
895 endSlope -= beginSlope; in calcScreenPosition()
896 commonObjectData->_screenScale = 256 - (middle * 256) / endSlope; in calcScreenPosition()
H A Dscene.cpp509 void Scene::getSlopes(int &beginSlope, int &endSlope) { in getSlopes() argument
511 endSlope = getHeight() - _sceneDescription.endSlope; in getSlopes()
878 _sceneDescription.endSlope = readS.readSint16(); in loadSceneDescriptor()
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DMovement.c2376 … short columnsRightFromOrigin, long startSlope, long endSlope, unsigned long forbiddenTerrain, in scanOctantFOV() argument
2388 …b = ((LOS_SLOPE_GRANULARITY / -2 + 1) + endSlope * columnsRightFromOrigin) / LOS_SLOPE_GRANULARITY; in scanOctantFOV()
2450 newEndSlope = endSlope; in scanOctantFOV()
H A DRogue.h2940 … short columnsRightFromOrigin, long startSlope, long endSlope, unsigned long forbiddenTerrain,