Home
last modified time | relevance | path

Searched refs:GetNumSheet (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp410 numSheet = gg.GetNumSheet(); in ConstructOpAnalyzeGLGR()
414 sizeAdjustTable = math::RoundUp(gg.GetNumSheet() * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGR()
426 for (int sheetNo = 0; sheetNo < gg.GetNumSheet(); ++sheetNo) in ConstructOpAnalyzeGLGR()
440 for (int sheetNo = 0; sheetNo < gg.GetNumSheet(); ++sheetNo) in ConstructOpAnalyzeGLGR()
452 for (int sheetNo = 0; sheetNo < gg.GetNumSheet(); ++sheetNo) in ConstructOpAnalyzeGLGR()
Dfont_ArchiveFont.cpp73 for (int flagSetNo = 0; flagSetNo * 32 < gg.GetNumSheet(); ++flagSetNo) in GetRequireBufferSize()
139 const u32 sizeTable = math::RoundUp(sizeof(u16) * gg.GetNumSheet(), 4); in GetRequireBufferSize()
Dfont_PackedFont.cpp465 for (int flagSetNo = 0; flagSetNo * 32 < gg.GetNumSheet(); ++flagSetNo) in CalcCopySize()
565 const u32 numResSheet = gg.GetNumSheet(); in CalcCacheSize()
853 numResSheet = gg.GetNumSheet(); in ConstructOpAnalyzeGLGRPacked()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h474 u16 GetNumSheet() const { return mpData->body.numSheet; } in GetNumSheet() function