Lines Matching refs:pDrawer
59 InitShaders(nn::font::RectDrawer* pDrawer) in InitShaders() argument
78 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders()
277 nn::font::RectDrawer* pDrawer, in SetupTextCamera() argument
293 pDrawer->SetProjectionMtx(proj); in SetupTextCamera()
300 pDrawer->SetViewMtxForText(mv); in SetupTextCamera()
315 nn::font::RectDrawer* pDrawer, in DrawAscii() argument
345 pDrawer->BuildTextCommand(&writer); in DrawAscii()
354 pDrawer->DrawBegin(); in DrawAscii()
356 SetupTextCamera(pDrawer, width, height); in DrawAscii()
359 pDrawer->DrawEnd(); in DrawAscii()
373 nn::font::RectDrawer* pDrawer, in DrawCounter() argument
388 pDrawer->DrawBegin(); in DrawCounter()
390 SetupTextCamera(pDrawer, width, height); in DrawCounter()
396 pDrawer->BuildTextCommand(&writer); in DrawCounter()
403 pDrawer->BuildTextCommand(&writer); in DrawCounter()
406 pDrawer->DrawEnd(); in DrawCounter()