Lines Matching refs:pDrawer
97 InitShaders(nw::font::RectDrawer* pDrawer) in InitShaders() argument
114 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders()
302 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument
318 pDrawer->SetProjectionMtx(proj); in SetupTextCamera()
325 pDrawer->SetViewMtxForText(mv); in SetupTextCamera()
340 nw::font::RectDrawer* pDrawer, in DrawAscii() argument
370 pDrawer->BuildTextCommand(&writer); in DrawAscii()
379 pDrawer->DrawBegin(); in DrawAscii()
381 SetupTextCamera(pDrawer, width, height); in DrawAscii()
384 pDrawer->DrawEnd(); in DrawAscii()
398 nw::font::RectDrawer* pDrawer, in DrawCounter() argument
413 pDrawer->DrawBegin(); in DrawCounter()
415 SetupTextCamera(pDrawer, width, height); in DrawCounter()
421 pDrawer->BuildTextCommand(&writer); in DrawCounter()
428 pDrawer->BuildTextCommand(&writer); in DrawCounter()
431 pDrawer->DrawEnd(); in DrawCounter()