Home
last modified time | relevance | path

Searched refs:DrawEnd (Results 1 – 21 of 21) sorted by relevance

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Drawer.h309 void DrawEnd( const DrawInfo& /* drawInfo */ ) in DrawEnd() function
312 DrawEnd(flag); in DrawEnd()
316 virtual void DrawEnd(u32 flag = 0);
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Drawer.cpp84 Drawer::DrawEnd(u32 flag) in DrawEnd() function in nw::lyt::Drawer
88 Base::DrawEnd(flag); in DrawEnd()
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp272 drawer.DrawEnd(drawInfo); in nnMain()
290 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp460 drawer.DrawEnd(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
482 drawer.DrawEnd(); in nnMain()
500 drawer.DrawEnd(); in nnMain()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp384 pDrawer->DrawEnd(); in DrawAscii()
431 pDrawer->DrawEnd(); in DrawCounter()
/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawer.h185 virtual void DrawEnd(u32 flag = 0);
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DLytCtrl.cpp247 m_Drawer.DrawEnd( m_DrawInfo ); in Render()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp266 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/simple/sources/
Dmain.cpp324 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp298 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/multiArc/sources/
Dmain.cpp255 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp294 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/group/sources/
Dmain.cpp281 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/perspective/sources/
Dmain.cpp320 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp356 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp400 m_Drawer.DrawEnd(); in DrawStringPostProcess()
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp513 pDrawer->DrawEnd(); in DrawAscii()
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp488 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp463 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp671 m_Drawer.DrawEnd(); in FlushDrawing()
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp867 RectDrawer::DrawEnd(u32 flag) in DrawEnd() function in nw::font::RectDrawer