Home
last modified time | relevance | path

Searched refs:sizeAdjustTable (Results 1 – 2 of 2) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFontBase.cpp402 u32 sizeAdjustTable; in ConstructOpAnalyzeGLGR() local
412 sizeAdjustTable = math::RoundUp(gg.GetNumSheet() * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGR()
414 …th::RoundDown(reinterpret_cast<uptr>(pTempFileHead + pContext->GetRemain() - sizeAdjustTable), 2)); in ConstructOpAnalyzeGLGR()
415 if (pContext->GetRemain() < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGR()
471 pContext->Advance(sizeAdjustTable); in ConstructOpAnalyzeGLGR()
Dfont_PackedFont.cpp844 u32 sizeAdjustTable; in ConstructOpAnalyzeGLGRPacked() local
857 sizeAdjustTable = math::RoundUp(numResSheet * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGRPacked()
859 reinterpret_cast<uptr>(pTempFileHead + bufferSize - sizeAdjustTable), 2)); in ConstructOpAnalyzeGLGRPacked()
860 if (bufferSize < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGRPacked()