Home
last modified time | relevance | path

Searched refs:poly1 (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/
H A Dtransform.hpp157 static inline bool apply(Polygon1 const& poly1, Polygon2& poly2, in apply()
164 if (!transform_range_out<point2_type>(geometry::exterior_ring(poly1), in apply()
178 geometry::num_interior_rings(poly1)); in apply()
181 rings1 = geometry::interior_rings(poly1); in apply()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dmath_config.h402 double poly1[LOG_POLY1_ORDER - 1]; member
417 double poly1[LOG2_POLY1_ORDER - 1]; member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dmath_config.h402 double poly1[LOG_POLY1_ORDER - 1]; member
417 double poly1[LOG2_POLY1_ORDER - 1]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/
H A Dmain.qml257 id: poly1
270 onClicked: console.log("poly1 in "+parent.parent.objectName + "clicked")
433 id: poly1
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/
H A Dmain.qml224 id: poly1
246 onClicked: console.log("poly1 in "+parent.parent.objectName + "clicked")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/
H A Dmain.qml347 id: poly1
360 onClicked: console.log("poly1 in "+parent.parent.objectName + "clicked")
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h186 void MinkowskiDiff(const Path& poly1, const Path& poly2, Paths& solution);
H A Dclipper.cpp4544 void MinkowskiDiff(const Path& poly1, const Path& poly2, Paths& solution) in MinkowskiDiff() argument
4546 Minkowski(poly1, poly2, solution, false, true); in MinkowskiDiff()