Home
last modified time | relevance | path

Searched refs:removeRequestor (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp65 glyphManager.removeRequestor(*this); in ~GeometryTile()
66 imageManager.removeRequestor(*this); in ~GeometryTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.hpp54 void removeRequestor(ImageRequestor&);
H A Dimage_manager.cpp82 void ImageManager::removeRequestor(ImageRequestor& requestor) { in removeRequestor() function in mbgl::ImageManager
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.hpp37 void removeRequestor(GlyphRequestor&);
H A Dglyph_manager.cpp148 void GlyphManager::removeRequestor(GlyphRequestor& requestor) { in removeRequestor() function in mbgl::GlyphManager