Searched refs:GlyphRange (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_range.hpp | 10 using GlyphRange = std::pair<uint16_t, uint16_t>; typedef 13 std::size_t operator()(const GlyphRange& glyphRange) const { in operator ()() 18 using GlyphRangeSet = std::unordered_set<GlyphRange, GlyphRangeHash>;
|
| H A D | glyph_manager.hpp | 58 std::map<GlyphRange, GlyphRequest> ranges; 64 void requestRange(GlyphRequest&, const FontStack&, const GlyphRange&); 65 void processResponse(const Response&, const FontStack&, const GlyphRange&);
|
| 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_manager.cpp | 67 void GlyphManager::requestRange(GlyphRequest& request, const FontStack& fontStack, const GlyphRange… in requestRange() 77 …anager::processResponse(const Response& res, const FontStack& fontStack, const GlyphRange& range) { in processResponse()
|
| H A D | glyph_pbf.hpp | 11 std::vector<Glyph> parseGlyphPBF(const GlyphRange&, const std::string& data);
|
| H A D | glyph.cpp | 6 GlyphRange getGlyphRange(GlyphID glyph) { in getGlyphRange()
|
| H A D | glyph_pbf.cpp | 7 std::vector<Glyph> parseGlyphPBF(const GlyphRange& glyphRange, const std::string& data) { in parseGlyphPBF()
|
| H A D | glyph.hpp | 24 GlyphRange getGlyphRange(GlyphID glyph);
|
| /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()
|