Searched refs:drawBufferSize (Results 1 – 5 of 5) sorted by relevance
85 const u32 drawBufferSize = font::ResFont::GetDrawBufferSize(pFontRes); in LoadFont() local86 void* drawBuffer = Layout::AllocMemory(drawBufferSize, 4); in LoadFont()
191 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local192 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
240 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local241 void* drawBuffer = MemAlloc(drawBufferSize, 4); in InitFont()
194 const size_t drawBufferSize = nw::font::ResFont::GetDrawBufferSize( buffer ); in InitializeFont() local195 void* drawBuffer = MemAlloc( drawBufferSize, 4 ); in InitializeFont()
358 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBuffer); in InitializeFont() local359 void* drawBuffer = allocator->Alloc(drawBufferSize, 4); in InitializeFont()404 const u32 drawBufferSize = nw::font::ResFont::GetDrawBufferSize(fontBinary); in InitializeFont() local405 void* drawBuffer = allocator->Alloc(drawBufferSize, 4); in InitializeFont()