Searched refs:GetColor (Results 1 – 8 of 8) sorted by relevance
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_DrawerGraphics.cpp | 125 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 …]
|
| D | lyt_Material.cpp | 709 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 …]
|
| D | lyt_TextBox.cpp | 323 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/ |
| D | dev_DirectPrint.h | 205 ut::Color8 GetColor() const; 373 ut::Color8 GetColor() const{ return ut::Color8(); }
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_Material.h | 575 const ut::Color8& GetColor(u32 idx) const in GetColor() function
|
| /NW4C-1.2.23/sources/libraries/gfx/res/ |
| D | gfx_ResTexture.cpp | 428 ResProceduralColor color = resProcTex.GetColor(); in ResProceduralTexture_Cleanup()
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 990 DirectPrint::GetColor() const in GetColor() function in nw::dev::DirectPrint
|
| /NW4C-1.2.23/sources/libraries/gfx/ |
| D | gfx_RenderContext.cpp | 548 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()
|