Home
last modified time | relevance | path

Searched refs:Paths (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h107 typedef std::vector< Path > Paths; typedef
110 inline Paths& operator <<(Paths& polys, const Path& p) {polys.push_back(p); return polys;}
114 std::ostream& operator <<(std::ostream &s, const Paths &p);
175 void SimplifyPolygon(const Path &in_poly, Paths &out_polys, PolyFillType fillType = pftEvenOdd);
176 void SimplifyPolygons(const Paths &in_polys, Paths &out_polys, PolyFillType fillType = pftEvenOdd);
177 void SimplifyPolygons(Paths &polys, PolyFillType fillType = pftEvenOdd);
181 void CleanPolygons(const Paths& in_polys, Paths& out_polys, double distance = 1.415);
182 void CleanPolygons(Paths& polys, double distance = 1.415);
184 void MinkowskiSum(const Path& pattern, const Path& path, Paths& solution, bool pathIsClosed);
185 void MinkowskiSum(const Path& pattern, const Paths& paths, Paths& solution, bool pathIsClosed);
[all …]
H A Dclipper.cpp1224 bool ClipperBase::AddPaths(const Paths &ppg, PolyType PolyTyp, bool Closed) in AddPaths()
1227 for (Paths::size_type i = 0; i < ppg.size(); ++i) in AddPaths()
1496 bool Clipper::Execute(ClipType clipType, Paths &solution, PolyFillType fillType) in Execute()
1508 bool Clipper::Execute(ClipType clipType, Paths &solution, in Execute()
3192 void Clipper::BuildResult(Paths &polys) in BuildResult()
3847 void ClipperOffset::AddPaths(const Paths& paths, JoinType joinType, EndType endType) in AddPaths()
3849 for (Paths::size_type i = 0; i < paths.size(); ++i) in AddPaths()
3880 void ClipperOffset::Execute(Paths& solution, double delta) in Execute()
4282 void ReversePaths(Paths& p) in ReversePaths()
4284 for (Paths::size_type i = 0; i < p.size(); ++i) in ReversePaths()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.h67 Paths upscaleClipperPoints(const vector<vector<Point> > &inputPolygons);
68 vector<vector<Point> > downscaleClipperPoints(const Paths &inputPolygons);
90 Paths execute(const Operation op,
H A Dclip2tri.cpp151 Paths clip2tri::execute(const clip2tri::Operation op, const PolyFillType subjFillType, const PolyFi… in execute()
153 Paths solution; in execute()
193 Paths clip2tri::upscaleClipperPoints(const vector<vector<Point> > &inputPolygons) in upscaleClipperPoints()
195 Paths outputPolygons; in upscaleClipperPoints()
211 vector<vector<Point> > clip2tri::downscaleClipperPoints(const Paths &inputPolygons) in downscaleClipperPoints()
235 Paths input = upscaleClipperPoints(inputPolygons); in mergePolysToPolyTree()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqclipperutils.cpp71 QList<QList<QDoubleVector2D> > QClipperUtils::pathsToQList(const Paths &paths) in pathsToQList()
90 Paths QClipperUtils::qListToPaths(const QList<QList<QDoubleVector2D> > &lists) in qListToPaths()
92 Paths res; in qListToPaths()
H A Dqclipperutils_p.h78 static QList<QList<QDoubleVector2D> > pathsToQList(const Paths &paths);
81 static Paths qListToPaths(const QList<QList<QDoubleVector2D> > &lists);
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A Dqt.conf.in1 [Paths]
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dsystem.XWinrc11 # Paths to commands are **cygwin** based (i.e. /usr/local/bin/xcalc)
13 # Paths to icons are **WINDOWS** based (i.e. c:\windows\icons)
/OK3568_Linux_fs/yocto/meta-qt5/classes/
H A Dpopulate_sdk_qt5_base.bbclass8 echo '[Paths]' >> $qtconf
H A Dqmake5_base.bbclass14 # Paths in .prl files contain SYSROOT value
54 [Paths]
86 [Paths]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-mkv/libebml/libebml/
H A Doverride-uname.patch16 # Paths
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/
H A D0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch31 - "Paths starting with "
/OK3568_Linux_fs/buildroot/package/swupdate/
H A Dswupdate.config23 # Socket Paths
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dvarlocality.rst137 Paths section in Recipes
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp140Paths res = clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::p… in clipPolygon()
H A Dqdeclarativecirclemapitem.cpp195Paths difference = clipper.execute(c2t::clip2tri::Difference, QtClipperLib::pftEvenOdd, QtClipperL… in updateScreenPointsInvert()
206Paths res = clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::p… in updateScreenPointsInvert()
H A Dqdeclarativepolygonmapitem.cpp215Paths res = clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::p… in updateSourcePoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp778 Paths res = clipper.execute(c2t::clip2tri::Intersection); in updateVisibleRegion()
822 Paths resProjectable = clipperProjectable.execute(c2t::clip2tri::Intersection); in updateVisibleRegion()
845 Paths resVisibleExpanded = clipperExpanded.execute(c2t::clip2tri::Intersection); in updateVisibleRegion()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/dool/dool/
H A D0001-Fix-rename-in-docs.patch204 -Paths that may contain external dstat_*.py plugins:
205 +Paths that may contain external dool_*.py plugins:
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/cairo/
H A Dcairo_1.16.0.bb3 vector-based rendering for multiple target backends. Paths consist \
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A DKbuild20 # Paths required for build
/OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/
H A Dsysfs.rst40 Paths in Sysfs
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.pxe45 File Paths
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Duseradd-staticids.bbclass59 # Paths are resolved via BBPATH.
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dbotching-up-ioctls.rst84 Fun with Error Paths

12