Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp698 u32 compSize; in ConstructOpPrepairExpandSheet() local
701 const u32 requireSize = sizeof(compSize) + sizeof(huffHead); in ConstructOpPrepairExpandSheet()
709 pStream->CopyTo(&compSize, sizeof(compSize)); in ConstructOpPrepairExpandSheet()
713 const u32 srcSize = compSize; in ConstructOpPrepairExpandSheet()
Dfont_PackedFont.cpp968 u32 compSize; in ConstructOpPrepairCopyPackedSheet() local
969 const u32 requireSize = sizeof(compSize); in ConstructOpPrepairCopyPackedSheet()
977 pStream->CopyTo(&compSize, sizeof(compSize)); in ConstructOpPrepairCopyPackedSheet()
979 const u32 srcSize = compSize; in ConstructOpPrepairCopyPackedSheet()