| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_manager.hpp | 46 Glyph generateLocalSDF(const FontStack& fontStack, GlyphID glyphID); 62 std::unordered_map<FontStack, Entry, FontStackHash> entries; 64 void requestRange(GlyphRequest&, const FontStack&, const GlyphRange&); 65 void processResponse(const Response&, const FontStack&, const GlyphRange&);
|
| H A D | glyph_manager.cpp | 29 const FontStack& fontStack = dependency.first; 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() 129 const FontStack& fontStack = dependency.first; in notify()
|
| H A D | glyph_manager_observer.hpp | 15 virtual void onGlyphsLoaded(const FontStack&, const GlyphRange&) {} in onGlyphsLoaded() argument 16 virtual void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) {} in onGlyphsError() argument
|
| H A D | glyph.hpp | 58 using GlyphMap = std::map<FontStack, Glyphs>; 114 using GlyphDependencies = std::map<FontStack,GlyphIDs>; 115 using GlyphRangeDependencies = std::map<FontStack,GlyphRangeSet>;
|
| H A D | local_glyph_rasterizer.hpp | 39 virtual bool canRasterizeGlyph(const FontStack&, GlyphID); 40 virtual Glyph rasterizeGlyph(const FontStack&, GlyphID);
|
| H A D | glyph_atlas.hpp | 15 using GlyphPositions = std::map<FontStack, GlyphPositionMap>;
|
| H A D | glyph_atlas.cpp | 17 const FontStack& fontStack = glyphMapEntry.first; in makeGlyphAtlas()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | font_stack.hpp | 9 using FontStack = std::vector<std::string>; typedef 11 std::string fontStackToString(const FontStack&); 14 std::size_t operator()(const FontStack&) const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | local_glyph_rasterizer.cpp | 14 bool LocalGlyphRasterizer::canRasterizeGlyph(const FontStack&, GlyphID) { in canRasterizeGlyph() argument 18 Glyph LocalGlyphRasterizer::rasterizeGlyph(const FontStack&, GlyphID) { in rasterizeGlyph() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | font_stack.cpp | 8 std::string fontStackToString(const FontStack& fontStack) { in fontStackToString() 12 std::size_t FontStackHash::operator()(const FontStack& fontStack) const { in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 276 std::vector<FontStack> Parser::fontStacks() const { in fontStacks() 277 std::set<FontStack> result; in fontStacks() 285 [&] (const FontStack& constant) { in fontStacks() 302 return std::vector<FontStack>(result.begin(), result.end()); in fontStacks()
|
| H A D | parser.hpp | 45 std::vector<FontStack> fontStacks() const;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | resource.hpp | 67 const FontStack& fontStack,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer_impl.hpp | 76 void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) override;
|
| H A D | renderer_impl.cpp | 851 void Renderer::Impl::onGlyphsError(const FontStack& fontStack, const GlyphRange& glyphRange, std::e… in onGlyphsError()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/ |
| H A D | resource.cpp | 79 Resource Resource::glyphs(const std::string& urlTemplate, const FontStack& fontStack, const std::pa… in glyphs()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/layout/ |
| H A D | symbol_layout.cpp | 123 FontStack fontStack = layout.evaluate<TextFont>(zoom, ft); in SymbolLayout() 165 FontStack fontStack = layout.evaluate<TextFont>(zoom, feature); in prepare()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_worker.cpp | 252 const FontStack& fontStack = newFontGlyphs.first; in onGlyphsAvailable()
|