Home
last modified time | relevance | path

Searched refs:FontTextureGlyph (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFont.cpp73 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize()
106 pGlyph = reinterpret_cast<const FontTextureGlyph*>( in GetDrawBufferSize()
289 FontTextureGlyph* glyph = reinterpret_cast<FontTextureGlyph*>( in Rebuild()
Dfont_ResFontBase.cpp423 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GetGlyphFromIndex()
440 const FontTextureGlyph& tg in SetGlyphMember()
520 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GenTextureNames()
Dfont_ArchiveFontBase.cpp127 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
585 const u32 requireSize = sizeof(FontTextureGlyph); in ConstructOpAnalyzeTGLP()
586 const u32 copySize = sizeof(FontTextureGlyph); in ConstructOpAnalyzeTGLP()
601 pContext->pFINF->pGlyph = pContext->GetCurrentPtr<FontTextureGlyph*>(); in ConstructOpAnalyzeTGLP()
604 pStream->CopyTo(pContext, sizeof(FontTextureGlyph)); in ConstructOpAnalyzeTGLP()
Dfont_ArchiveFont.cpp139 const u32 sizeTGLP = math::RoundUp(sizeof(FontTextureGlyph), 4); in GetRequireBufferSize()
319 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
Dfont_PackedFont.cpp543 const u32 sizeTGLP = math::RoundUp(sizeof(FontTextureGlyph), 4); in CalcCopySize()
665 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in MakeGlyph()
720 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in CalcSheetIndex()
/NW4C-1.2.23/include/nw/font/
Dfont_ResourceFormat.h242 struct FontTextureGlyph struct
311 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ
340 typedef BinaryBlock<FontTextureGlyph> FontTextureGlyphBlock;
Dfont_ResFontBase.h256 const FontTextureGlyph& tg);
350 GetCellsInASheet(const FontTextureGlyph& tg) in GetCellsInASheet()