Searched refs:FontDefs (Results 1 - 5 of 5) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font.h | 62 void DrawGlyphs(BASE_NS::array_view<const GlyphInfo>, const FontDefs::RenderData&); 68 void DrawString(const BASE_NS::string_view, const FontDefs::RenderData&);
|
H A D | font_defs.h | 38 namespace FontDefs { namespace 80 using GlyphCache = BASE_NS::unordered_map<uint32_t, FontDefs::Glyph>; 171 } // namespace FontDefs
|
H A D | font.cpp | 65 void Font::DrawGlyphs(BASE_NS::array_view<const GlyphInfo> glyphs, const FontDefs::RenderData& renderData) in DrawGlyphs() 70 void Font::DrawString(const BASE_NS::string_view string, const FontDefs::RenderData& renderData) in DrawString()
|
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 | 43 using namespace FONT_NS::FontDefs; 359 FontDefs::ATLAS_SIZE, // width in CreateAtlasTexture() 360 FontDefs::ATLAS_SIZE, // height in CreateAtlasTexture() 369 tex->widthLeft = FontDefs::ATLAS_SIZE; in CreateAtlasTexture() 389 int FontManager::UpdateAtlas(FontDefs::Glyph& glyph, const FT_Bitmap& bitmap, bool inColor) in UpdateAtlas()
|
Completed in 4 milliseconds