Searched refs:GetColor (Results 1 – 8 of 8) sorted by relevance
| /NW4C-2.0.3/sources/libraries/lyt/ |
| D | lyt_DrawerGraphics.cpp | 158 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 …]
|
| D | lyt_Material.cpp | 711 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 …]
|
| D | lyt_TextBox.cpp | 325 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/ |
| D | dev_DirectPrint.h | 220 ut::Color8 GetColor() const; 401 ut::Color8 GetColor() const{ return ut::Color8(); } in GetColor() function
|
| /NW4C-2.0.3/include/nw/lyt/ |
| D | lyt_Material.h | 577 const ut::Color8& GetColor(u32 idx) const in GetColor() function
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 1014 DirectPrint::GetColor() const in GetColor() function in nw::dev::DirectPrint
|
| /NW4C-2.0.3/sources/libraries/gfx/res/ |
| D | gfx_ResTexture.cpp | 488 ResProceduralColor color = resProcTex.GetColor(); in ResProceduralTexture_Cleanup()
|
| /NW4C-2.0.3/sources/libraries/gfx/ |
| D | gfx_RenderContext.cpp | 543 ut::Color8 color8 = resFog.GetColor(); in ActivateFog()
|