Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_ArchiveFont.h96 void InitStreamingConstruct(
Dfont_PackedFont.h157 void InitStreamingConstruct(
/NW4C-2.0.3/sources/libraries/font/
Dfont_ArchiveFont.cpp163 ArchiveFont::InitStreamingConstruct( in InitStreamingConstruct() function in nw::font::ArchiveFont
275 InitStreamingConstruct(&context, pBuffer, bufferSize, glyphGroups); in Construct()
Dfont_PackedFont.cpp154 PackedFont::InitStreamingConstruct( in InitStreamingConstruct() function in nw::font::PackedFont
283 InitStreamingConstruct(&context, pBuffer, bufferSize, glyphGroups); in Construct()
/NW4C-2.0.3/demos/font/PackedFont/sources/
Dmain.cpp331 pFont->InitStreamingConstruct(&context, fontBuffer, fontBufferSize, glyphGroups); in InitFontStreaming()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp357 pFont->InitStreamingConstruct(&context, fontBuffer, fontBufferSize, glyphGroups); in InitFontStreaming()