| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_Window.cpp | 931 Window::MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const in MakeUniformDataSelf() 946 pDrawer->SetUpTexEnv( m_pMaterial ); in MakeUniformDataSelf() 950 pDrawer->SetUpTextures( m_pMaterial ); in MakeUniformDataSelf() 957 m_UniformTexCoordNum = pDrawer->CalcTextureCoords( m_pMaterial, in MakeUniformDataSelf() 963 pDrawer->SetUpTextureCoords( m_UniformTexCoords, m_UniformTexCoordNum ); in MakeUniformDataSelf() 967 pDrawer->SetUpMtx( GetGlobalMtx() ); in MakeUniformDataSelf() 976 pDrawer->SetUpQuad( size, pos ); in MakeUniformDataSelf() 980 pDrawer->SetUpVtxColors( m_Content.vtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf() 984 pDrawer->SetUniformDataEnd(); in MakeUniformDataSelf() 991 pDrawer->SetUpVtxColors( white, GetGlobalAlpha() ); in MakeUniformDataSelf() [all …]
|
| D | lyt_DrawerUniform.cpp | 303 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf() 314 pDrawer->FlushBuffer(); in MakeUniformDataSelf() 316 const_cast<TextBox*>(this)->UpdateDrawCharDataImpl(pDrawer); in MakeUniformDataSelf() 318 pDrawer->SetUpTextBox( this, m_pMaterial, *pDrawInfo ); in MakeUniformDataSelf() 325 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf() 334 pDrawer->SetUpTexEnv( m_pMaterial ); in MakeUniformDataSelf() 338 pDrawer->SetUpTextures( m_pMaterial ); in MakeUniformDataSelf() 344 m_UniformTexCoordNum = pDrawer->CalcTextureCoords( m_pMaterial, in MakeUniformDataSelf() 351 pDrawer->SetUpTextureCoords( m_UniformTexCoords, m_UniformTexCoordNum ); in MakeUniformDataSelf() 355 pDrawer->SetUpMtx( GetGlobalMtx() ); in MakeUniformDataSelf() [all …]
|
| D | lyt_TextBox.cpp | 668 TextBox::SetupDrawCharData(Drawer* pDrawer) in SetupDrawCharData() argument 685 if (! m_pDispStringBuf->IsGeneratedCommand() && pDrawer) in SetupDrawCharData() 688 pDrawer->BuildTextCommand(&writer); in SetupDrawCharData()
|
| /NW4C-2.0.3/demos/font/ResFont/sources/ |
| D | main.cpp | 99 InitShaders(nw::font::RectDrawer* pDrawer) in InitShaders() argument 116 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders() 304 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument 320 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 327 pDrawer->SetViewMtxForText(mv); in SetupTextCamera() 342 nw::font::RectDrawer* pDrawer, in DrawAscii() argument 372 pDrawer->BuildTextCommand(&writer); in DrawAscii() 381 pDrawer->DrawBegin(); in DrawAscii() 383 SetupTextCamera(pDrawer, width, height); in DrawAscii() 386 pDrawer->DrawEnd(); in DrawAscii() [all …]
|
| /NW4C-2.0.3/demos/font/ArchiveFont/sources/ |
| D | main.cpp | 110 InitShaders(nw::font::RectDrawer* pDrawer) in InitShaders() argument 127 pDrawer->Initialize(vtxBufCmdBuf, shaderBinary, fileSize); in InitShaders() 444 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument 460 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 467 pDrawer->SetViewMtxForText(mv); in SetupTextCamera() 483 nw::font::RectDrawer* pDrawer, in DrawAscii() argument 508 pDrawer->BuildTextCommand(&writer); in DrawAscii() 510 pDrawer->DrawBegin(); in DrawAscii() 512 SetupTextCamera(pDrawer, width, height); in DrawAscii() 515 pDrawer->DrawEnd(); in DrawAscii()
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_TextBox.h | 695 void UpdateDrawCharData(Drawer* pDrawer) in UpdateDrawCharData() argument 702 UpdateDrawCharDataImpl(pDrawer); in UpdateDrawCharData() 766 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const; 811 void UpdateDrawCharDataImpl(Drawer* pDrawer) in UpdateDrawCharDataImpl() argument 813 if (m_Bits.isPTDirty || (! m_pDispStringBuf->IsGeneratedCommand() && pDrawer)) in UpdateDrawCharDataImpl() 815 SetupDrawCharData(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/snd/demolib/sources/ |
| D | demolib.cpp | 293 nw::font::RectDrawer* pDrawer, in SetupTextCamera() argument 308 pDrawer->SetProjectionMtx(proj); in SetupTextCamera() 315 pDrawer->SetViewMtxForText(mv); in SetupTextCamera()
|
| /NW4C-2.0.3/demos/snd/demolib/include/ |
| D | demolib.h | 77 void SetupTextCamera( nw::font::RectDrawer* pDrawer, int width, int height );
|