Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp699 u32 huffHead; in ConstructOpPrepairExpandSheet() local
701 const u32 requireSize = sizeof(compSize) + sizeof(huffHead); in ConstructOpPrepairExpandSheet()
710 std::memcpy(&huffHead, pStream->Get(0), sizeof(huffHead)); in ConstructOpPrepairExpandSheet()
714 const u32 dstSize = nn::cx::GetUncompressedSize(&huffHead); in ConstructOpPrepairExpandSheet()