Searched refs:drawBufferSize (Results 1 – 2 of 2) sorted by relevance
321 u32 drawBufferSize = nn::font::ResFont::GetDrawBufferSize(pBuffer); in InitializeFont() local323 void* pDrawBuffer = m_pExpHeap->Allocate(drawBufferSize, 4); in InitializeFont()
215 const u32 drawBufferSize = nn::font::ResFont::GetDrawBufferSize(buffer); in InitFont() local216 void* drawBuffer = s_AppHeap.Allocate(drawBufferSize, 4); in InitFont()