Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_heatmap_layer.cpp54 const auto& viewportSize = parameters.staticData.backendSize; in render() local
55 const auto size = Size{viewportSize.width / 4, viewportSize.height / 4}; in render()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p.h107 void setViewportSize(const QSize& viewportSize);
108 QSize viewportSize() const;
H A Dqgeomap.cpp73 QSize QGeoMap::viewportSize() const in viewportSize() function in QGeoMap