Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp713 const u32 srcSize = compSize; in ConstructOpPrepairExpandSheet() local
721 if (pContext->GetRemain() < srcSize + sizeof(*pContext->GetUncompContext())) in ConstructOpPrepairExpandSheet()
730 pContext->SetupExtendTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
739 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairExpandSheet()
Dfont_PackedFont.cpp979 const u32 srcSize = compSize; in ConstructOpPrepairCopyPackedSheet() local
986 if (pContext->GetRemain() < srcSize) in ConstructOpPrepairCopyPackedSheet()
993 pContext->SetupCopyTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairCopyPackedSheet()
998 pContext->SetupSkipTask(srcSize, ConstructContext::PREPAIR_EXPAND_SHEET); in ConstructOpPrepairCopyPackedSheet()