Searched refs:drawBufferSize (Results 1 – 5 of 5) sorted by relevance
87 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont() local88 void* drawBuffer = Layout::AllocMemory(drawBufferSize, 4); in LoadFont()
193 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local194 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
242 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local243 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
196 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont() local197 void* drawBuffer = MemAlloc( drawBufferSize, 4 ); in InitializeFont()
360 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont() local361 void* drawBuffer = allocator->Alloc(drawBufferSize, 4); in InitializeFont()406 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBinary); in InitializeFont() local407 void* drawBuffer = allocator->Alloc(drawBufferSize, 4); in InitializeFont()