Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_ArchiveFont.h94 void InitStreamingConstruct(
Dfont_PackedFont.h155 void InitStreamingConstruct(
/NW4C-1.3.3/sources/libraries/font/
Dfont_ArchiveFont.cpp161 ArchiveFont::InitStreamingConstruct( in InitStreamingConstruct() function in nw::font::ArchiveFont
273 InitStreamingConstruct(&context, pBuffer, bufferSize, glyphGroups); in Construct()
Dfont_PackedFont.cpp152 PackedFont::InitStreamingConstruct( in InitStreamingConstruct() function in nw::font::PackedFont
281 InitStreamingConstruct(&context, pBuffer, bufferSize, glyphGroups); in Construct()
/NW4C-1.3.3/demos/font/PackedFont/sources/
Dmain.cpp329 pFont->InitStreamingConstruct(&context, fontBuffer, fontBufferSize, glyphGroups); in InitFontStreaming()
/NW4C-1.3.3/demos/font/ArchiveFont/sources/
Dmain.cpp355 pFont->InitStreamingConstruct(&context, fontBuffer, fontBufferSize, glyphGroups); in InitFontStreaming()