Home
last modified time | relevance | path

Searched refs:coord1 (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_coordinate.qml162 { tag: "empty", coord1: empty, coord2: QtPositioning.coordinate(), result: true },
163 { tag: "zero", coord1: zero, coord2: QtPositioning.coordinate(0, 0), result: true },
164 … { tag: "plusone", coord1: plusone, coord2: QtPositioning.coordinate(0, 1), result: true },
165 … { tag: "minusone", coord1: minusone, coord2: QtPositioning.coordinate(0, -1), result: true },
166 … { tag: "north", coord1: north, coord2: QtPositioning.coordinate(3, 0), result: true },
167 …{ tag: "lat,long.alt", coord1: QtPositioning.coordinate(1.1, 2.2, 3.3), coord2: QtPositioning.coor…
168 { tag: "not equal1", coord1: plusone, coord2: minusone, result: false },
169 { tag: "not equal2", coord1: plusone, coord2: north, result: false }
175 compare(data.coord1 === data.coord2, data.result)
176 compare(data.coord1 !== data.coord2, !data.result)
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp309 vec4 coord1; in screenCoordinateToLatLng() local
313 matrix::transformMat4(coord1, point1, inverted); in screenCoordinateToLatLng()
316 double w1 = coord1[3]; in screenCoordinateToLatLng()
319 Point<double> p1 = Point<double>(coord1[0], coord1[1]) / w1; in screenCoordinateToLatLng()
322 double z1 = coord1[2] / w1; in screenCoordinateToLatLng()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DMapComponent.qml64 var coord1, coord2, dist, text, f
66 coord1 = map.toCoordinate(Qt.point(0,scale.y))
68 dist = Math.round(coord1.distanceTo(coord2))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp661 QDoubleVector2D coord1 = path.at(index); in updateCirclePathForRendering() local
663 coord1.setY(newPoleLat); in updateCirclePathForRendering()
664 path.insert(index ,coord1); in updateCirclePathForRendering()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml115 var coord1, coord2, dist, text, f
117 coord1 = map.toCoordinate(Qt.point(0,scale.y))
119 dist = Math.round(coord1.distanceTo(coord2))