Home
last modified time | relevance | path

Searched refs:GetGlobalAlpha (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.3.3/include/nw/lyt/
Dlyt_DrawInfo.h191 f32 GetGlobalAlpha() const in GetGlobalAlpha() function
Dlyt_Pane.h639 u8 GetGlobalAlpha() const in GetGlobalAlpha() function
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Window.cpp610 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()
Dlyt_Picture.cpp275 m_pMaterial->SetupGraphics(drawInfo, GetGlobalAlpha()); in DrawSelf()
Dlyt_Pane.cpp650 m_GlbAlpha = u8(m_Alpha * drawInfo.GetGlobalAlpha()); in CalculateMtx()
663 const f32 crGlobalAlpha = drawInfo.GetGlobalAlpha(); in CalculateMtx()
Dlyt_DrawerUniform.cpp358 pDrawer->SetUpVtxColors( m_VtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf()
Dlyt_TextBox.cpp327 writer.SetAlpha(GetGlobalAlpha()); in DrawSelf()
Dlyt_DrawerGraphics.cpp780 writer.SetAlpha(pTextBox->GetGlobalAlpha()); in SetUpTextBox()