Searched refs:Glyph (Results 1 - 3 of 3) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font_defs.h | 66 struct Glyph { struct 80 using GlyphCache = BASE_NS::unordered_map<uint32_t, FontDefs::Glyph>;
|
H A D | font_manager.h | 81 int UpdateAtlas(FontDefs::Glyph& glyph, const FT_Bitmap&, bool inColor); 175 FontDefs::Glyph& glyph, size_t atlasIndex, ColumnHeader& hdr, const FT_Bitmap& bitmap, uint32_t columnX);
|
H A D | font_manager.cpp | 389 int FontManager::UpdateAtlas(FontDefs::Glyph& glyph, const FT_Bitmap& bitmap, bool inColor) in UpdateAtlas() 480 Glyph& glyph, size_t atlasIndex, ColumnHeader& hdr, const FT_Bitmap& bitmap, uint32_t columnX) in AddGlyphToColumn()
|
Completed in 2 milliseconds