Home
last modified time | relevance | path

Searched refs:GetCellsInASheet (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/font/
Dfont_ResFontBase.h350 GetCellsInASheet(const FontTextureGlyph& tg) in GetCellsInASheet() function
/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp425 const u32 cellsInASheet = internal::GetCellsInASheet(tg); in GetGlyphFromIndex()
443 const u32 cellNo = index % internal::GetCellsInASheet(tg); in SetGlyphMember()
Dfont_ArchiveFont.cpp329 const u32 cellsInASheet = internal::GetCellsInASheet(tg); in GetGlyphFromIndex()
Dfont_ArchiveFontBase.cpp128 const int glyphsPerSheet = internal::GetCellsInASheet(tg); in AdjustIndex()
Dfont_PackedFont.cpp721 const int cellsInASheet = internal::GetCellsInASheet(tg); in CalcSheetIndex()