Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Drawer.cpp32 Drawer::Draw( const Layout* pLayout, DrawInfo& drawInfo ) in Draw()
46 Drawer::Draw( const Pane* pPane, DrawInfo& drawInfo ) in Draw()
60 Drawer::DrawBegin( const DrawInfo& drawInfo ) in DrawBegin()
69 Drawer::DrawBegin(u32 flag) in DrawBegin()
84 Drawer::DrawEnd(u32 flag) in DrawEnd()
91 Drawer::Drawer() in Drawer() function in nw::lyt::Drawer
104 Drawer::Drawer( GraphicsResource& graphicsResource ) in Drawer() function in nw::lyt::Drawer
110 Drawer::Initialize( GraphicsResource& graphicsResource, void* vertexBuffer ) in Initialize()
139 Drawer::Finalize() in Finalize()
Dlyt_DrawerUniform.cpp44 Drawer::SetUniformDataEnd() in SetUniformDataEnd()
68 Drawer::CalcTextureCoords( const Material* pMaterial, in CalcTextureCoords()
180 Drawer::SetUpTextureCoords( const nw::math::VEC4 texCoords[ TexMapMax * 2 ], in SetUpTextureCoords()
209 Drawer::SetCurrentUniformAlpha( const f32 alpha ) in SetCurrentUniformAlpha()
215 Drawer::SetUpMtx( const nw::math::MTX34& __restrict mtx ) in SetUpMtx()
225 Drawer::SetUpQuad( const nw::lyt::Size& __restrict size, in SetUpQuad()
239 Drawer::SetUpVtxColors( const nw::ut::Color8 vtxColors[ VERTEX_MAX ], const u8 globalAlpha ) in SetUpVtxColors()
301 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf()
323 Drawer* __restrict pDrawer ) const in MakeUniformDataSelf()
371 Drawer* __restrict pDrawer ) const in MakeUniformData()
[all …]
Dlyt_DrawerGraphics.cpp35 Drawer::SetUpTexEnv( const Material* __restrict pMaterial ) in SetUpTexEnv()
281 void Drawer::SetUpTexEnvType2( const Material* __restrict pMaterial ) in SetUpTexEnvType2()
388 void Drawer::SetUpTexEnvType3( const Material* __restrict pMaterial ) in SetUpTexEnvType3()
547 void Drawer::SetUpTextures( const Material* __restrict pMaterial, bool addDisableCommand ) in SetUpTextures()
692 void Drawer::UniformAndDraw() in UniformAndDraw()
738 Drawer::SetUpTextBox( const TextBox* __restrict pTextBox, in SetUpTextBox()
793 Drawer::SetUpGLTexEnvUser( const Material* __restrict pMaterial ) in SetUpGLTexEnvUser()
976 Drawer::SetUpAlphaTest( const Material* __restrict pMaterial ) in SetUpAlphaTest()
1002 Drawer::SetUpBlendMode( const Material* __restrict pMaterial ) in SetUpBlendMode()
Dlyt_TextBox.cpp666 TextBox::SetupDrawCharData(Drawer* pDrawer) in SetupDrawCharData()
Dlyt_Window.cpp929 Window::MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const in MakeUniformDataSelf()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Drawer.h145 class Drawer : public font::RectDrawer
164 Drawer();
175 explicit Drawer( GraphicsResource& graphicsResource );
Dlyt_TextBox.h693 void UpdateDrawCharData(Drawer* pDrawer) in UpdateDrawCharData()
764 virtual void MakeUniformDataSelf( DrawInfo* pDrawInfo, Drawer* pDrawer ) const;
799 void UpdateDrawCharDataImpl(Drawer* 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/Nw4cDemo/include/
DLytCtrl.h75 nw::lyt::Drawer m_Drawer;
/NW4C-1.2.23/demos/lyt/orthoStereo/sources/
Dmain.cpp429 nw::lyt::Drawer drawer; in nnMain()
458 drawer.DrawBegin(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
460 drawer.DrawEnd(nw::lyt::Drawer::DONT_USE_SETUP_COMMAND); in nnMain()
/NW4C-1.2.23/demos/lyt/archiveFont/sources/
Dmain.cpp245 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/simple/sources/
Dmain.cpp303 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/extUserData/sources/
Dmain.cpp277 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/multiArc/sources/
Dmain.cpp231 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/locationAdjust/sources/
Dmain.cpp227 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/simple2/sources/
Dmain.cpp273 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/group/sources/
Dmain.cpp212 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/perspective/sources/
Dmain.cpp287 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/bounding/sources/
Dmain.cpp294 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/animShare/sources/
Dmain.cpp465 nw::lyt::Drawer drawer; in nnMain()
/NW4C-1.2.23/demos/lyt/tagGroupBind/sources/
Dmain.cpp436 nw::lyt::Drawer drawer; in nnMain()