Home
last modified time | relevance | path

Searched refs:pDrawer (Results 1 – 11 of 11) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Window.cpp929 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 …]
Dlyt_DrawerUniform.cpp301 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 …]
Dlyt_TextBox.cpp666 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/
Dmain.cpp97 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/
Dlyt_TextBox.h693 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);
Dlyt_Picture.h277 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
Dlyt_Pane.h1417 void MakeUniformData( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
1420 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
Dlyt_Window.h470 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
/NW4C-1.2.23/demos/font/ArchiveFont/sources/
Dmain.cpp108 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/
Ddemolib.cpp304 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/
Ddemolib.h74 void SetupTextCamera( nw::font::RectDrawer* pDrawer, int width, int height );