Lines Matching refs:pDrawer
99 InitShaders(nw::font::RectDrawer* pDrawer) in InitShaders() argument
116 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders()
304 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument
320 pDrawer->SetProjectionMtx(proj); in SetupTextCamera()
327 pDrawer->SetViewMtxForText(mv); in SetupTextCamera()
342 nw::font::RectDrawer* pDrawer, in DrawAscii() argument
372 pDrawer->BuildTextCommand(&writer); in DrawAscii()
381 pDrawer->DrawBegin(); in DrawAscii()
383 SetupTextCamera(pDrawer, width, height); in DrawAscii()
386 pDrawer->DrawEnd(); in DrawAscii()
400 nw::font::RectDrawer* pDrawer, in DrawCounter() argument
415 pDrawer->DrawBegin(); in DrawCounter()
417 SetupTextCamera(pDrawer, width, height); in DrawCounter()
423 pDrawer->BuildTextCommand(&writer); in DrawCounter()
430 pDrawer->BuildTextCommand(&writer); in DrawCounter()
433 pDrawer->DrawEnd(); in DrawCounter()