Searched refs:GlyphManager (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_manager.cpp | 13 GlyphManager::GlyphManager(FileSource& fileSource_, std::unique_ptr<LocalGlyphRasterizer> localGlyp… in GlyphManager() function in mbgl::GlyphManager 19 GlyphManager::~GlyphManager() = default; 21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs() 61 Glyph GlyphManager::generateLocalSDF(const FontStack& fontStack, GlyphID glyphID) { in generateLocalSDF() 67 void GlyphManager::requestRange(GlyphRequest& request, const FontStack& fontStack, const GlyphRange… in requestRange() 77 void GlyphManager::processResponse(const Response& res, const FontStack& fontStack, const GlyphRang… in processResponse() 121 void GlyphManager::setObserver(GlyphManagerObserver* observer_) { in setObserver() 125 void GlyphManager::notify(GlyphRequestor& requestor, const GlyphDependencies& glyphDependencies) { in notify() 148 void GlyphManager::removeRequestor(GlyphRequestor& requestor) { in removeRequestor()
|
| H A D | glyph_manager.hpp | 26 class GlyphManager : public util::noncopyable { class 28 …GlyphManager(FileSource&, std::unique_ptr<LocalGlyphRasterizer> = std::make_unique<LocalGlyphRaste… 29 ~GlyphManager();
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | tile_parameters.hpp | 12 class GlyphManager; 24 GlyphManager& glyphManager;
|
| H A D | renderer_impl.hpp | 32 class GlyphManager; 106 std::unique_ptr<GlyphManager> glyphManager;
|
| H A D | renderer_impl.cpp | 56 …, glyphManager(std::make_unique<GlyphManager>(fileSource, std::make_unique<LocalGlyphRasterizer>(l… in Impl()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile.hpp | 110 GlyphManager& glyphManager;
|