Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ResFontBase.h352 GetCellsInASheet(const FontTextureGlyph& tg) in GetCellsInASheet() function
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp427 const u32 cellsInASheet = internal::GetCellsInASheet(tg); in GetGlyphFromIndex()
445 const u32 cellNo = index % internal::GetCellsInASheet(tg); in SetGlyphMember()
Dfont_ArchiveFont.cpp331 const u32 cellsInASheet = internal::GetCellsInASheet(tg); in GetGlyphFromIndex()
Dfont_ArchiveFontBase.cpp130 const int glyphsPerSheet = internal::GetCellsInASheet(tg); in AdjustIndex()
Dfont_PackedFont.cpp723 const int cellsInASheet = internal::GetCellsInASheet(tg); in CalcSheetIndex()