Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp262 void *const bufMem = s_AppHeap.Allocate(DrawBufferSize); in AllocDispStringBuffer() local
263 NN_NULL_ASSERT(bufMem); in AllocDispStringBuffer()
265 return nn::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()
/CTR-SDK-4.2.7-SampleDemos/font/ArchiveFont/
Dmain.cpp397 void *const bufMem = s_AppHeap.Allocate(DrawBufferSize); in AllocDispStringBuffer() local
398 NN_NULL_ASSERT(bufMem); in AllocDispStringBuffer()
400 return nn::font::CharWriter::InitDispStringBuffer(bufMem, charMax); in AllocDispStringBuffer()