| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Window.cpp | 929 Window::MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const in MakeUniformDataSelf() 944 pDrawer->SetUpTexEnv( m_pMaterial ); in MakeUniformDataSelf() 948 pDrawer->SetUpTextures( m_pMaterial ); in MakeUniformDataSelf() 955 m_UniformTexCoordNum = pDrawer->CalcTextureCoords( m_pMaterial, in MakeUniformDataSelf() 961 pDrawer->SetUpTextureCoords( m_UniformTexCoords, m_UniformTexCoordNum ); in MakeUniformDataSelf() 965 pDrawer->SetUpMtx( GetGlobalMtx() ); in MakeUniformDataSelf() 974 pDrawer->SetUpQuad( size, pos ); in MakeUniformDataSelf() 978 pDrawer->SetUpVtxColors( m_Content.vtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf() 982 pDrawer->SetUniformDataEnd(); in MakeUniformDataSelf() 989 pDrawer->SetUpVtxColors( white, GetGlobalAlpha() ); in MakeUniformDataSelf() [all …]
|
| D | lyt_DrawerUniform.cpp | 301 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf() 312 pDrawer->FlushBuffer(); in MakeUniformDataSelf() 314 const_cast<TextBox*>(this)->UpdateDrawCharDataImpl(pDrawer); in MakeUniformDataSelf() 316 pDrawer->SetUpTextBox( this, m_pMaterial, *pDrawInfo ); in MakeUniformDataSelf() 323 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf() 332 pDrawer->SetUpTexEnv( m_pMaterial ); in MakeUniformDataSelf() 336 pDrawer->SetUpTextures( m_pMaterial ); in MakeUniformDataSelf() 342 m_UniformTexCoordNum = pDrawer->CalcTextureCoords( m_pMaterial, in MakeUniformDataSelf() 349 pDrawer->SetUpTextureCoords( m_UniformTexCoords, m_UniformTexCoordNum ); in MakeUniformDataSelf() 353 pDrawer->SetUpMtx( GetGlobalMtx() ); in MakeUniformDataSelf() [all …]
|
| D | lyt_TextBox.cpp | 666 TextBox::SetupDrawCharData(Drawer* pDrawer) in SetupDrawCharData() argument 683 if (! m_pDispStringBuf->IsGeneratedCommand() && pDrawer) in SetupDrawCharData() 686 pDrawer->BuildTextCommand(&writer); in SetupDrawCharData()
|
| /NW4C-1.2.23/demos/font/ResFont/sources/ |
| D | main.cpp | 97 InitShaders(nw::font::RectDrawer* pDrawer) in InitShaders() argument 114 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders() 302 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument 318 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 325 pDrawer->SetViewMtxForText(mv); in SetupTextCamera() 340 nw::font::RectDrawer* pDrawer, in DrawAscii() argument 370 pDrawer->BuildTextCommand(&writer); in DrawAscii() 379 pDrawer->DrawBegin(); in DrawAscii() 381 SetupTextCamera(pDrawer, width, height); in DrawAscii() 384 pDrawer->DrawEnd(); in DrawAscii() [all …]
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_TextBox.h | 693 void UpdateDrawCharData(Drawer* pDrawer) in UpdateDrawCharData() argument 700 UpdateDrawCharDataImpl(pDrawer); in UpdateDrawCharData() 764 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 799 void UpdateDrawCharDataImpl(Drawer* pDrawer) in UpdateDrawCharDataImpl() argument 801 if (m_Bits.isPTDirty || (! m_pDispStringBuf->IsGeneratedCommand() && pDrawer)) in UpdateDrawCharDataImpl() 803 SetupDrawCharData(pDrawer); in UpdateDrawCharDataImpl() 810 void SetupDrawCharData(Drawer* pDrawer);
|
| D | lyt_Picture.h | 277 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| D | lyt_Pane.h | 1417 void MakeUniformData( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 1420 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| D | lyt_Window.h | 470 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
|
| /NW4C-1.2.23/demos/font/ArchiveFont/sources/ |
| D | main.cpp | 108 InitShaders(nw::font::RectDrawer* pDrawer) in InitShaders() argument 125 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders() 442 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument 458 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 465 pDrawer->SetViewMtxForText(mv); in SetupTextCamera() 481 nw::font::RectDrawer* pDrawer, in DrawAscii() argument 506 pDrawer->BuildTextCommand(&writer); in DrawAscii() 508 pDrawer->DrawBegin(); in DrawAscii() 510 SetupTextCamera(pDrawer, width, height); in DrawAscii() 513 pDrawer->DrawEnd(); in DrawAscii()
|
| /NW4C-1.2.23/demos/snd/demolib/sources/ |
| D | demolib.cpp | 304 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument 319 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 326 pDrawer->SetViewMtxForText(mv); in SetupTextCamera()
|
| /NW4C-1.2.23/demos/snd/demolib/include/ |
| D | demolib.h | 74 void SetupTextCamera( nw::font::RectDrawer* pDrawer, int width, int height );
|