Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_worker.cpp191 if (symbolLayoutsNeedPreparation) { in symbolDependenciesChanged()
202 if (symbolLayoutsNeedPreparation) { in symbolDependenciesChanged()
370 symbolLayoutsNeedPreparation = true; in parse()
438 if (symbolLayoutsNeedPreparation) { in performSymbolLayout()
454 symbolLayoutsNeedPreparation = false; in performSymbolLayout()
H A Dgeometry_tile_worker.hpp87 bool symbolLayoutsNeedPreparation = false; member in mbgl::GeometryTileWorker