Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFontBase.h305 u32 extendSize,
309 NW_FONT_BUFFERSIZE_ASSERT( extendSize );
310 opSize = extendSize;
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFontBase.cpp802 u32 extendSize = math::Min(pContext->TaskRemain(), pStream->GetRemain()); in ConstructOpExpand() local
806 reinterpret_cast<const u8*>(pStream->Get(extendSize)), in ConstructOpExpand()
807 extendSize ); in ConstructOpExpand()
810 pContext->TaskProceed(extendSize); in ConstructOpExpand()