Home
last modified time | relevance | path

Searched refs:FontDefs (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeFont/src/
H A Dfont.h62 void DrawGlyphs(BASE_NS::array_view<const GlyphInfo>, const FontDefs::RenderData&);
68 void DrawString(const BASE_NS::string_view, const FontDefs::RenderData&);
H A Dfont_defs.h38 namespace FontDefs { namespace
80 using GlyphCache = BASE_NS::unordered_map<uint32_t, FontDefs::Glyph>;
171 } // namespace FontDefs
H A Dfont.cpp65 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 Dfont_manager.h81 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 Dfont_manager.cpp43 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