Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/font/ResFont/
Dmain.cpp216 void* drawBuffer = s_AppHeap.Allocate(drawBufferSize, 4); in InitFont() local
217 NN_NULL_ASSERT(drawBuffer); in InitFont()
218 pFont->SetDrawBuffer(drawBuffer); in InitFont()
234 void *const drawBuffer = pFont->SetDrawBuffer(NULL); in CleanupFont() local
235 if (drawBuffer != NULL) in CleanupFont()
237 s_AppHeap.Free(drawBuffer); in CleanupFont()