Home
last modified time | relevance | path

Searched refs:FontStack (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.hpp46 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 Dglyph_manager.cpp29 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 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.hpp58 using GlyphMap = std::map<FontStack, Glyphs>;
114 using GlyphDependencies = std::map<FontStack,GlyphIDs>;
115 using GlyphRangeDependencies = std::map<FontStack,GlyphRangeSet>;
H A Dlocal_glyph_rasterizer.hpp39 virtual bool canRasterizeGlyph(const FontStack&, GlyphID);
40 virtual Glyph rasterizeGlyph(const FontStack&, GlyphID);
H A Dglyph_atlas.hpp15 using GlyphPositions = std::map<FontStack, GlyphPositionMap>;
H A Dglyph_atlas.cpp17 const FontStack& fontStack = glyphMapEntry.first; in makeGlyphAtlas()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dfont_stack.hpp9 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 Dlocal_glyph_rasterizer.cpp14 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 Dfont_stack.cpp8 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 Dparser.cpp276 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 Dparser.hpp45 std::vector<FontStack> fontStacks() const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/
H A Dresource.hpp67 const FontStack& fontStack,
/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()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/storage/
H A Dresource.cpp79 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 Dsymbol_layout.cpp123 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 Dgeometry_tile_worker.cpp252 const FontStack& fontStack = newFontGlyphs.first; in onGlyphsAvailable()