Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqsgmapboxglnode.cpp50 static const QSize minTextureSize = QSize(64, 64); variable
58 m_map.reset(new QMapboxGL(nullptr, settings, size.expandedTo(minTextureSize), pixelRatio)); in QSGMapboxGLTextureNode()
67 const QSize& minSize = size.expandedTo(minTextureSize); in resize()