Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_DrawerGraphics.cpp158 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnv()
205 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnv()
206 nw::ut::Color8 black = pMaterial->GetColor( INTERPOLATECOLOR_BLACK ); in SetUpTexEnv()
382 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType2()
383 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnvType2()
384 nw::ut::Color8 black = pMaterial->GetColor( INTERPOLATECOLOR_BLACK ); in SetUpTexEnvType2()
527 nw::ut::Color8 blend = pMaterial->GetColor( TEVKONSTSEL_K5 ); in SetUpTexEnvType3()
528 nw::ut::Color8 white = pMaterial->GetColor( INTERPOLATECOLOR_WHITE ); in SetUpTexEnvType3()
529 nw::ut::Color8 black = pMaterial->GetColor( INTERPOLATECOLOR_BLACK ); in SetUpTexEnvType3()
824 pMaterial->GetColor( INTERPOLATECOLOR_BLACK ), in SetUpTextBox()
[all …]
Dlyt_Material.cpp711 internal::GL::SetTevBufferColor(graphicsResource, this->GetColor(TEVKONSTSEL_BUFFER)); in SetupGraphics()
737 …al::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(tevStage.GetKonstSelRgb()), this->GetC… in SetupGraphics()
759 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
807 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
852 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
875 … internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_BUFFER)); in SetupGraphics()
924 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
947 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
971 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K0)); in SetupGraphics()
1016 internal::GL::SetTevConstRgba(graphicsResource, i, this->GetColor(TEVKONSTSEL_K5)); in SetupGraphics()
[all …]
Dlyt_TextBox.cpp325 ut::Color8 minCol = m_pMaterial->GetColor(INTERPOLATECOLOR_BLACK); in DrawSelf()
326 ut::Color8 maxCol = m_pMaterial->GetColor(INTERPOLATECOLOR_WHITE); in DrawSelf()
/NW4C-2.0.3/include/nw/dev/
Ddev_DirectPrint.h220 ut::Color8 GetColor() const;
401 ut::Color8 GetColor() const{ return ut::Color8(); } in GetColor() function
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Material.h577 const ut::Color8& GetColor(u32 idx) const in GetColor() function
/NW4C-2.0.3/sources/libraries/dev/
Ddev_DirectPrint.cpp1014 DirectPrint::GetColor() const in GetColor() function in nw::dev::DirectPrint
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp488 ResProceduralColor color = resProcTex.GetColor(); in ResProceduralTexture_Cleanup()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp543 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()