Home
last modified time | relevance | path

Searched refs:GetSheetSize (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp142 const u32 sizeSumSheet = math::RoundUp(gg.GetSheetSize() * numRequireSheets, 4); in GetRequireBufferSize()
Dfont_PackedFont.cpp571 u32 sizeSheetCached = gg.GetSheetSize() * numSheetCache; in CalcCacheSize()
857 sheetSize = gg.GetSheetSize(); in ConstructOpAnalyzeGLGRPacked()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h470 u32 GetSheetSize() const { return mpData->body.sheetSize; } in GetSheetSize() function