Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFontBase.cpp696 u32 compSize; in ConstructOpPrepairExpandSheet() local
699 const u32 requireSize = sizeof(compSize) + sizeof(huffHead); in ConstructOpPrepairExpandSheet()
707 pStream->CopyTo(&compSize, sizeof(compSize)); in ConstructOpPrepairExpandSheet()
711 const u32 srcSize = compSize; in ConstructOpPrepairExpandSheet()
Dfont_PackedFont.cpp966 u32 compSize; in ConstructOpPrepairCopyPackedSheet() local
967 const u32 requireSize = sizeof(compSize); in ConstructOpPrepairCopyPackedSheet()
975 pStream->CopyTo(&compSize, sizeof(compSize)); in ConstructOpPrepairCopyPackedSheet()
977 const u32 srcSize = compSize; in ConstructOpPrepairCopyPackedSheet()