Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFont.cpp75 const FontTextureGlyph* pGlyph = NULL; in GetDrawBufferSize()
108 pGlyph = reinterpret_cast<const FontTextureGlyph*>( in GetDrawBufferSize()
291 FontTextureGlyph* glyph = reinterpret_cast<FontTextureGlyph*>( in Rebuild()
Dfont_ResFontBase.cpp425 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GetGlyphFromIndex()
442 const FontTextureGlyph& tg in SetGlyphMember()
522 const FontTextureGlyph& tg = *m_pFontInfo->pGlyph; in GenTextureNames()
Dfont_ArchiveFontBase.cpp129 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in AdjustIndex()
587 const u32 requireSize = sizeof(FontTextureGlyph); in ConstructOpAnalyzeTGLP()
588 const u32 copySize = sizeof(FontTextureGlyph); in ConstructOpAnalyzeTGLP()
603 pContext->pFINF->pGlyph = pContext->GetCurrentPtr<FontTextureGlyph*>(); in ConstructOpAnalyzeTGLP()
606 pStream->CopyTo(pContext, sizeof(FontTextureGlyph)); in ConstructOpAnalyzeTGLP()
Dfont_ArchiveFont.cpp141 const u32 sizeTGLP = math::RoundUp(sizeof(FontTextureGlyph), 4); in GetRequireBufferSize()
321 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in GetGlyphFromIndex()
Dfont_PackedFont.cpp545 const u32 sizeTGLP = math::RoundUp(sizeof(FontTextureGlyph), 4); in CalcCopySize()
667 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in MakeGlyph()
722 const FontTextureGlyph& tg = *GetFINF()->pGlyph; in CalcSheetIndex()
/NW4C-2.0.3/include/nw/font/
Dfont_ResourceFormat.h244 struct FontTextureGlyph struct
313 FontTextureGlyph* pGlyph; // 唯一の FontGlyph へのポインタ
342 typedef BinaryBlock<FontTextureGlyph> FontTextureGlyphBlock;
Dfont_ResFontBase.h258 const FontTextureGlyph& tg);
352 GetCellsInASheet(const FontTextureGlyph& tg) in GetCellsInASheet()