Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFontBase.cpp287 if (pStream->GetRemain() < requireSize) in ConstructOpDispatch()
328 if (pStream->GetRemain() < requireSize) in ConstructOpAnalyzeFileHeader()
332 if (pContext->GetRemain() < requireSize) in ConstructOpAnalyzeFileHeader()
368 if (pStream->GetRemain() < requireSize) in ConstructOpAnalyzeGLGR()
373 if (pContext->GetRemain() < requireSize) in ConstructOpAnalyzeGLGR()
414 …math::RoundDown(reinterpret_cast<uptr>(pTempFileHead + pContext->GetRemain() - sizeAdjustTable), 2… in ConstructOpAnalyzeGLGR()
415 if (pContext->GetRemain() < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGR()
496 if (pContext->GetRemain() < copySize) in ConstructOpAnalyzeFINF()
532 if (pContext->GetRemain() < copySize) in ConstructOpAnalyzeCMAP()
567 if (pContext->GetRemain() < copySize) in ConstructOpAnalyzeCWDH()
[all …]
Dfont_PackedFont.cpp810 if (pStream->GetRemain() < requireSize) in ConstructOpAnalyzeGLGRPacked()
814 if (pContext->GetRemain() < infoSize) in ConstructOpAnalyzeGLGRPacked()
837 const u32 bufferSize = pContext->GetRemain(); in ConstructOpAnalyzeGLGRPacked()
969 if (pStream->GetRemain() < requireSize) in ConstructOpPrepairCopyPackedSheet()
984 if (pContext->GetRemain() < srcSize) in ConstructOpPrepairCopyPackedSheet()
Dfont_ArchiveFont.cpp231 if (pContext->GetRemain() < texNamesSize) in StreamingConstruct()
/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFontBase.h52 u32 GetRemain() const;
222 u32 GetRemain() const in GetRemain() function