Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp125 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnv()
172 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnv()
173 nw::ut::Color8 black = pMaterial->GetColor( INTERPOLATECOLOR_BLACK ); in SetUpTexEnv()
349 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType2()
350 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnvType2()
351 nw::ut::Color8 black = pMaterial->GetColor( INTERPOLATECOLOR_BLACK ); in SetUpTexEnvType2()
494 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType3()
495 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnvType3()
496 nw::ut::Color8 black = pMaterial->GetColor( INTERPOLATECOLOR_BLACK ); in SetUpTexEnvType3()
778 pMaterial->GetColor( INTERPOLATECOLOR_BLACK ), in SetUpTextBox()
[all …]
Dlyt_Material.cpp709 internal::GL::SetTevBufferColor(graphicsResource, this->GetColor(TEVKONSTSEL_BUFFER)); in SetupGraphics()
735 …al::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(tevStage.GetKonstSelRgb()), this->GetC… in SetupGraphics()
757 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
805 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
850 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
873 … internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_BUFFER)); in SetupGraphics()
922 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
945 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
969 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
1014 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
[all …]
Dlyt_TextBox.cpp323 ut::Color8 minCol = m_pMaterial->GetColor(INTERPOLATECOLOR_BLACK); in DrawSelf()
324 ut::Color8 maxCol = m_pMaterial->GetColor(INTERPOLATECOLOR_WHITE); in DrawSelf()
/NW4C-1.2.23/include/nw/dev/
Ddev_DirectPrint.h205 ut::Color8 GetColor() const;
373 ut::Color8 GetColor() const{ return ut::Color8(); }
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Material.h575 const ut::Color8& GetColor(u32 idx) const in GetColor() function
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp428 ResProceduralColor color = resProcTex.GetColor(); in ResProceduralTexture_Cleanup()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_DirectPrint.cpp990 DirectPrint::GetColor() const in GetColor() function in nw::dev::DirectPrint
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_RenderContext.cpp548 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()