Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp62 Drawer::DrawBegin( const DrawInfo& drawInfo ) in DrawBegin() function in nw::lyt::Drawer
65 DrawBegin(flag); in DrawBegin()
71 Drawer::DrawBegin(u32 flag) in DrawBegin() function in nw::lyt::Drawer
82 Base::DrawBegin(flag); in DrawBegin()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Drawer.h249 void DrawBegin( const DrawInfo& drawInfo );
252 virtual void DrawBegin(u32 flag = 0);
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp272 drawer.DrawBegin(drawInfo); in nnMain()
290 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/orthoStereo/sources/
Dmain.cpp460 drawer.DrawBegin(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
482 drawer.DrawBegin(drawInfo); in nnMain()
500 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/font/ResFont/sources/
Dmain.cpp381 pDrawer->DrawBegin(); in DrawAscii()
415 pDrawer->DrawBegin(); in DrawCounter()
/NW4C-2.0.3/include/nw/font/
Dfont_RectDrawer.h177 virtual void DrawBegin(u32 flag = 0);
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DLytCtrl.cpp239 m_Drawer.DrawBegin( m_DrawInfo ); in Render()
/NW4C-2.0.3/demos/lyt/simple/sources/
Dmain.cpp324 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp286 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp298 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp266 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp254 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp320 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp281 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp294 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp356 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp384 m_Drawer.DrawBegin(); in DrawStringPostProcess()
/NW4C-2.0.3/demos/font/ArchiveFont/sources/
Dmain.cpp510 pDrawer->DrawBegin(); in DrawAscii()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp488 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp463 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp510 m_Drawer.DrawBegin(); in BeginDrawingString()
/NW4C-2.0.3/sources/libraries/font/
Dfont_RectDrawer.cpp879 RectDrawer::DrawBegin(u32 flag) in DrawBegin() function in nw::font::RectDrawer