Home
last modified time | relevance | path

Searched refs:drawBufferSize (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_ResourceAccessor.cpp85 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont() local
86 void* drawBuffer = Layout::AllocMemory(drawBufferSize, 4); in LoadFont()
/NW4C-1.2.23/demos/font/OldResFont/sources/
Dmain.cpp191 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local
192 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp240 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local
241 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp207 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont() local
208 void* drawBuffer = MemAlloc( drawBufferSize, 4 ); in InitializeFont()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp415 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont() local
416 void* drawBuffer = allocator->Alloc(drawBufferSize, 4); in InitializeFont()