Home
last modified time | relevance | path

Searched refs:Drawer (Results 1 – 24 of 24) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Drawer.cpp34 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()
Dlyt_DrawerUniform.cpp46 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 …]
Dlyt_DrawerGraphics.cpp44 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()
Dlyt_TextBox.cpp668 TextBox::SetupDrawCharData(Drawer* pDrawer) in SetupDrawCharData()
Dlyt_Window.cpp931 Window::MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const in MakeUniformDataSelf()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Drawer.h147 class Drawer : public font::RectDrawer
166 Drawer();
177 explicit Drawer( GraphicsResource& graphicsResource );
Dlyt_TextBox.h695 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);
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/Nw4cDemo/include/
DLytCtrl.h77 nw::lyt::Drawer m_Drawer;
/NW4C-2.0.3/demos/lyt/orthoStereo/sources/
Dmain.cpp431 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/
Dmain.cpp305 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/texVram/sources/
Dmain.cpp267 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/extUserData/sources/
Dmain.cpp279 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/locationAdjust/sources/
Dmain.cpp229 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/archiveFont/sources/
Dmain.cpp247 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/multiArc/sources/
Dmain.cpp233 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/perspective/sources/
Dmain.cpp289 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/group/sources/
Dmain.cpp214 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/simple2/sources/
Dmain.cpp275 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp296 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp467 nw::lyt::Drawer drawer; in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp438 nw::lyt::Drawer drawer; in nnMain()