Home
last modified time | relevance | path

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

/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp247 m_Drawer.Initialize( vtxBufCmdBuf, shaderBinary, fileSize ); in InitializeShaders()
255 m_Drawer.Finalize(); in FinalizeShaders()
393 m_Drawer.BuildTextCommand( &writer ); in DrawStringPostProcess()
395 m_Drawer.DrawBegin(); in DrawStringPostProcess()
397 SetupTextCamera( &m_Drawer, width, height ); in DrawStringPostProcess()
400 m_Drawer.DrawEnd(); in DrawStringPostProcess()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DLytCtrl.cpp109 m_Drawer.Initialize( m_GraphicsResource ); in LytCtrl()
237 m_Drawer.DrawBegin( m_DrawInfo ); in Render()
246 m_Drawer.Draw( layout, m_DrawInfo ); in Render()
247 m_Drawer.DrawEnd( m_DrawInfo ); in Render()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp486 m_Drawer.Initialize(m_FontCommandBuffer, shaderBinary, shaderSize); in InitializeFontShader()
494 m_Drawer.Finalize(); in DestroyFont()
529 m_Drawer.SetProjectionMtx( proj ); in SendFontMatrix()
536 m_Drawer.SetViewMtxForText(mv); in SendFontMatrix()
603 m_Drawer.DrawBegin(); in BeginDrawingString()
623 m_Drawer.BuildTextCommand(&m_TextWriter); in DrawString()
661 m_Drawer.BuildTextCommand(&m_TextWriter); in DrawStringArgs()
671 m_Drawer.DrawEnd(); in FlushDrawing()
/NW4C-1.2.23/demos/Nw4cDemo/include/
DLytCtrl.h75 nw::lyt::Drawer m_Drawer;
/NW4C-1.2.23/demos/snd/demolib/include/
Ddemolib.h93 nw::font::RectDrawer m_Drawer; variable
/NW4C-1.2.23/include/nw/demo/
Ddemo_GraphicsDrawing.h417 nw::font::RectDrawer m_Drawer; variable