Home
last modified time | relevance | path

Searched defs:PathVector (Results 1 – 23 of 23) sorted by relevance

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/path/
H A Dpath-outline.h23 class PathVector; variable
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/subversion/3rdparty/kdevsvncpp/
H A Dpath.hpp204 typedef std::vector<Path> PathVector; typedef
/dports/games/openttd/openttd-12.1/src/linkgraph/
H A Dmcf.h9 typedef std::vector<Path *> PathVector; typedef
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/parameter/
H A Doriginalpath.h34 …void addCanvasIndicators(SPLPEItem const* /*lpeitem*/, std::vector<Geom::PathVector> & /*hp_vec*/)… in addCanvasIndicators()
H A Doriginalitemarray.h73 …void addCanvasIndicators(SPLPEItem const* /*lpeitem*/, std::vector<Geom::PathVector> & /*hp_vec*/)… in addCanvasIndicators()
H A Doriginalpatharray.h77 …void addCanvasIndicators(SPLPEItem const* /*lpeitem*/, std::vector<Geom::PathVector> & /*hp_vec*/)… in addCanvasIndicators()
H A Dparameter.h78 …virtual void addCanvasIndicators(SPLPEItem const * /*lpeitem*/, std::vector<Geom::PathVector> & /*… in addCanvasIndicators()
/dports/games/spring/spring_98.0/rts/Sim/Path/Default/
H A DPathDataTypes.h251PathVector(int, const value_type&): bufPos(-1) { std::fill(std::begin(buf), std::end(buf), nullptr… in PathVector() function
252PathVector(iterator, iterator): bufPos(-1) { std::fill(std::begin(buf), std::end(buf), nullptr); a… in PathVector() function
259 void swap(PathVector&) { abort(); } in swap() argument
262 PathVector(): bufPos(-1) { in PathVector() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/CompilerDriver/
H A DTool.h31 typedef std::vector<llvm::sys::Path> PathVector; typedef
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/backend/common/
H A DAreaId.hh46 typedef std::vector<AreaIndex> PathVector; typedef in AreaId
/dports/games/pioneer/pioneer-20210723/src/galaxy/
H A DGalaxyCache.h41 typedef std::vector<SystemPath> PathVector; typedef
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dforward.h83 class PathVector; variable
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dforward.h83 class PathVector; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Ddelete_old_versions.cc26 using PathVector = std::vector<base::FilePath>; typedef
/dports/games/libretro-bluemsx/blueMSX-libretro-faf470e/Src/Utils/
H A DVeryTinyXpath.cpp49 typedef std::vector<std::string> PathVector; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dcommand_path.cc28 using PathVector = std::vector<TargetDep>; typedef
/dports/devel/gn/gn-1962/src/gn/
H A Dcommand_path.cc28 using PathVector = std::vector<TargetDep>; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dcommand_path.cc28 using PathVector = std::vector<TargetDep>; typedef
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DFontInstance.cpp677 Geom::PathVector* font_instance::PathVector(int glyph_id) in PathVector() function in font_instance
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/ExternalLibs/
H A DJPS.h148 typedef std::vector<Position> PathVector; typedef
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Deffect.cpp1553 Effect::addCanvasIndicators(SPLPEItem const*/*lpeitem*/, std::vector<Geom::PathVector> &/*hp_vec*/) in addCanvasIndicators()
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python3/
H A DRNA.py1358 class PathVector(object): class
1406 def swap(self, v: "PathVector") -> "void":
/dports/biology/viennarna/ViennaRNA-2.4.18/interfaces/Python/
H A DRNA.py1358 class PathVector(object): class