Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFont.h112 ConstructResult StreamingConstruct(
Dfont_PackedFont.h173 ConstructResult StreamingConstruct(
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp181 ArchiveFont::StreamingConstruct( in StreamingConstruct() function in nw::font::ArchiveFont
276 ArchiveFont::ConstructResult ret = StreamingConstruct(&context, bfnt, fileSize); in Construct()
Dfont_PackedFont.cpp172 PackedFont::StreamingConstruct( in StreamingConstruct() function in nw::font::PackedFont
284 ret = StreamingConstruct(&context, bfnt, fileSize); in Construct()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp336 ret = pFont->StreamingConstruct(&context, readBuffer, static_cast<u32>(readSize)); in InitFontStreaming()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp362 ret = pFont->StreamingConstruct(&context, readBuffer, static_cast<u32>(readSize)); in InitFontStreaming()