Home
last modified time | relevance | path

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

/dports/games/scummvm/scummvm-2.5.1/engines/kingdom/
H A Dkingdom.cpp1510 int hotspotCount = _logic->_statPlay == 901 ? 35 : 16; in cursorType() local
1512 for (int i = 0; i < hotspotCount + 1; i++) { in cursorType()
1513 if (i == hotspotCount) { in cursorType()
1675 int hotspotCount = _logic->_statPlay == 901 ? 35 : 16; in displayDebugHotSpots() local
1677 for (int i = 0; i < hotspotCount; i++) { in displayDebugHotSpots()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Driven_card.cpp715 uint16 hotspotCount = inStream->readUint16BE(); in loadHotspots() local
716 _hotspots.resize(hotspotCount); in loadHotspots()
719 for (uint16 i = 0; i < hotspotCount; i++) { in loadHotspots()
H A Dconsole.cpp605 uint16 hotspotCount = hsptStream->readUint16BE(); in Cmd_DumpScript() local
607 for (uint16 i = 0; i < hotspotCount; i++) { in Cmd_DumpScript()
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Driven_card.cpp810 uint16 hotspotCount = inStream->readUint16BE(); in loadHotspots() local
811 _hotspots.resize(hotspotCount); in loadHotspots()
814 for (uint16 i = 0; i < hotspotCount; i++) { in loadHotspots()
H A Dconsole.cpp606 uint16 hotspotCount = hsptStream->readUint16BE(); in Cmd_DumpScript() local
608 for (uint16 i = 0; i < hotspotCount; i++) { in Cmd_DumpScript()
/dports/editors/calligra/calligra-3.2.1/libs/widgets/
H A DKoRuler.cpp1308 uint hotspotCount = d->hotspots.count(); in setHotSpot() local
1309 for( uint i = 0; i < hotspotCount; ++i ) { in setHotSpot()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/neighborhood/
H A Dneighborhood.cpp366 uint32 hotspotCount = hotspotList->readUint32BE(); in createNeighborhoodSpots() local
368 while (hotspotCount--) { in createNeighborhoodSpots()
/dports/graphics/krita/krita-4.4.8/libs/widgets/
H A DKoRuler.cpp1363 uint hotspotCount = d->hotspots.count(); in setHotSpot() local
1364 for( uint i = 0; i < hotspotCount; ++i ) { in setHotSpot()
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/neighborhood/
H A Dneighborhood.cpp367 uint32 hotspotCount = hotspotList->readUint32BE(); in createNeighborhoodSpots() local
369 while (hotspotCount--) { in createNeighborhoodSpots()
/dports/textproc/kreport/kreport-3.2.0/src/wrtembed/
H A DKReportRuler_p.cpp1502 int hotspotCount = d->hotspots.count(); in setHotSpot() local
1503 for (int i = 0; i < hotspotCount; ++i) { in setHotSpot()