Home
last modified time | relevance | path

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 Dglyph_range.hpp10 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 Dglyph_manager.hpp58 std::map<GlyphRange, GlyphRequest> ranges;
64 void requestRange(GlyphRequest&, const FontStack&, const GlyphRange&);
65 void processResponse(const Response&, const FontStack&, const GlyphRange&);
H A Dglyph_manager_observer.hpp15 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 Dglyph_manager.cpp67 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 Dglyph_pbf.hpp11 std::vector<Glyph> parseGlyphPBF(const GlyphRange&, const std::string& data);
H A Dglyph.cpp6 GlyphRange getGlyphRange(GlyphID glyph) { in getGlyphRange()
H A Dglyph_pbf.cpp7 std::vector<Glyph> parseGlyphPBF(const GlyphRange& glyphRange, const std::string& data) { in parseGlyphPBF()
H A Dglyph.hpp24 GlyphRange getGlyphRange(GlyphID glyph);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drenderer_impl.hpp76 void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) override;
H A Drenderer_impl.cpp851 void Renderer::Impl::onGlyphsError(const FontStack& fontStack, const GlyphRange& glyphRange, std::e… in onGlyphsError()