Home
last modified time | relevance | path

Searched refs:GetDrawBufferSize (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/font/
Dfont_ResFont.h78 static u32 GetDrawBufferSize(const void* bfnt);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp87 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFont.cpp70 ResFont::GetDrawBufferSize(const void* bfnt) in GetDrawBufferSize() function in nw::font::ResFont
/NW4C-2.0.3/demos/font/OldResFont/sources/
Dmain.cpp193 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp242 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp196 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp360 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont()
406 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBinary); in InitializeFont()