Home
last modified time | relevance | path

Searched refs:simplify (Results 1 – 25 of 142) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dsimplify.hpp49 namespace detail { namespace simplify namespace
225 struct simplify: not_implemented<Tag> struct
229 struct simplify<Point, point_tag> struct
241 struct simplify<Linestring, linestring_tag> struct
242 : detail::simplify::simplify_range<2>
246 struct simplify<Ring, ring_tag> struct
247 : detail::simplify::simplify_range
257 struct simplify<Polygon, polygon_tag> struct
258 : detail::simplify::simplify_polygon
273 : detail::simplify::simplify_range_insert
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dsimplify.hpp37 inline void simplify(std::vector<vt_point>& points, size_t first, size_t last, double sqTolerance) { in simplify() function
66 simplify(points, first, index, sqTolerance); in simplify()
68 simplify(points, index, last, sqTolerance); in simplify()
72 inline void simplify(std::vector<vt_point>& points, double tolerance) { in simplify() function
79 simplify(points, 0, len - 1, tolerance * tolerance); in simplify()
H A Dconvert.hpp47 simplify(result, tolerance); in operator ()()
74 simplify(result, tolerance); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/geosimplify.js/
H A DLICENSE27 Based on simplify-js by Vladimir Agafonkin - http://mourner.github.io/simplify-js/
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A DKconfig81 If unsure, say Y to simplify debug problems
89 If unsure, say Y to simplify debug problems
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Du-boot.lds42 * adjacent to simplify the startup code -- and provide
78 * bss follows. We keep it adjacent to simplify init code.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/agnostic/
H A Dsimplify_douglas_peucker.hpp42 namespace strategy { namespace simplify namespace
311 struct point_type<geometry::strategy::simplify::detail::douglas_peucker_point<P> >
/OK3568_Linux_fs/buildroot/package/libldns/
H A DConfig.in5 The goal of ldns is to simplify DNS programming, it supports
/OK3568_Linux_fs/buildroot/package/python-pysnmp-mibs/
H A DConfig.in7 packaged to simplify their use with the PySNMP library.
/OK3568_Linux_fs/buildroot/package/python-simplesqlite/
H A DConfig.in14 SimpleSQLite is a Python library to simplify SQLite database
/OK3568_Linux_fs/yocto/poky/
H A DREADME.qemu.md4 To simplify development, the build system supports building images to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-license-expression_21.6.14.bb1 SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions"
H A Dpython3-decorator_5.1.1.bb3 The aim of the decorator module it to simplify the usage of decorators \
/OK3568_Linux_fs/buildroot/package/c-periphery/
H A DConfig.in6 userspace Linux. The c-periphery wrappers simplify and
/OK3568_Linux_fs/buildroot/package/turbolua/
H A DConfig.in5 Turbo.lua is a framework built for LuaJIT 2 to simplify the
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A Dqmake.conf.in5 # simplify cross-compilation: we have our own "device" definition, which
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A Dopenl2tp-simplify-gcc-warning-hack.patch4 Subject: [PATCH] openl2tp: simplify gcc warning hack
/OK3568_Linux_fs/buildroot/package/protobuf/
H A DConfig.in8 # In Buildroot, to simplify things, we've decided to simply require gcc
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pygpgme/
H A D0002-passphrase_cb-is-deprecated.patch9 this stuff. This should actually simplify things for most
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A DChangeLog.sym53c8xx_242 This is intended to simplify portability.
129 - Slightly simplify driver configuration.
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0130-kern-parser-Refactor-grub_parser_split_cmdline-clean.patch7 return paths, which will simplify additional error handling to be
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst70 o) mount helper GUI (to simplify the various configuration options on mount)
88 and simplify the code.
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/
H A Drpm_4.17.1.bb10 development files will simplify the process of writing programs that \
12 simplify the process of creating graphical package managers or any \
/OK3568_Linux_fs/kernel/Documentation/arm/samsung/
H A Doverview.rst66 where to simplify the include and dependency issues involved with having
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/buffer/
H A Dbuffer_inserter.hpp71 geometry::simplify(range, simplified, distance.simplify_distance()); in simplify_input()
88 typedef strategy::simplify::detail::douglas_peucker in simplify_input()
100 geometry::simplify(range, simplified, max_distance, strategy); in simplify_input()

123456