Home
last modified time | relevance | path

Searched refs:GeometryCoordinate (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dintersection_tests.cpp7 bool polygonContainsPoint(const GeometryCoordinates& ring, const GeometryCoordinate& p) { in polygonContainsPoint()
20 float distToSegmentSquared(const GeometryCoordinate& p, const GeometryCoordinate& v, const Geometry… in distToSegmentSquared()
29 bool pointIntersectsBufferedLine(const GeometryCoordinate& p, const GeometryCoordinates& line, cons… in pointIntersectsBufferedLine()
46 bool isCounterClockwise(const GeometryCoordinate& a, const GeometryCoordinate& b, const GeometryCoo… in isCounterClockwise()
50 …ectsLineSegment(const GeometryCoordinate& a0, const GeometryCoordinate& a1, const GeometryCoordina… in lineSegmentIntersectsLineSegment()
85 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p… in polygonIntersectsBufferedPoint()
H A Dintersection_tests.hpp12 bool polygonIntersectsBufferedPoint(const GeometryCoordinates& polygon, const GeometryCoordinate& p…
H A Dtile_coordinate.hpp35 …static GeometryCoordinate toGeometryCoordinate(const UnwrappedTileID& tileID, const TileCoordinate… in toGeometryCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.hpp19 using GeometryCoordinate = Point<int16_t>; typedef
21 class GeometryCoordinates : public std::vector<GeometryCoordinate> {
26 …GeometryCoordinates(Args&&... args) : std::vector<GeometryCoordinate>(std::forward<Args>(args)...)… in GeometryCoordinates()
27 GeometryCoordinates(std::initializer_list<GeometryCoordinate> args) in GeometryCoordinates()
28 : std::vector<GeometryCoordinate>(std::move(args)) {} in GeometryCoordinates()
H A Dgeometry_tile_data.cpp12 const GeometryCoordinate& p1 = ring[i]; in signedArea()
13 const GeometryCoordinate& p2 = ring[j]; in signedArea()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/buckets/
H A Dfill_bucket.cpp14 template <> struct nth<0, mbgl::GeometryCoordinate> {
15 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.x; }; in get()
18 template <> struct nth<1, mbgl::GeometryCoordinate> {
19 static int64_t get(const mbgl::GeometryCoordinate& t) { return t.y; }; in get()
H A Dline_bucket.cpp98 const GeometryCoordinate firstCoordinate = coordinates[first]; in addGeometry()
104 optional<GeometryCoordinate> currentCoordinate; in addGeometry()
105 optional<GeometryCoordinate> prevCoordinate; in addGeometry()
106 optional<GeometryCoordinate> nextCoordinate; in addGeometry()
192GeometryCoordinate newPrevVertex = *currentCoordinate - convertPoint<int16_t>(util::round(convertP… in addGeometry()
365GeometryCoordinate newCurrentVertex = *currentCoordinate + convertPoint<int16_t>(util::round(conve… in addGeometry()
394 void LineBucket::addCurrentVertex(const GeometryCoordinate& currentCoordinate, in addCurrentVertex()
434 void LineBucket::addPieSliceVertex(const GeometryCoordinate& currentVertex, in addPieSliceVertex()
H A Dfill_extrusion_bucket.cpp16 struct nth<0, mbgl::GeometryCoordinate> {
17 static int64_t get(const mbgl::GeometryCoordinate& t) { in get()
23 struct nth<1, mbgl::GeometryCoordinate> {
24 static int64_t get(const mbgl::GeometryCoordinate& t) { in get()
H A Dline_bucket.hpp50 void addCurrentVertex(const GeometryCoordinate& currentVertex, double& distance,
53 void addPieSliceVertex(const GeometryCoordinate& currentVertex, double distance,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dget_anchors.cpp45 const GeometryCoordinate& a = *(it); in resample()
46 const GeometryCoordinate& b = *(it + 1); in resample()
153 const GeometryCoordinate& a = *(it); in getCenterAnchor()
154 const GeometryCoordinate& b = *(it + 1); in getCenterAnchor()
H A Dcollision_feature.cpp35 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in CollisionFeature()
42 void CollisionFeature::bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoin… in bboxifyLabel()
62 GeometryCoordinate &p = anchorPoint; in bboxifyLabel()
H A Dcheck_max_angle.cpp24 GeometryCoordinate anchorPoint = convertPoint<int16_t>(anchor.point); in checkMaxAngle()
25 GeometryCoordinate &p = anchorPoint; in checkMaxAngle()
H A Dcollision_feature.hpp97 void bboxifyLabel(const GeometryCoordinates& line, GeometryCoordinate& anchorPoint,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp114 GeometryCoordinate projectPoint(const GeometryCoordinate& p, const mat4& posMatrix, const Size& siz… in projectPoint()
165 …const GeometryCoordinate& transformedPoint = alignWithMap ? point : projectPoint(point, posMatrix,… in queryIntersectsFeature()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/
H A Dclip_lines.cpp20 GeometryCoordinate p0 = *(it); in clipLines()
21 GeometryCoordinate p1 = *(it + 1); in clipLines()
H A Dmerge_lines.cpp45 size_t getKey(const std::u16string& text, const GeometryCoordinate& coord) { in getKey()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dsymbol_annotation_impl.cpp20GeometryCoordinate tilePoint = TileCoordinate::toGeometryCoordinate(UnwrappedTileID(0, tileID), co… in updateLayer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_pyramid.cpp313GeometryCoordinate tileSpaceBoundsMin = TileCoordinate::toGeometryCoordinate(renderTile.id, box.mi… in queryRenderedFeatures()
318GeometryCoordinate tileSpaceBoundsMax = TileCoordinate::toGeometryCoordinate(renderTile.id, box.ma… in queryRenderedFeatures()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.cpp181GeometryCoordinate translateVec(translate[0] * pixelsToTileUnits, translate[1] * pixelsToTileUnits… in translateQueryGeometry()