Home
last modified time | relevance | path

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

/dports/cad/librepcb/librepcb-0.1.6/libs/parseagle/parseagle/deviceset/
H A Ddeviceset.h25 const QList<Gate>& getGates() const noexcept {return mGates;} in getGates() function
/dports/cad/openroad/OpenROAD-2.0/src/rmp/include/rmp/
H A DblifParser.h84 const std::vector<Gate>& getGates() const;
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/maps/quests/allotment/
H A DAllotmentUtilities.java108 private List<Entity> getGates(final String zoneName) {
315 for (Entity gateEntity : getGates(zoneName)) {
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/eagleimport/
H A Ddevicesetconverter.cpp95 foreach (const parseagle::Gate& gate, mDeviceSet.getGates()) { in generate()
/dports/cad/openroad/OpenROAD-2.0/src/rmp/src/
H A Dblif.cpp369 numInstances = blif.getGates().size(); in inspectBlif()
427 auto gates = blif.getGates(); in readBlif()
H A DblifParser.cpp211 const std::vector<Gate>& BlifParser::getGates() const in getGates() function in rmp::BlifParser
/dports/games/scourge/scourge/src/
H A Dminimap.cpp261 drawPointers( scourge->getSession()->getMap()->getGates(), Color( 1, 0, 0, 1 ) ); in drawMap()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/
H A Dboxes.cpp89 static void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::…
1249 getGates(_vm->getBoxCoordinates(box1), _vm->getBoxCoordinates(box2), gateA, gateB); in findPathTowardsOld()
1284 void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::Point g… in getGates() function
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/
H A Dboxes.cpp89 static void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::…
1249 getGates(_vm->getBoxCoordinates(box1), _vm->getBoxCoordinates(box2), gateA, gateB); in findPathTowardsOld()
1276 void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::Point g… in getGates() function
/dports/games/scourge/scourge/src/render/
H A Dmap.h892 inline std::set<Location*> *getGates() { in getGates() function