Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dline_annotation_impl.cpp19 auto newLayer = std::make_unique<LineLayer>(layerID, AnnotationManager::SourceID); in updateStyle() local
20 newLayer->setSourceLayer(layerID); in updateStyle()
21 newLayer->setLineJoin(LineJoinType::Round); in updateStyle()
22 layer = style.addLayer(std::move(newLayer), AnnotationManager::PointLayerID); in updateStyle()
H A Dfill_annotation_impl.cpp19 auto newLayer = std::make_unique<FillLayer>(layerID, AnnotationManager::SourceID); in updateStyle() local
20 newLayer->setSourceLayer(layerID); in updateStyle()
21 layer = style.addLayer(std::move(newLayer), AnnotationManager::PointLayerID); in updateStyle()