Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Drawer.h311 void DrawEnd( const DrawInfo& drawInfo ) in DrawEnd() function
315 DrawEnd(flag); in DrawEnd()
319 virtual void DrawEnd(u32 flag = 0);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp86 Drawer::DrawEnd(u32 flag) in DrawEnd() function in nw::lyt::Drawer
90 Base::DrawEnd(flag); in DrawEnd()
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp274 drawer.DrawEnd(drawInfo); in nnMain()
292 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/orthoStereo/sources/
Dmain.cpp462 drawer.DrawEnd(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
484 drawer.DrawEnd(); in nnMain()
502 drawer.DrawEnd(); in nnMain()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp386 pDrawer->DrawEnd(); in DrawAscii()
433 pDrawer->DrawEnd(); in DrawCounter()
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h187 virtual void DrawEnd(u32 flag = 0);
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DLytCtrl.cpp249 m_Drawer.DrawEnd( m_DrawInfo ); in Render()
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp326 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp288 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp300 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp268 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp257 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp322 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp283 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp296 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp358 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp389 m_Drawer.DrawEnd(); in DrawStringPostProcess()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp515 pDrawer->DrawEnd(); in DrawAscii()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp490 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp465 drawer.DrawEnd(drawInfo); in nnMain()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp578 m_Drawer.DrawEnd(); in EndDrawingString()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp893 RectDrawer::DrawEnd(u32 flag) in DrawEnd() function in nw::font::RectDrawer