Home
last modified time | relevance | path

Searched defs:CustomLayerRenderParameters (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/layers/
H A Dcustom_layer.hpp13 struct CustomLayerRenderParameters { struct
14 double width;
15 double height;
16 double latitude;
17 double longitude;
18 double zoom;
19 double bearing;
20 double pitch;
21 double fieldOfView;
22 std::array<double, 16> projectionMatrix;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp111 struct Q_MAPBOXGL_EXPORT CustomLayerRenderParameters { struct
112 double width;
113 double height;
114 double latitude;
115 double longitude;
116 double zoom;
117 double bearing;
118 double pitch;
119 double fieldOfView;