Home
last modified time | relevance | path

Searched refs:DrawBufferSize (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp261 const u32 DrawBufferSize = nn::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer() local
262 void *const bufMem = s_AppHeap.Allocate(DrawBufferSize); in AllocDispStringBuffer()
/CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/
Dmain.cpp396 const u32 DrawBufferSize = nn::font::CharWriter::GetDispStringBufferSize(charMax); in AllocDispStringBuffer() local
397 void *const bufMem = s_AppHeap.Allocate(DrawBufferSize); in AllocDispStringBuffer()