Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp404 u32 sizeAdjustTable; in ConstructOpAnalyzeGLGR() local
414 sizeAdjustTable = math::RoundUp(gg.GetNumSheet() * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGR()
416 …th::RoundDown(reinterpret_cast<uptr>(pTempFileHead + pContext->GetRemain() - sizeAdjustTable), 2)); in ConstructOpAnalyzeGLGR()
417 if (pContext->GetRemain() < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGR()
473 pContext->Advance(sizeAdjustTable); in ConstructOpAnalyzeGLGR()
Dfont_PackedFont.cpp846 u32 sizeAdjustTable; in ConstructOpAnalyzeGLGRPacked() local
859 sizeAdjustTable = math::RoundUp(numResSheet * sizeof(u16), 4); // 4 バイトアライメント in ConstructOpAnalyzeGLGRPacked()
861 reinterpret_cast<uptr>(pTempFileHead + bufferSize - sizeAdjustTable), 2)); in ConstructOpAnalyzeGLGRPacked()
862 if (bufferSize < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGRPacked()