Home
last modified time | relevance | path

Searched refs:PPOLYGON (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dpolygons.cpp111 typedef POLYGON *PPOLYGON; typedef
1317 static bool MatchingLevels(PPOLYGON p1, PPOLYGON p2) { in MatchingLevels()
1339 memset(Polys[i1]->adjpaths, 0, MAXADJ * sizeof(PPOLYGON)); in SetPathAdjacencies()
1576 static PPOLYGON GetPolyEntry() { in GetPolyEntry()
1578 PPOLYGON p; in GetPolyEntry()
1598 static PPOLYGON CommonInits(PTYPE polyType, int pno, const Poly &ptp, bool bRestart) { in CommonInits()
1601 PPOLYGON p = GetPolyEntry(); // Obtain a slot in CommonInits()
1670 PPOLYGON p = CommonInits(PATH, pno, ptp, bRestart); in InitPath()
1732 PPOLYGON p = CommonInits(REFER, pno, ptp, bRestart); in InitRefer()
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dpolygons.cpp111 typedef POLYGON *PPOLYGON; typedef
1363 static bool MatchingLevels(PPOLYGON p1, PPOLYGON p2) { in MatchingLevels()
1385 memset(Polys[i1]->adjpaths, 0, MAXADJ * sizeof(PPOLYGON)); in SetPathAdjacencies()
1622 static PPOLYGON GetPolyEntry() { in GetPolyEntry()
1624 PPOLYGON p; in GetPolyEntry()
1644 static PPOLYGON CommonInits(PTYPE polyType, int pno, const Poly &ptp, bool bRestart) { in CommonInits()
1647 PPOLYGON p = GetPolyEntry(); // Obtain a slot in CommonInits()
1716 PPOLYGON p = CommonInits(PATH, pno, ptp, bRestart); in InitPath()
1778 PPOLYGON p = CommonInits(REFER, pno, ptp, bRestart); in InitRefer()