Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFontBase.h303 u32 extendSize,
307 NW_FONT_BUFFERSIZE_ASSERT( extendSize );
308 opSize = extendSize;
/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFontBase.cpp800 u32 extendSize = math::Min(pContext->TaskRemain(), pStream->GetRemain()); in ConstructOpExpand() local
804 reinterpret_cast<const u8*>(pStream->Get(extendSize)), in ConstructOpExpand()
805 extendSize ); in ConstructOpExpand()
808 pContext->TaskProceed(extendSize); in ConstructOpExpand()