| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 107 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 D | clipper.cpp | 1224 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 D | clip2tri.h | 67 Paths upscaleClipperPoints(const vector<vector<Point> > &inputPolygons); 68 vector<vector<Point> > downscaleClipperPoints(const Paths &inputPolygons); 90 Paths execute(const Operation op,
|
| H A D | clip2tri.cpp | 151 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 D | qclipperutils.cpp | 71 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 D | qclipperutils_p.h | 78 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 D | qt.conf.in | 1 [Paths]
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | system.XWinrc | 11 # 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 D | populate_sdk_qt5_base.bbclass | 8 echo '[Paths]' >> $qtconf
|
| H A D | qmake5_base.bbclass | 14 # 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 D | override-uname.patch | 16 # Paths
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch | 31 - "Paths starting with "
|
| /OK3568_Linux_fs/buildroot/package/swupdate/ |
| H A D | swupdate.config | 23 # Socket Paths
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | varlocality.rst | 137 Paths section in Recipes
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemutils.cpp | 140 …Paths res = clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::p… in clipPolygon()
|
| H A D | qdeclarativecirclemapitem.cpp | 195 …Paths difference = clipper.execute(c2t::clip2tri::Difference, QtClipperLib::pftEvenOdd, QtClipperL… in updateScreenPointsInvert() 206 …Paths res = clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::p… in updateScreenPointsInvert()
|
| H A D | qdeclarativepolygonmapitem.cpp | 215 …Paths res = clipper.execute(c2t::clip2tri::Intersection, QtClipperLib::pftEvenOdd, QtClipperLib::p… in updateSourcePoints()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeoprojection.cpp | 778 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 D | 0001-Fix-rename-in-docs.patch | 204 -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 D | cairo_1.16.0.bb | 3 vector-based rendering for multiple target backends. Paths consist \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | Kbuild | 20 # Paths required for build
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/gpio/ |
| H A D | sysfs.rst | 40 Paths in Sysfs
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.pxe | 45 File Paths
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | useradd-staticids.bbclass | 59 # Paths are resolved via BBPATH.
|
| /OK3568_Linux_fs/kernel/Documentation/process/ |
| H A D | botching-up-ioctls.rst | 84 Fun with Error Paths
|