Home
last modified time | relevance | path

Searched refs:getGlyphs (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile.cpp159 void GeometryTile::getGlyphs(GlyphDependencies glyphDependencies) { in getGlyphs() function in mbgl::GeometryTile
160 glyphManager.getGlyphs(*this, std::move(glyphDependencies)); in getGlyphs()
H A Dgeometry_tile.hpp42 void getGlyphs(GlyphDependencies);
H A Dgeometry_tile_worker.cpp289 parent.invoke(&GeometryTile::getGlyphs, pendingGlyphDependencies); in requestNewGlyphs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.hpp36 void getGlyphs(GlyphRequestor&, GlyphDependencies);
H A Dglyph_manager.cpp21 void GlyphManager::getGlyphs(GlyphRequestor& requestor, GlyphDependencies glyphDependencies) { in getGlyphs() function in mbgl::GlyphManager