Searched refs:drawBuffer (Results 1 – 1 of 1) sorted by relevance
216 void* drawBuffer = s_AppHeap.Allocate(drawBufferSize, 4); in InitFont() local217 NN_NULL_ASSERT(drawBuffer); in InitFont()218 pFont->SetDrawBuffer(drawBuffer); in InitFont()234 void *const drawBuffer = pFont->SetDrawBuffer(NULL); in CleanupFont() local235 if (drawBuffer != NULL) in CleanupFont()237 s_AppHeap.Free(drawBuffer); in CleanupFont()