| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_DrawInfo.cpp | 30 DrawInfo::DrawInfo() in DrawInfo() function in nw::lyt::DrawInfo 41 DrawInfo::~DrawInfo() in ~DrawInfo() 46 DrawInfo::SetProjectionMtx(const nw::math::MTX44& mtx) in SetProjectionMtx()
|
| D | lyt_Drawer.cpp | 34 Drawer::Draw( const Layout* pLayout, DrawInfo& drawInfo ) in Draw() 48 Drawer::Draw( const Pane* pPane, DrawInfo& drawInfo ) in Draw() 62 Drawer::DrawBegin( const DrawInfo& drawInfo ) in DrawBegin()
|
| D | lyt_Bounding.cpp | 51 Bounding::DrawSelf(const DrawInfo& drawInfo) in DrawSelf()
|
| D | lyt_DrawerUniform.cpp | 302 TextBox::MakeUniformDataSelf( DrawInfo* pDrawInfo, in MakeUniformDataSelf() 324 Picture::MakeUniformDataSelf( DrawInfo* pDrawInfo, in MakeUniformDataSelf() 372 Pane::MakeUniformData( DrawInfo* pDrawInfo, in MakeUniformData() 393 Pane::MakeUniformDataSelf( DrawInfo* /*pDrawInfo*/, in MakeUniformDataSelf() argument
|
| D | lyt_Pane.cpp | 568 Pane::CalculateMtx(const DrawInfo& drawInfo) in CalculateMtx() 667 DrawInfo& mtDrawInfo = const_cast<DrawInfo&>(drawInfo); in CalculateMtx() 694 Pane::Draw(const DrawInfo& drawInfo) in Draw() 713 Pane::DrawSelf(const DrawInfo& drawInfo) in DrawSelf() 910 Pane::LoadMtx(const DrawInfo& drawInfo) in LoadMtx()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Window.h | 32 class DrawInfo; variable 423 virtual void DrawSelf(const DrawInfo& drawInfo); 428 const DrawInfo& draInfo, 435 const DrawInfo& draInfo, 443 const DrawInfo& draInfo, 451 const DrawInfo& draInfo, 480 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| D | lyt_Drawer.h | 94 class DrawInfo; variable 249 void DrawBegin( const DrawInfo& drawInfo ); 272 void Draw( const Layout* pLayout, DrawInfo& drawInfo ); 294 void Draw( const Pane* pPane, DrawInfo& drawInfo ); 311 void DrawEnd( const DrawInfo& drawInfo ) in DrawEnd() 345 const DrawInfo& drawInfo );
|
| D | lyt_DrawInfo.h | 48 class DrawInfo 59 DrawInfo(); 65 virtual ~DrawInfo();
|
| D | lyt_Bounding.h | 32 class DrawInfo; variable 110 virtual void DrawSelf(const DrawInfo& drawInfo);
|
| D | lyt_Picture.h | 33 class DrawInfo; variable 279 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 299 virtual void DrawSelf(const DrawInfo& drawInfo);
|
| D | lyt_Pane.h | 54 class DrawInfo; variable 1344 virtual void CalculateMtx(const DrawInfo& drawInfo); 1399 virtual void Draw(const DrawInfo& drawInfo); 1414 virtual void DrawSelf(const DrawInfo& drawInfo); 1419 void MakeUniformData( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 1422 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 1448 virtual void LoadMtx(const DrawInfo& drawInfo);
|
| D | lyt_TextBox.h | 46 class DrawInfo; variable 766 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 771 virtual void DrawSelf(const DrawInfo& drawInfo); 772 virtual void LoadMtx(const DrawInfo& drawInfo);
|
| D | lyt_Common.h | 42 class DrawInfo; variable 168 const DrawInfo& drawInfo, 176 const DrawInfo& drawInfo, 181 const DrawInfo& drawInfo,
|
| D | lyt_Layout.h | 62 class DrawInfo; variable 490 virtual void CalculateMtx(const DrawInfo& drawInfo); 526 virtual void Draw(const DrawInfo& drawInfo);
|
| D | lyt_Util.h | 38 class DrawInfo; variable
|
| /NW4C-2.0.3/demos/lyt/simple/sources/ |
| D | main.cpp | 197 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 302 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/texVram/sources/ |
| D | main.cpp | 114 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 264 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/extUserData/sources/ |
| D | main.cpp | 119 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 276 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 132 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 223 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 146 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 244 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/multiArc/sources/ |
| D | main.cpp | 122 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 230 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | LytCtrl.h | 79 nw::lyt::DrawInfo m_DrawInfo;
|
| /NW4C-2.0.3/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 190 nw::lyt::DrawInfo& drawInfo, in SetupCamera() 231 CalcParallaxDot(nw::lyt::DrawInfo& drawInfo) in CalcParallaxDot() 428 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 142 nw::lyt::DrawInfo& drawInfo, in SetupCamera() 286 nw::lyt::DrawInfo drawInfo; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/group/sources/ |
| D | main.cpp | 117 SetupCamera(nw::lyt::DrawInfo& drawInfo, const nw::lyt::Layout& layout) in SetupCamera() 208 nw::lyt::DrawInfo drawInfo; in nnMain()
|