Home
last modified time | relevance | path

Searched refs:hPath (Results 1 – 25 of 41) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/tinsel/
H A Dmove.cpp352 if (hPath != NOPOLY && (GetPolyReelType(hPath) == REEL_VERT)) in GetDirection()
371 if (hPath != NOPOLY && (GetPolyReelType(hPath) == REEL_HORIZ)) in GetDirection()
697 HPOLYGON hPath; in SetNextDest() local
943 x = PolyCenterX(hPath); in SetNextDest()
995 SetMoverDest(pMover, PolyCenterX(hPath), PolyCenterY(hPath)); in SetNextDest()
1476 if (hPath == NOPOLY) { in EnteringNewPath()
1525 pMover->hFnpath = hPath; in EnteringNewPath()
1595 HPOLYGON hPath; in MoveActor() local
1652 if (hPath == NOPOLY) { in MoveActor()
1659 hPath = pMover->hCpath; in MoveActor()
[all …]
H A Drince.cpp405 HPOLYGON hPath; in PositionMover() local
414 hPath = InPolygon(x, y, PATH); in PositionMover()
415 if (hPath != NOPOLY) { in PositionMover()
416 pMover->hCpath = hPath; in PositionMover()
417 if (PolySubtype(hPath) == NODE) { in PositionMover()
420 pMover->hFnpath = hPath; in PositionMover()
661 HPOLYGON hPath; in InitialPathChecks() local
674 if (hPath != NOPOLY) { in InitialPathChecks()
675 pMover->hCpath = hPath; in InitialPathChecks()
676 if (PolySubtype(hPath) == NODE) { in InitialPathChecks()
[all …]
H A Dpolygons.cpp825 pp = Polys[hPath]; in NearestEndNode()
969 bool IsPolyCorner(HPOLYGON hPath, int x, int y) { in IsPolyCorner() argument
973 if (Polys[hPath]->cx[i] == x && Polys[hPath]->cy[i] == y) in IsPolyCorner()
982 int GetScale(HPOLYGON hPath, int y) { in GetScale() argument
989 if (hPath == NOPOLY) in GetScale()
1003 zlen = (Polys[hPath]->pbottom - Polys[hPath]->ptop) / zones; in GetScale()
1006 top = Polys[hPath]->ptop; in GetScale()
1021 int GetBrightness(HPOLYGON hPath, int y) { in GetBrightness() argument
1028 if (hPath == NOPOLY) in GetBrightness()
1042 zlen = (Polys[hPath]->pbottom - Polys[hPath]->ptop) / zones; in GetBrightness()
[all …]
H A Dpolygons.h88 bool IsPolyCorner(HPOLYGON hPath, int x, int y);
90 int GetBrightness(HPOLYGON hPath, int y);
H A Dmove.h44 HPOLYGON hPath, YBIAS yBias = YB_X2);
/dports/games/scummvm/scummvm-2.5.1/engines/tinsel/
H A Dmove.cpp364 if (hPath != NOPOLY && (GetPolyReelType(hPath) == REEL_VERT)) in GetDirection()
383 if (hPath != NOPOLY && (GetPolyReelType(hPath) == REEL_HORIZ)) in GetDirection()
714 HPOLYGON hPath; in SetNextDest() local
961 x = PolyCenterX(hPath); in SetNextDest()
1013 SetMoverDest(pMover, PolyCenterX(hPath), PolyCenterY(hPath)); in SetNextDest()
1494 if (hPath == NOPOLY) { in EnteringNewPath()
1543 pMover->hFnpath = hPath; in EnteringNewPath()
1613 HPOLYGON hPath; in MoveActor() local
1670 if (hPath == NOPOLY) { in MoveActor()
1677 hPath = pMover->hCpath; in MoveActor()
[all …]
H A Dmovers.cpp408 HPOLYGON hPath; in PositionMover() local
417 hPath = InPolygon(x, y, PATH); in PositionMover()
418 if (hPath != NOPOLY) { in PositionMover()
419 pMover->hCpath = hPath; in PositionMover()
420 if (PolySubtype(hPath) == NODE) { in PositionMover()
423 pMover->hFnpath = hPath; in PositionMover()
685 HPOLYGON hPath; in InitialPathChecks() local
698 if (hPath != NOPOLY) { in InitialPathChecks()
699 pMover->hCpath = hPath; in InitialPathChecks()
700 if (PolySubtype(hPath) == NODE) { in InitialPathChecks()
[all …]
H A Dpolygons.cpp871 pp = Polys[hPath]; in NearestEndNode()
1015 bool IsPolyCorner(HPOLYGON hPath, int x, int y) { in IsPolyCorner() argument
1019 if (Polys[hPath]->cx[i] == x && Polys[hPath]->cy[i] == y) in IsPolyCorner()
1028 int GetScale(HPOLYGON hPath, int y) { in GetScale() argument
1035 if (hPath == NOPOLY) in GetScale()
1049 zlen = (Polys[hPath]->pbottom - Polys[hPath]->ptop) / zones; in GetScale()
1052 top = Polys[hPath]->ptop; in GetScale()
1067 int GetBrightness(HPOLYGON hPath, int y) { in GetBrightness() argument
1074 if (hPath == NOPOLY) in GetBrightness()
1088 zlen = (Polys[hPath]->pbottom - Polys[hPath]->ptop) / zones; in GetBrightness()
[all …]
H A Dpolygons.h90 bool IsPolyCorner(HPOLYGON hPath, int x, int y);
92 int GetBrightness(HPOLYGON hPath, int y);
H A Dmove.h44 HPOLYGON hPath, YBIAS yBias = YB_X2);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/docs/examples/
H A DRegion_intersects_2.cpp10 SkPath hPath, dotPath;
11 paint.getTextPath("H", 1, 40, 110, &hPath);
14 hRegion.setPath(hPath, SkRegion({0, 0, 256, 256}));
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
164 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
196 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
205 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
205 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
205 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
205 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
211 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/sksl/lex/
H A DMain.cpp34 const std::vector<std::string>& tokens, const char* hPath) { in writeH() argument
35 std::ofstream out(hPath); in writeH()
173 void process(const char* inPath, const char* lexer, const char* token, const char* hPath, in process() argument
205 writeH(dfa, lexer, token, tokens, hPath); in process()
/dports/databases/pgbackrest/pgbackrest-release-2.35/test/lib/pgBackRestTest/Common/
H A DStoragePosix.pm285 my $hPath;
288 if (opendir($hPath, $strPath))
290 @stryFileList = grep(!/^(\.|\.\.)$/m, readdir($hPath));
291 close($hPath);
374 my $hPath;
879 open(my $hPath, "<", $strPath)
881 open(my $hPathDup, ">&", $hPath)
888 close($hPath);
/dports/audio/rosegarden/rosegarden-21.06.1/src/sound/
H A DAudioFileManager.cpp367 QString hPath = path;
371 if (hPath[hPath.size() - 1] != '/')
372 hPath += "/";
376 if (hPath[0] == '~') {
377 hPath.remove(0, 1);
378 hPath = homePath + hPath;
381 m_audioPath = hPath;
/dports/devel/codeworker/CodeWorker4_5_3/cs/src/
H A DDOTNET.cpp736 CW_FREE_CHARARRAY(hPath); in setIncludePath()
788 CW_FREE_CHARARRAY(hPath); in setWorkingPath()
1111 CW_FREE_CHARARRAY(hPath); in canonizePath()
1122 CW_FREE_CHARARRAY(hPath); in changeDirectory()
1367 CW_FREE_CHARARRAY(hPath); in createDirectory()
1597 CW_FREE_CHARARRAY(hPath); in existDirectory()
1663 CW_FREE_CHARARRAY(hPath); in exploreDirectory()
2411 CW_FREE_CHARARRAY(hPath); in relativePath()
2422 CW_FREE_CHARARRAY(hPath); in removeDirectory()
2532 CW_FREE_CHARARRAY(hPath); in scanDirectories()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/
H A Ddoxygengen_spec.py931 pkgname, hPath = self.SearchLibraryClassHeaderFile(infObj.GetProduceLibraryClass(),
937 hPath = 'NULL'
939 if hPath != "NULL":
941 desc += '<TD>%s</TD>' % hPath
943 desc += '<TD>%s</TD>' % hPath
952 pkgname, hPath = retarr
956 hPath = 'NULL'
959 desc += '<TD>%s</TD>' % hPath
H A Ddoxygengen.py930 pkgname, hPath = self.SearchLibraryClassHeaderFile(infObj.GetProduceLibraryClass(),
936 hPath = 'NULL'
938 if hPath != "NULL":
939 desc += '<TD>\link %s \endlink</TD>' % hPath
941 desc += '<TD>%s</TD>' % hPath
950 pkgname, hPath = retarr
954 hPath = 'NULL'
957 desc += '<TD>\link %s \endlink</TD>' % hPath
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Scripts/PackageDocumentTools/plugins/EdkPlugins/edk2/model/
H A Ddoxygengen_spec.py931 pkgname, hPath = self.SearchLibraryClassHeaderFile(infObj.GetProduceLibraryClass(),
937 hPath = 'NULL'
939 if hPath != "NULL":
941 desc += '<TD>%s</TD>' % hPath
943 desc += '<TD>%s</TD>' % hPath
952 pkgname, hPath = retarr
956 hPath = 'NULL'
959 desc += '<TD>%s</TD>' % hPath
H A Ddoxygengen.py930 pkgname, hPath = self.SearchLibraryClassHeaderFile(infObj.GetProduceLibraryClass(),
936 hPath = 'NULL'
938 if hPath != "NULL":
939 desc += '<TD>\link %s \endlink</TD>' % hPath
941 desc += '<TD>%s</TD>' % hPath
950 pkgname, hPath = retarr
954 hPath = 'NULL'
957 desc += '<TD>\link %s \endlink</TD>' % hPath

12