Searched refs:minTextureSize (Results 1 – 1 of 1) sorted by relevance
50 static const QSize minTextureSize = QSize(64, 64); variable58 m_map.reset(new QMapboxGL(nullptr, settings, size.expandedTo(minTextureSize), pixelRatio)); in QSGMapboxGLTextureNode()67 const QSize& minSize = size.expandedTo(minTextureSize); in resize()