Searched refs:DrawBufferSize (Results 1 – 2 of 2) sorted by relevance
261 const u32 DrawBufferSize = nn::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer() local262 void *const bufMem = s_AppHeap.Allocate(DrawBufferSize); in AllocDispStringBuffer()
396 const u32 DrawBufferSize = nn::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer() local397 void *const bufMem = s_AppHeap.Allocate(DrawBufferSize); in AllocDispStringBuffer()