Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp711 const u32 srcSize = compSize; in ConstructOpPrepairExpandSheet() local
719 if (pContext->GetRemain() < srcSize + sizeof(*pContext->GetUncompContext())) in ConstructOpPrepairExpandSheet()
728 pContext->SetupExtendTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
737 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
Dfont_PackedFont.cpp977 const u32 srcSize = compSize; in ConstructOpPrepairCopyPackedSheet() local
984 if (pContext->GetRemain() < srcSize) in ConstructOpPrepairCopyPackedSheet()
991 pContext->SetupCopyTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairCopyPackedSheet()
996 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairCopyPackedSheet()