Home
last modified time | relevance | path

Searched refs:otherLevel (Results 1 – 19 of 19) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/src/
H A Dp_lights.cpp91 float otherLevel = DDMAXFLOAT; in P_SpawnFireFlicker() local
106 if(otherLevel < lightLevel) in P_SpawnFireFlicker()
107 flick->minLight = otherLevel; in P_SpawnFireFlicker()
205 float otherLevel = DDMAXFLOAT; in P_SpawnLightFlash() local
219 if(otherLevel < lightLevel) in P_SpawnLightFlash()
319 float otherLevel = DDMAXFLOAT; in P_SpawnStrobeFlash() local
330 if(otherLevel < lightLevel) in P_SpawnStrobeFlash()
387 if(otherLevel < lightLevel) in EV_TurnTagLightsOff()
515 float otherLevel = DDMAXFLOAT; in P_SpawnGlowingLight() local
523 if(otherLevel < lightLevel) in P_SpawnGlowingLight()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/src/
H A Dp_lights.cpp123 float otherLevel = DDMAXFLOAT; in P_SpawnLightFlash() local
136 if(otherLevel < lightLevel) in P_SpawnLightFlash()
137 flash->minLight = otherLevel; in P_SpawnLightFlash()
236 float otherLevel = DDMAXFLOAT; in P_SpawnStrobeFlash() local
247 if(otherLevel < lightLevel) in P_SpawnStrobeFlash()
248 flash->minLight = otherLevel; in P_SpawnStrobeFlash()
303 if(otherLevel < lightLevel) in EV_TurnTagLightsOff()
304 lightLevel = otherLevel; in EV_TurnTagLightsOff()
428 float otherLevel = DDMAXFLOAT; in P_SpawnGlowingLight() local
436 if(otherLevel < lightLevel) in P_SpawnGlowingLight()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom64/src/
H A Dp_lights.cpp90 float otherLevel = DDMAXFLOAT; in P_SpawnFireFlicker() local
105 if(otherLevel < lightLevel) in P_SpawnFireFlicker()
106 flick->minLight = otherLevel; in P_SpawnFireFlicker()
204 float otherLevel = DDMAXFLOAT; in P_SpawnLightFlash() local
218 if(otherLevel < lightLevel) in P_SpawnLightFlash()
399 float otherLevel = DDMAXFLOAT; in P_SpawnStrobeFlash() local
410 if(otherLevel < lightLevel) in P_SpawnStrobeFlash()
462 if(otherLevel < lightLevel) in EV_TurnTagLightsOff()
586 float otherLevel = DDMAXFLOAT; in P_SpawnGlowingLight() local
594 if(otherLevel < lightLevel) in P_SpawnGlowingLight()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DListItemsHelper.cpp139 const int otherLevel = lf.intProperty(KoListStyle::Level); in recalculateBlock() local
140 if (isOutline && checkLevel == otherLevel) { in recalculateBlock()
144 if (checkLevel <= otherLevel) in recalculateBlock()
151 if (tmpDisplayLevel - 1 < otherLevel) { // can't just copy it fully since we are in recalculateBlock()
156 for (int i = otherLevel + 1; i < level; i++) { in recalculateBlock()
169 for (int i = otherLevel + 1; i < level; i++) { in recalculateBlock()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cartesiangrid/hostgridinfo/
H A Dgeneric.hh155 const int myLevel, const int otherLevel ) in getIntersectionChildLevel()
159 assert( std::abs( myLevel - otherLevel ) <= 1 ); in getIntersectionChildLevel()
160 if( myLevel < otherLevel ) in getIntersectionChildLevel()
H A Dalugrid.hh218 const int myLevel, const int otherLevel ) in getIntersectionChildLevel()
221 assert( std::abs( myLevel - otherLevel ) <= 1 ); in getIntersectionChildLevel()
222 if( myLevel < otherLevel ) in getIntersectionChildLevel()
/dports/devel/log4net/log4net-1.2.10/src/Core/
H A DLevel.cs219 Level otherLevel = o as Level; in Equals()
220 if (otherLevel != null) in Equals()
222 return m_levelValue == otherLevel.m_levelValue; in Equals()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/log4js/types/
H A Dlog4js.d.ts46 isEqualTo(otherLevel: Level): boolean;
48 isLessThanOrEqualTo(otherLevel: Level): boolean;
50 isGreaterThanOrEqualTo(otherLevel: Level): boolean;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/log4js/types/
H A Dlog4js.d.ts46 isEqualTo(otherLevel: Level): boolean;
48 isLessThanOrEqualTo(otherLevel: Level): boolean;
50 isGreaterThanOrEqualTo(otherLevel: Level): boolean;
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DListItemsHelper.cpp366 const int otherLevel = lf.intProperty(KoListStyle::Level); in recalculateBlock() local
367 if (isOutline && checkLevel == otherLevel) { in recalculateBlock()
371 if (checkLevel <= otherLevel) in recalculateBlock()
378 if (tmpDisplayLevel - 1 < otherLevel) { // can't just copy it fully since we are in recalculateBlock()
383 for (int i = otherLevel + 1; i < level; i++) { in recalculateBlock()
394 for (int i = otherLevel + 1; i < level; i++) in recalculateBlock()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dlevel.cpp344 WLevel otherLevel = model->getLinkedLevel(this, key); in changeLevel() local
345 if (otherLevel->landCreature(key, c)) in changeLevel()
348 Position otherPos = Random.choose(otherLevel->landingSquares.at(key)); in changeLevel()
351 otherLevel->eraseCreature(other, otherPos.getCoord()); in changeLevel()
354 otherLevel->putCreature(otherPos.getCoord(), c); in changeLevel()
H A Dposition.cpp56 const static int otherLevel = 1000000; variable
60 return otherLevel; in dist8()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVoteResolver.java191 public boolean isManagerFor(Organization myOrg, Level otherLevel, Organization otherOrg) { in isManagerFor() argument
193 (myOrg == otherOrg) && this.getSTLevel() <= otherLevel.getSTLevel())); in isManagerFor()
208 public boolean canCreateOrSetLevelTo(Level otherLevel) { in canCreateOrSetLevelTo() argument
210 (otherLevel != expert && // expert can't be set by any users but admin in canCreateOrSetLevelTo()
212 otherLevel.getSTLevel() >= getSTLevel()); // can't gain higher privs in canCreateOrSetLevelTo()
/dports/x11-toolkits/gnustep-back/libs-back-back-0_28_0/Source/win32/
H A DWIN32Server.m1790 int otherLevel;
1866 otherLevel = GetWindowLong((HWND)otherWin, OFF_LEVEL);
1867 if (level != otherLevel)
1871 winNum, level, otherWin, otherLevel);
1872 level = otherLevel;
1922 otherLevel = GetWindowLong((HWND)otherWin, OFF_LEVEL);
1924 otherWin, otherLevel);
1925 if (otherLevel >= level)
1927 if (otherLevel > level)
2005 otherLevel = GetWindowLong((HWND)otherWin, OFF_LEVEL);
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/lazybrush/
H A DKisWatershedWorker.cpp845 const FillGroup::LevelData &otherLevel = groups[it.key()].levels[levelIndex]; in cleanupForeignEdgeGroups() local
846 lengthStats(otherLevel.totalEdgeSize()); in cleanupForeignEdgeGroups()
/dports/graphics/qgis/qgis-3.22.3/src/providers/arcgisrest/
H A Dqgsamsprovider.cpp622 …auto fetchOtherResTiles = [&getRequests]( int otherLevel, QList< TileImage> &otherResTiles, QList<… in draw()
625 getRequests( otherLevel, otherRequests ); in draw()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/providers/arcgisrest/
H A Dqgsamsprovider.cpp613 …auto fetchOtherResTiles = [&getRequests]( int otherLevel, QList< TileImage> &otherResTiles, QList<… in draw()
616 getRequests( otherLevel, otherRequests ); in draw()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DPlanComponent.java2614 for (Level otherLevel : otherLevels) { in paintOtherLevels()
2615 if (room.getLevel() == otherLevel in paintOtherLevels()
2638 for (Level otherLevel : otherLevels) { in paintOtherLevels()
2639 if (wall.getLevel() == otherLevel) { in paintOtherLevels()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPlanController.java2272 Level otherLevel = levels.get(level0 && selectedLevelIndex < levels.size() - 1 in getDetectableRoomsAtSelectedLevel() local
2277 || otherLevel != null in getDetectableRoomsAtSelectedLevel()
2278 && room.isAtLevel(otherLevel) in getDetectableRoomsAtSelectedLevel()
2302 Level otherLevel = levels.get(level0 && selectedLevelIndex < levels.size() - 1 in getDetectableWallsAtSelectedLevel() local
2307 || otherLevel != null in getDetectableWallsAtSelectedLevel()
2308 && wall.isAtLevel(otherLevel)) { in getDetectableWallsAtSelectedLevel()