| /NW4C-2.0.3/sources/libraries/lyt/ |
| 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() 71 Drawer::DrawBegin(u32 flag) in DrawBegin() 86 Drawer::DrawEnd(u32 flag) in DrawEnd() 93 Drawer::Drawer() in Drawer() function in nw::lyt::Drawer 106 Drawer::Drawer( GraphicsResource& graphicsResource ) in Drawer() function in nw::lyt::Drawer 112 Drawer::Initialize( GraphicsResource& graphicsResource, void* vertexBuffer ) in Initialize() 141 Drawer::Finalize() in Finalize()
|
| D | lyt_DrawerUniform.cpp | 46 Drawer::SetUniformDataEnd() in SetUniformDataEnd() 70 Drawer::CalcTextureCoords( const Material* pMaterial, in CalcTextureCoords() 182 Drawer::SetUpTextureCoords( const nw::math::VEC4 texCoords[ TexMapMax * 2 ], in SetUpTextureCoords() 211 Drawer::SetCurrentUniformAlpha( const f32 alpha ) in SetCurrentUniformAlpha() 217 Drawer::SetUpMtx( const nw::math::MTX34& __restrict mtx ) in SetUpMtx() 227 Drawer::SetUpQuad( const nw::lyt::Size& __restrict size, in SetUpQuad() 241 Drawer::SetUpVtxColors( const nw::ut::Color8 vtxColors[ VERTEX_MAX ], const u8 globalAlpha ) in SetUpVtxColors() 303 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf() 325 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf() 373 Drawer* __restrict pDrawer ) const in MakeUniformData() [all …]
|
| D | lyt_DrawerGraphics.cpp | 44 Drawer::SetUpTexEnv( const Material* __restrict pMaterial ) in SetUpTexEnv() 314 void Drawer::SetUpTexEnvType2( const Material* __restrict pMaterial ) in SetUpTexEnvType2() 421 void Drawer::SetUpTexEnvType3( const Material* __restrict pMaterial ) in SetUpTexEnvType3() 580 void Drawer::SetUpTextures( const Material* __restrict pMaterial, bool addDisableCommand ) in SetUpTextures() 738 void Drawer::UniformAndDraw() in UniformAndDraw() 784 Drawer::SetUpTextBox( const TextBox* __restrict pTextBox, in SetUpTextBox() 839 Drawer::SetUpGLTexEnvUser( const Material* __restrict pMaterial ) in SetUpGLTexEnvUser() 1022 Drawer::SetUpAlphaTest( const Material* __restrict pMaterial ) in SetUpAlphaTest() 1048 Drawer::SetUpBlendMode( const Material* __restrict pMaterial ) in SetUpBlendMode()
|
| D | lyt_TextBox.cpp | 668 TextBox::SetupDrawCharData(Drawer* pDrawer) in SetupDrawCharData()
|
| D | lyt_Window.cpp | 931 Window::MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const in MakeUniformDataSelf()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Drawer.h | 147 class Drawer : public font::RectDrawer 166 Drawer(); 177 explicit Drawer( GraphicsResource& graphicsResource );
|
| D | lyt_TextBox.h | 695 void UpdateDrawCharData(Drawer* pDrawer) in UpdateDrawCharData() 766 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 811 void UpdateDrawCharDataImpl(Drawer* pDrawer) in UpdateDrawCharDataImpl() 823 void SetupDrawCharData(Drawer* pDrawer);
|
| D | lyt_Picture.h | 279 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| D | lyt_Pane.h | 1419 void MakeUniformData( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 1422 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| D | lyt_Window.h | 480 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | LytCtrl.h | 77 nw::lyt::Drawer m_Drawer;
|
| /NW4C-2.0.3/demos/lyt/orthoStereo/sources/ |
| D | main.cpp | 431 nw::lyt::Drawer drawer; in nnMain() 460 drawer.DrawBegin(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain() 462 drawer.DrawEnd(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
|
| /NW4C-2.0.3/demos/lyt/simple/sources/ |
| D | main.cpp | 305 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/texVram/sources/ |
| D | main.cpp | 267 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/extUserData/sources/ |
| D | main.cpp | 279 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/locationAdjust/sources/ |
| D | main.cpp | 229 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/archiveFont/sources/ |
| D | main.cpp | 247 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/multiArc/sources/ |
| D | main.cpp | 233 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/perspective/sources/ |
| D | main.cpp | 289 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/group/sources/ |
| D | main.cpp | 214 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/simple2/sources/ |
| D | main.cpp | 275 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/bounding/sources/ |
| D | main.cpp | 296 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/animShare/sources/ |
| D | main.cpp | 467 nw::lyt::Drawer drawer; in nnMain()
|
| /NW4C-2.0.3/demos/lyt/tagGroupBind/sources/ |
| D | main.cpp | 438 nw::lyt::Drawer drawer; in nnMain()
|