Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_tile.cpp14 annotationManager(parameters.annotationManager) { in AnnotationTile()
15 annotationManager.addTile(*this); in AnnotationTile()
19 annotationManager.removeTile(*this); in ~AnnotationTile()
H A Dannotation_tile.hpp18 AnnotationManager& annotationManager; member in mbgl::AnnotationTile
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp80 AnnotationManager annotationManager; member in mbgl::Map::Impl
132 annotationManager(*style) { in Impl()
236 impl->annotationManager.setStyle(*impl->style); in setStyle()
677 impl->annotationManager.addImage(std::move(image)); in addAnnotationImage()
681 impl->annotationManager.removeImage(id); in removeAnnotationImage()
685 return impl->annotationManager.getTopOffsetPixelsForImage(id); in getTopOffsetPixelsForAnnotationImage()
689 auto result = impl->annotationManager.addAnnotation(annotation); in addAnnotation()
695 if (impl->annotationManager.updateAnnotation(id, annotation)) { in updateAnnotation()
701 impl->annotationManager.removeAnnotation(annotation); in removeAnnotation()
784 annotationManager, in onUpdate()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dtile_parameters.hpp22 AnnotationManager& annotationManager; member in mbgl::TileParameters
H A Dupdate_parameters.hpp35 AnnotationManager& annotationManager; member in mbgl::UpdateParameters
H A Drenderer_impl.cpp94 updateParameters.annotationManager.updateData(); in render()
116 updateParameters.annotationManager, in render()