Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp289 if (pStream->GetRemain() < requireSize) in ConstructOpDispatch()
330 if (pStream->GetRemain() < requireSize) in ConstructOpAnalyzeFileHeader()
334 if (pContext->GetRemain() < requireSize) in ConstructOpAnalyzeFileHeader()
370 if (pStream->GetRemain() < requireSize) in ConstructOpAnalyzeGLGR()
375 if (pContext->GetRemain() < requireSize) in ConstructOpAnalyzeGLGR()
416 …math::RoundDown(reinterpret_cast<uptr>(pTempFileHead + pContext->GetRemain() - sizeAdjustTable), 2… in ConstructOpAnalyzeGLGR()
417 if (pContext->GetRemain() < (pTempGLGRTail - pTempFileHead) + sizeAdjustTable) in ConstructOpAnalyzeGLGR()
498 if (pContext->GetRemain() < copySize) in ConstructOpAnalyzeFINF()
534 if (pContext->GetRemain() < copySize) in ConstructOpAnalyzeCMAP()
569 if (pContext->GetRemain() < copySize) in ConstructOpAnalyzeCWDH()
[all …]
Dfont_PackedFont.cpp812 if (pStream->GetRemain() < requireSize) in ConstructOpAnalyzeGLGRPacked()
816 if (pContext->GetRemain() < infoSize) in ConstructOpAnalyzeGLGRPacked()
839 const u32 bufferSize = pContext->GetRemain(); in ConstructOpAnalyzeGLGRPacked()
971 if (pStream->GetRemain() < requireSize) in ConstructOpPrepairCopyPackedSheet()
986 if (pContext->GetRemain() < srcSize) in ConstructOpPrepairCopyPackedSheet()
Dfont_ArchiveFont.cpp233 if (pContext->GetRemain() < texNamesSize) in StreamingConstruct()
/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h54 u32 GetRemain() const;
224 u32 GetRemain() const in GetRemain() function