Home
last modified time | relevance | path

Searched refs:onGlyphsError (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp79 …observer->onGlyphsError(fontStack, range, std::make_exception_ptr(std::runtime_error(res.error->me… in processResponse()
96 observer->onGlyphsError(fontStack, range, std::current_exception()); in processResponse()
H A Dglyph_manager_observer.hpp16 virtual void onGlyphsError(const FontStack&, const GlyphRange&, std::exception_ptr) {} in onGlyphsError() function in mbgl::GlyphManagerObserver
/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() function in mbgl::Renderer::Impl