Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Window.cpp931 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 …]
Dlyt_DrawerUniform.cpp303 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 …]
Dlyt_TextBox.cpp668 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/
Dmain.cpp99 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/
Dmain.cpp110 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/
Dlyt_TextBox.h695 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);
Dlyt_Picture.h279 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
Dlyt_Pane.h1419 void MakeUniformData( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
1422 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
Dlyt_Window.h480 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
/NW4C-2.0.3/demos/snd/demolib/sources/
Ddemolib.cpp293 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/
Ddemolib.h77 void SetupTextCamera( nw::font::RectDrawer* pDrawer, int width, int height );