Home
last modified time | relevance | path

Searched refs:Position (Results 1 – 25 of 116) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dinsert_range.hpp23 template <typename Sequence, typename Position, typename Range>
26 typedef typename convert_iterator<Position>::type pos_type;
37 template <typename Sequence, typename Position, typename Range>
39 inline typename result_of::insert_range<Sequence const, Position, Range const>::type
40 insert_range(Sequence const& seq, Position const& pos, Range const& range) in insert_range()
42 typedef result_of::insert_range<Sequence const, Position, Range const> result_of; in insert_range()
48 left_type left(fusion::begin(seq), convert_iterator<Position>::call(pos)); in insert_range()
49 right_type right(convert_iterator<Position>::call(pos), fusion::end(seq)); in insert_range()
H A Dinsert.hpp26 template <typename Sequence, typename Position, typename T>
30 typedef typename convert_iterator<Position>::type pos_type;
42 template <typename Sequence, typename Position, typename T>
47 , result_of::insert<Sequence const, Position, T>
49 insert(Sequence const& seq, Position const& pos, T const& x) in insert()
52 Sequence const, Position, T> in insert()
60 left_type left(fusion::begin(seq), convert_iterator<Position>::call(pos)); in insert()
61 right_type right(convert_iterator<Position>::call(pos), fusion::end(seq)); in insert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dposition.hpp9 class Position { class
11 Position() = default;
12 Position(std::array<float, 3>& position_) in Position() function in mbgl::style::Position
17 friend bool operator==(const Position& lhs, const Position& rhs) { in operator ==()
22 friend bool operator!=(const Position& lhs, const Position& rhs) { in operator !=()
H A Dlight.hpp26 static Position getDefaultPosition();
27 PropertyValue<Position> getPosition() const;
28 void setPosition(PropertyValue<Position>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqml-position.qdoc75 positions we would like to know if the object is moving, what \l [QML] {Position::}{speed} it is
76 doing and what is the \l {Position::timestamp}{timestamp} of the last position data. Position
77 therefore includes values for the \l {Position::coordinate}{coordinate},
78 \l {Position::speed}{speed} and a \l {Position::timestamp}{timestamp}. \l Position also takes
80 the \l {Position::latitudeValid}{latitudeValid}, \l {Position::longitudeValid}{longitudeValid},
81 \l {Position::altitudeValid}{altitudeValid}, \l {Position::speedValid}{speedValid},
82 \l {Position::horizontalAccuracyValid}{horizontalAccuracyValid}, and
83 \l {Position::verticalAccuracyValid}{verticalAccuracyValid} properties.
88 We have a Position type, a \l {coordinate} type but where does the data come from?
H A Dqtpositioning.qdoc131 \li Position plugins:
139 \li \l {Log File Position Source (C++)}
H A Dcpp-position.qdoc130 qDebug() << "Position updated:" << info;
174 The \l {Log File Position Source (C++)} example demonstrates how to subclass QGeoPositionInfoSource
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dposition.cpp10 optional<Position> Converter<Position>::operator()(const Convertible& value, Error& error) const { in operator ()()
17 return Position(*spherical); in operator ()()
H A Dlight.cpp66 optional<PropertyValue<Position>> convertedPosition = in operator ()()
67 convert<PropertyValue<Position>>(*position, error, false); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dinterpolate.hpp82 struct Interpolator<style::Position> {
84 style::Position operator()(const style::Position& a, const style::Position& b, const double t) { in operator ()()
85 auto pos = style::Position(); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dlight_impl.hpp32 struct LightPosition : LightProperty<Position> {
33 static Position defaultValue() { in defaultValue()
35 return Position{ { default_ } }; in defaultValue()
H A Dlight.cpp53 Position Light::getDefaultPosition() { in getDefaultPosition()
57 PropertyValue<Position> Light::getPosition() const { in getPosition()
61 void Light::setPosition(PropertyValue<Position> property) { in setPosition()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dvalue.cpp222 Value ValueConverter<Position>::toExpressionValue(const mbgl::style::Position& value) { in toExpressionValue()
226 optional<Position> ValueConverter<Position>::fromExpressionValue(const Value& v) { in fromExpressionValue()
228 return pos ? optional<Position>(Position(*pos)) : optional<Position>(); in fromExpressionValue()
269 template type::Type valueTypeToExpressionType<Position>();
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dposition.hpp11 struct Converter<Position> {
12 optional<Position> operator()(const Convertible& value, Error& error) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp113 struct ValueConverter<Position> {
115 static Value toExpressionValue(const mbgl::style::Position& value);
116 static optional<Position> fromExpressionValue(const Value& v);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.4.025 - Position:
27 property to the QML Position type.
H A Dchanges-5.3.037 - Position (QML):
72 - Position info source provider no longer internally filters
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_position.qml36 name: "Position"
38 Position { id: defaultPosition }
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/logfilepositionsource/doc/src/
H A Dlogfilepositionsource.qdoc30 \title Log File Position Source (C++)
33 \brief The Logfile Position Source shows how to create and work with a custom NMEA position source,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dplugins.qmltypes170 "QtPositioning/Position 5.0",
171 "QtPositioning/Position 5.3",
172 "QtPositioning/Position 5.4"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/doc/src/
H A Dgeoflickr.qdoc50 \section1 Retrieving the Current Position
72 \section1 Using the Current Position
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/geoclue/
H A Dgeoclue.pro23 org.freedesktop.Geoclue.Position.xml \
/OK3568_Linux_fs/buildroot/board/embest/riotboard/
H A Dreadme.txt30 Position the board so you can read the label "RIoTboard" on the right
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0001-media-gpu-v4l2-VD-Add-sequenced_task_runner_handle.h.patch25 Cr-Commit-Position: refs/heads/main@{#959037}
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A DDefaultKeyAssignments29 KeyPad-period Say Position (current line, position and console)

12345