Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Drawer.cpp60 Drawer::DrawBegin( const DrawInfo& drawInfo ) in DrawBegin() function in nw::lyt::Drawer
63 DrawBegin(flag); in DrawBegin()
69 Drawer::DrawBegin(u32 flag) in DrawBegin() function in nw::lyt::Drawer
80 Base::DrawBegin(flag); in DrawBegin()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Drawer.h247 void DrawBegin( const DrawInfo& drawInfo );
250 virtual void DrawBegin(u32 flag = 0);
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp270 drawer.DrawBegin(drawInfo); in nnMain()
288 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp458 drawer.DrawBegin(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
480 drawer.DrawBegin(drawInfo); in nnMain()
498 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/font/ResFont/sources/
Dmain.cpp379 pDrawer->DrawBegin(); in DrawAscii()
413 pDrawer->DrawBegin(); in DrawCounter()
/NW4C-1.2.23/include/nw/font/
Dfont_RectDrawer.h175 virtual void DrawBegin(u32 flag = 0);
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DLytCtrl.cpp237 m_Drawer.DrawBegin( m_DrawInfo ); in Render()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp264 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/simple/sources/
Dmain.cpp322 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp296 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/multiArc/sources/
Dmain.cpp252 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp292 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/group/sources/
Dmain.cpp279 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/perspective/sources/
Dmain.cpp318 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp354 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/snd/demolib/sources/
Ddemolib.cpp395 m_Drawer.DrawBegin(); in DrawStringPostProcess()
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp508 pDrawer->DrawBegin(); in DrawAscii()
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp486 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp461 drawer.DrawBegin(drawInfo); in nnMain()
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp603 m_Drawer.DrawBegin(); in BeginDrawingString()
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp853 RectDrawer::DrawBegin(u32 flag) in DrawBegin() function in nw::font::RectDrawer