Home
last modified time | relevance | path

Searched refs:hotspots (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp60 *hotspots = new HotSpot[nHotspots]; in ParseSHG()
78 (*hotspots)[i].left = sib.left; in ParseSHG()
79 (*hotspots)[i].top = sib.top; in ParseSHG()
83 (*hotspots)[i].szHlpTopic_Macro[0] = '\0'; in ParseSHG()
101 (*hotspots)[i].szHlpTopic_Macro[j] = 0; in ParseSHG()
113 HotSpot *hotspots = NULL; in SHGToMap() local
114 int n = ParseSHG(filename, &hotspots); in SHGToMap()
131 delete[] hotspots; in SHGToMap()
149 …wxFprintf(fd, _T("rect %s %d %d %d %d\n"), refFilename, (int)hotspots[i].left, (int)hotspots[i].to… in SHGToMap()
150 (int)hotspots[i].right, (int)hotspots[i].bottom); in SHGToMap()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp60 *hotspots = new HotSpot[nHotspots]; in ParseSHG()
78 (*hotspots)[i].left = sib.left; in ParseSHG()
79 (*hotspots)[i].top = sib.top; in ParseSHG()
83 (*hotspots)[i].szHlpTopic_Macro[0] = '\0'; in ParseSHG()
101 (*hotspots)[i].szHlpTopic_Macro[j] = 0; in ParseSHG()
113 HotSpot *hotspots = NULL; in SHGToMap() local
114 int n = ParseSHG(filename, &hotspots); in SHGToMap()
131 delete[] hotspots; in SHGToMap()
149 …wxFprintf(fd, _T("rect %s %d %d %d %d\n"), refFilename, (int)hotspots[i].left, (int)hotspots[i].to… in SHGToMap()
150 (int)hotspots[i].right, (int)hotspots[i].bottom); in SHGToMap()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp60 *hotspots = new HotSpot[nHotspots]; in ParseSHG()
78 (*hotspots)[i].left = sib.left; in ParseSHG()
79 (*hotspots)[i].top = sib.top; in ParseSHG()
83 (*hotspots)[i].szHlpTopic_Macro[0] = '\0'; in ParseSHG()
101 (*hotspots)[i].szHlpTopic_Macro[j] = 0; in ParseSHG()
113 HotSpot *hotspots = NULL; in SHGToMap() local
114 int n = ParseSHG(filename, &hotspots); in SHGToMap()
131 delete[] hotspots; in SHGToMap()
149 …wxFprintf(fd, _T("rect %s %d %d %d %d\n"), refFilename, (int)hotspots[i].left, (int)hotspots[i].to… in SHGToMap()
150 (int)hotspots[i].right, (int)hotspots[i].bottom); in SHGToMap()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/utils/tex2rtf/src/
H A Dreadshg.cpp60 *hotspots = new HotSpot[nHotspots]; in ParseSHG()
78 (*hotspots)[i].left = sib.left; in ParseSHG()
79 (*hotspots)[i].top = sib.top; in ParseSHG()
83 (*hotspots)[i].szHlpTopic_Macro[0] = '\0'; in ParseSHG()
101 (*hotspots)[i].szHlpTopic_Macro[j] = 0; in ParseSHG()
113 HotSpot *hotspots = NULL; in SHGToMap() local
114 int n = ParseSHG(filename, &hotspots); in SHGToMap()
131 delete[] hotspots; in SHGToMap()
149 …wxFprintf(fd, _T("rect %s %d %d %d %d\n"), refFilename, (int)hotspots[i].left, (int)hotspots[i].to… in SHGToMap()
150 (int)hotspots[i].right, (int)hotspots[i].bottom); in SHGToMap()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/voyeur/
H A Ddebugger.cpp107 Common::Array<RectEntry> &hotspots = boltEntry._rectResource->_entries; in Cmd_Hotspots()
108 for (uint hotspotIdx = 0; hotspotIdx < hotspots.size(); ++hotspotIdx) { in Cmd_Hotspots()
110 hotspots[hotspotIdx].left, hotspots[hotspotIdx].top, in Cmd_Hotspots()
111 hotspots[hotspotIdx].right, hotspots[hotspotIdx].bottom); in Cmd_Hotspots()
112 int arrIndex = hotspots[hotspotIdx]._arrIndex; in Cmd_Hotspots()
125 Common::Array<RectEntry> &hotspots = boltEntry._rectResource->_entries; in Cmd_Hotspots() local
127 for (uint hotspotIdx = 0; hotspotIdx < hotspots.size(); ++hotspotIdx) { in Cmd_Hotspots()
129 hotspots[hotspotIdx].left, hotspots[hotspotIdx].top, in Cmd_Hotspots()
130 hotspots[hotspotIdx].right, hotspots[hotspotIdx].bottom); in Cmd_Hotspots()
/dports/games/scummvm/scummvm-2.5.1/engines/voyeur/
H A Ddebugger.cpp107 Common::Array<RectEntry> &hotspots = boltEntry._rectResource->_entries; in Cmd_Hotspots()
108 for (uint hotspotIdx = 0; hotspotIdx < hotspots.size(); ++hotspotIdx) { in Cmd_Hotspots()
110 hotspots[hotspotIdx].left, hotspots[hotspotIdx].top, in Cmd_Hotspots()
111 hotspots[hotspotIdx].right, hotspots[hotspotIdx].bottom); in Cmd_Hotspots()
112 int arrIndex = hotspots[hotspotIdx]._arrIndex; in Cmd_Hotspots()
125 Common::Array<RectEntry> &hotspots = boltEntry._rectResource->_entries; in Cmd_Hotspots() local
127 for (uint hotspotIdx = 0; hotspotIdx < hotspots.size(); ++hotspotIdx) { in Cmd_Hotspots()
129 hotspots[hotspotIdx].left, hotspots[hotspotIdx].top, in Cmd_Hotspots()
130 hotspots[hotspotIdx].right, hotspots[hotspotIdx].bottom); in Cmd_Hotspots()
/dports/x11-toolkits/gtkimageview/gtkimageview-1.6.4/src/
H A Dgtkimagetoolselector.c109 hotspot_list_init (Hotspot *hotspots) in hotspot_list_init() argument
111 hotspots[0].cursor = cursor_get (CURSOR_HAND_OPEN); in hotspot_list_init()
116 hotspots[5].cursor = gdk_cursor_new (GDK_TOP_SIDE); in hotspot_list_init()
124 hotspot_list_free (Hotspot *hotspots) in hotspot_list_free() argument
127 gdk_cursor_unref (hotspots[n].cursor); in hotspot_list_free()
131 hotspot_list_recalculate (Hotspot *hotspots, in hotspot_list_recalculate() argument
135 hotspots[HOTSPOT_INSIDE].rect = (GdkRectangle) { in hotspot_list_recalculate()
191 hotspots[HOTSPOT_OUTSIDE].rect = (GdkRectangle) { in hotspot_list_recalculate()
391 return selector->hotspots[type].cursor; in cursor_at_point()
624 hotspot_list_free (selector->hotspots); in gtk_image_tool_selector_finalize()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/compositor/intern/
H A DCOM_ExecutionGroup.cpp247 ChunkOrderHotspot *hotspots[1]; in execute() local
265 delete hotspots[0]; in execute()
305 delete hotspots[0]; in execute()
306 delete hotspots[1]; in execute()
307 delete hotspots[2]; in execute()
308 delete hotspots[3]; in execute()
309 delete hotspots[4]; in execute()
310 delete hotspots[5]; in execute()
311 delete hotspots[6]; in execute()
312 delete hotspots[7]; in execute()
[all …]
H A DCOM_ChunkOrder.cpp30 void ChunkOrder::determineDistance(ChunkOrderHotspot **hotspots, unsigned int numberOfHotspots) in determineDistance() argument
35 ChunkOrderHotspot *hotspot = hotspots[index]; in determineDistance()
/dports/graphics/gmt/gmt-6.3.0/test/sph/
H A Dsph_5.sh7 data=`gmt which -G @hotspots.txt`
9 gmt sphtriangulate @hotspots.txt -Qv -T > tt.arcs
16 gmt psxy -R -J -O -K -SE-250 -Gwhite -Wfaint @hotspots.txt >> $ps
17 gmt psxy -R -J -O -K -SE-100 -Gblack @hotspots.txt >> $ps
23 gmt psxy -R -J -O -K -SE-350 -Gwhite -Wfaint @hotspots.txt >> $ps
24 gmt psxy -R -J -O -SE-150 -Gblack @hotspots.txt >> $ps
H A Dsph_4.sh7 gmt sphtriangulate @hotspots.txt -Qd -T > tt.arcs
11 gmt psxy -R -J -O -W0.25p -SE-250 -Gred @hotspots.txt >> $ps
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/_layout/
H A Dimagemap_common.rpym26 …def __init__(self, screen, ground, idle, hover, selected_idle, selected_hover, hotspots, navigatio…
45 self.hotspots = { }
46 for (x1, y1, x2, y2, name) in maybe_variant(hotspots):
47 self.hotspots[name] = (x1, y1, x2, y2)
49 self.remaining_hotspots = set(self.hotspots.keys())
56 if i[1] in self.hotspots:
80 if name not in self.hotspots:
85 x1, y1, x2, y2 = self.hotspots[name]
115 if name not in self.hotspots:
120 x1, y1, x2, y2 = self.hotspots[name]
H A Dimagemap_load_save.rpym42 # The hotspots. Each hotspot is defined by a tuple giving:
184 hotspots = set()
189 hotspots.add(name)
192 hotspots.add(name)
194 __scratch.has_autosave = ("page_auto" in hotspots)
195 __scratch.has_quicksave = ("page_quick" in hotspots)
199 while ("slot_%d" % __scratch.per_page) in hotspots:
204 while ("page_%d" % __scratch.pages) in hotspots:
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mohawk/
H A Dcstime_cases.cpp37 const Common::Array<CSTimeHotspot> &hotspots = getCurrScene()->getHotspots(); in checkConvCondition() local
48 return (hotspots[5].state == 1); in checkConvCondition()
51 return (hotspots[5].state != 1 && !gotTorch); in checkConvCondition()
62 const Common::Array<CSTimeHotspot> &hotspots = getCurrScene()->getHotspots(); in checkObjectCondition() local
69 return (hotspots[5].state == 1); in checkObjectCondition()
72 return (hotspots[5].state != 1); in checkObjectCondition()
75 return (hotspots[4].state == 1); in checkObjectCondition()
98 return (hotspots[0].state > 0); in checkObjectCondition()
H A Dcstime_ui.cpp689 for (uint i = 0; i < hotspots.size(); i++) { in stopDragging()
690 if (hotspots[i].state != 1) in stopDragging()
692 if (!hotspots[i].region.containsPoint(mousePos)) in stopDragging()
694 for (uint j = 0; j < invObj->hotspots.size(); j++) { in stopDragging()
695 if (invObj->hotspots[j].sceneId != scene->getId()) in stopDragging()
697 if (invObj->hotspots[j].hotspotId != i) in stopDragging()
699 …if (foundInvObjHotspot != 0xffff && invObj->hotspots[foundInvObjHotspot].hotspotId < invObj->hotsp… in stopDragging()
779 if (invObj->hotspots[i].hotspotId != 0xffff) in stopDragging()
781 _vm->addEventList(invObj->hotspots[i].events); in stopDragging()
806 if (invObj->hotspots[i].hotspotId != 0xfffe) in stopDragging()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/mohawk/
H A Dcstime_cases.cpp37 const Common::Array<CSTimeHotspot> &hotspots = getCurrScene()->getHotspots(); in checkConvCondition() local
48 return (hotspots[5].state == 1); in checkConvCondition()
51 return (hotspots[5].state != 1 && !gotTorch); in checkConvCondition()
64 const Common::Array<CSTimeHotspot> &hotspots = getCurrScene()->getHotspots(); in checkObjectCondition() local
71 return (hotspots[5].state == 1); in checkObjectCondition()
74 return (hotspots[5].state != 1); in checkObjectCondition()
77 return (hotspots[4].state == 1); in checkObjectCondition()
102 return (hotspots[0].state > 0); in checkObjectCondition()
H A Dcstime_ui.cpp693 for (uint i = 0; i < hotspots.size(); i++) { in stopDragging()
694 if (hotspots[i].state != 1) in stopDragging()
696 if (!hotspots[i].region.containsPoint(mousePos)) in stopDragging()
698 for (uint j = 0; j < invObj->hotspots.size(); j++) { in stopDragging()
699 if (invObj->hotspots[j].sceneId != scene->getId()) in stopDragging()
701 if (invObj->hotspots[j].hotspotId != i) in stopDragging()
703 …if (foundInvObjHotspot != 0xffff && invObj->hotspots[foundInvObjHotspot].hotspotId < invObj->hotsp… in stopDragging()
783 if (invObj->hotspots[i].hotspotId != 0xffff) in stopDragging()
785 _vm->addEventList(invObj->hotspots[i].events); in stopDragging()
810 if (invObj->hotspots[i].hotspotId != 0xfffe) in stopDragging()
[all …]
/dports/games/lugaru/lugaru-c7b99378439735c60f84869b05c6ebde53083667/Source/Devtools/
H A DConsoleCmds.cpp253 fpackf(tfile, "Bi", Hotspot::hotspots.size()); in ch_save()
254 for (unsigned i = 0; i < Hotspot::hotspots.size(); i++) { in ch_save()
255 …", Hotspot::hotspots[i].type, Hotspot::hotspots[i].size, Hotspot::hotspots[i].position.x, Hotspot:… in ch_save()
256 int templength = strlen(Hotspot::hotspots[i].text); in ch_save()
259 fpackf(tfile, "Bb", Hotspot::hotspots[i].text[l]); in ch_save()
547 Hotspot::hotspots.emplace_back(Person::players[0]->coords, type, size); in ch_hs()
549 strcpy(Hotspot::hotspots.back().text, args + shift); in ch_hs()
550 strcat(Hotspot::hotspots.back().text, "\n"); in ch_hs()
618 if (!Hotspot::hotspots.empty()) { in ch_dhs()
619 Hotspot::hotspots.pop_back(); in ch_dhs()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Ddebugger.cpp112 Hotspots &hotspots = _vm->_game->_scene._hotspots; in Cmd_ListHotSpots() local
114 debugPrintf("%d hotspots present\n", hotspots.size()); in Cmd_ListHotSpots()
116 for (uint index = 0; index < hotspots.size(); ++index) { in Cmd_ListHotSpots()
118 index, (void *)&hotspots[index], in Cmd_ListHotSpots()
119 hotspots[index]._bounds.left, hotspots[index]._bounds.top, in Cmd_ListHotSpots()
120 hotspots[index]._bounds.right, hotspots[index]._bounds.bottom); in Cmd_ListHotSpots()
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Ddebugger.cpp112 Hotspots &hotspots = _vm->_game->_scene._hotspots; in Cmd_ListHotSpots() local
114 debugPrintf("%d hotspots present\n", hotspots.size()); in Cmd_ListHotSpots()
116 for (uint index = 0; index < hotspots.size(); ++index) { in Cmd_ListHotSpots()
118 index, (void *)&hotspots[index], in Cmd_ListHotSpots()
119 hotspots[index]._bounds.left, hotspots[index]._bounds.top, in Cmd_ListHotSpots()
120 hotspots[index]._bounds.right, hotspots[index]._bounds.bottom); in Cmd_ListHotSpots()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/lure/
H A Dres_struct.cpp306 hotspots[0].currentFrame = rec->h1CurrentFrame; in RoomExitJoinData()
307 hotspots[0].destFrame = rec->h1DestFrame; in RoomExitJoinData()
308 hotspots[0].openSound = rec->h1OpenSound; in RoomExitJoinData()
309 hotspots[0].closeSound = rec->h1CloseSound; in RoomExitJoinData()
311 hotspots[1].currentFrame = rec->h2CurrentFrame; in RoomExitJoinData()
312 hotspots[1].destFrame = rec->h2DestFrame; in RoomExitJoinData()
313 hotspots[1].openSound = rec->h2OpenSound; in RoomExitJoinData()
314 hotspots[1].closeSound = rec->h2CloseSound; in RoomExitJoinData()
325 stream->writeByte(rec.hotspots[0].destFrame); in saveToStream()
327 stream->writeByte(rec.hotspots[1].destFrame); in saveToStream()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/lure/
H A Dres_struct.cpp306 hotspots[0].currentFrame = rec->h1CurrentFrame; in RoomExitJoinData()
307 hotspots[0].destFrame = rec->h1DestFrame; in RoomExitJoinData()
308 hotspots[0].openSound = rec->h1OpenSound; in RoomExitJoinData()
309 hotspots[0].closeSound = rec->h1CloseSound; in RoomExitJoinData()
311 hotspots[1].currentFrame = rec->h2CurrentFrame; in RoomExitJoinData()
312 hotspots[1].destFrame = rec->h2DestFrame; in RoomExitJoinData()
313 hotspots[1].openSound = rec->h2OpenSound; in RoomExitJoinData()
314 hotspots[1].closeSound = rec->h2CloseSound; in RoomExitJoinData()
325 stream->writeByte(rec.hotspots[0].destFrame); in saveToStream()
327 stream->writeByte(rec.hotspots[1].destFrame); in saveToStream()
[all …]
/dports/x11/konsole/konsole-21.12.3/src/filterHotSpots/
H A DFilterChain.cpp133 QList<QSharedPointer<HotSpot>> hotspots; in filterBy() local
136 hotspots.append(spot); in filterBy()
139 return hotspots; in filterBy()
165 QList<QSharedPointer<HotSpot>> hotspots = filterBy(HotSpot::Link); in keyPressEvent() local
166 int nHotSpots = hotspots.count(); in keyPressEvent()
174 hotspots.at(hintSelected)->activate(); in keyPressEvent()
/dports/games/scummvm/scummvm-2.5.1/engines/buried/
H A Dbiochip_view.cpp703 page.hotspots[i].left = fbcStream->readSint16LE(); in FilesBioChipViewWindow()
704 page.hotspots[i].top = fbcStream->readSint16LE(); in FilesBioChipViewWindow()
705 page.hotspots[i].right = fbcStream->readSint16LE(); in FilesBioChipViewWindow()
706 page.hotspots[i].bottom = fbcStream->readSint16LE(); in FilesBioChipViewWindow()
707 page.hotspots[i].pageIndex = fbcStream->readSint16LE(); in FilesBioChipViewWindow()
760 …if (page.hotspots[i].pageIndex >= 0 && Common::Rect(page.hotspots[i].left, page.hotspots[i].top, p… in onLButtonUp()
761 _curPage = page.hotspots[i].pageIndex; in onLButtonUp()
/dports/games/residualvm/residualvm-0.3.1/engines/myst3/
H A Dconsole.cpp97 for (uint i = 0; i < nodeData->hotspots.size(); i++) { in Cmd_Infos()
99 _vm->_state->describeCondition(nodeData->hotspots[i].condition).c_str(), in Cmd_Infos()
100 _vm->_state->evaluate(nodeData->hotspots[i].condition) ? "true" : "false"); in Cmd_Infos()
102 for(uint j = 0; j < nodeData->hotspots[i].rects.size(); j++) { in Cmd_Infos()
103 PolarRect &rect = nodeData->hotspots[i].rects[j]; in Cmd_Infos()
109 describeScript(nodeData->hotspots[i].script); in Cmd_Infos()

12345678910>>...25