Searched refs:GetGlobalAlpha (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.3.3/include/nw/lyt/ |
| D | lyt_DrawInfo.h | 191 f32 GetGlobalAlpha() const in GetGlobalAlpha() function
|
| D | lyt_Pane.h | 639 u8 GetGlobalAlpha() const in GetGlobalAlpha() function
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Window.cpp | 610 DrawContent(drawInfo, basePt, frameSize, GetGlobalAlpha()); in DrawSelf() 616 DrawFrame(drawInfo, basePt, m_Frames[WINDOWFRAME_LT], frameSize, GetGlobalAlpha()); in DrawSelf() 619 DrawFrame4(drawInfo, basePt, m_Frames, frameSize, GetGlobalAlpha()); in DrawSelf() 622 DrawFrame8(drawInfo, basePt, m_Frames, frameSize, GetGlobalAlpha()); in DrawSelf() 978 pDrawer->SetUpVtxColors( m_Content.vtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf() 989 pDrawer->SetUpVtxColors( white, GetGlobalAlpha() ); in MakeUniformDataSelf()
|
| D | lyt_Picture.cpp | 275 m_pMaterial->SetupGraphics(drawInfo, GetGlobalAlpha()); in DrawSelf()
|
| D | lyt_Pane.cpp | 650 m_GlbAlpha = u8(m_Alpha * drawInfo.GetGlobalAlpha()); in CalculateMtx() 663 const f32 crGlobalAlpha = drawInfo.GetGlobalAlpha(); in CalculateMtx()
|
| D | lyt_DrawerUniform.cpp | 358 pDrawer->SetUpVtxColors( m_VtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf()
|
| D | lyt_TextBox.cpp | 327 writer.SetAlpha(GetGlobalAlpha()); in DrawSelf()
|
| D | lyt_DrawerGraphics.cpp | 780 writer.SetAlpha(pTextBox->GetGlobalAlpha()); in SetUpTextBox()
|