Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/renderer/
H A Drenderer.hpp43 AnnotationIDs queryPointAnnotations(const ScreenBox& box) const;
44 AnnotationIDs queryShapeAnnotations(const ScreenBox& box) const;
45 AnnotationIDs getAnnotationIDs(const std::vector<Feature>&) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer.cpp57 AnnotationIDs Renderer::queryPointAnnotations(const ScreenBox& box) const { in queryPointAnnotations()
64 AnnotationIDs Renderer::queryShapeAnnotations(const ScreenBox& box) const { in queryShapeAnnotations()
75 AnnotationIDs Renderer::getAnnotationIDs(const std::vector<Feature>& features) const { in getAnnotationIDs()
83 AnnotationIDs ids; in getAnnotationIDs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp16 using AnnotationIDs = std::vector<AnnotationID>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp98 typedef QList<AnnotationID> AnnotationIDs; typedef