Home
last modified time | relevance | path

Searched refs:polygonIntersectsBufferedPoint (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dintersection_tests.cpp85 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p… in polygonIntersectsBufferedPoint() function
94 if (polygonIntersectsBufferedPoint(polygon, point, radius)) return true; in polygonIntersectsBufferedMultiPoint()
H A Dintersection_tests.hpp12 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp178 …if (util::polygonIntersectsBufferedPoint(transformedQueryGeometry, transformedPoint, adjustedSize)… in queryIntersectsFeature()