Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/font/
Dfont_ArchiveFont.h110 ConstructResult StreamingConstruct(
Dfont_PackedFont.h171 ConstructResult StreamingConstruct(
/NW4C-1.2.23/sources/libraries/font/
Dfont_ArchiveFont.cpp179 ArchiveFont::StreamingConstruct( in StreamingConstruct() function in nw::font::ArchiveFont
274 ArchiveFont::ConstructResult ret = StreamingConstruct(&context, bfnt, fileSize); in Construct()
Dfont_PackedFont.cpp170 PackedFont::StreamingConstruct( in StreamingConstruct() function in nw::font::PackedFont
282 ret = StreamingConstruct(&context, bfnt, fileSize); in Construct()
/NW4C-1.2.23/demos/font/PackedFont/sources/
Dmain.cpp334 ret = pFont->StreamingConstruct(&context, readBuffer, static_cast<u32>(readSize)); in InitFontStreaming()
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp360 ret = pFont->StreamingConstruct(&context, readBuffer, static_cast<u32>(readSize)); in InitFontStreaming()