Home
last modified time | relevance | path

Searched refs:vtxColors (Results 1 – 7 of 7) sorted by relevance

/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Common.cpp255 const ut::Color8* vtxColors in DrawQuad() argument
266 if (vtxColors != NULL) in DrawQuad()
269 glUniform4f(loc + 0, vtxColors[0].r, vtxColors[0].g, vtxColors[0].b, vtxColors[0].a); in DrawQuad()
270 glUniform4f(loc + 1, vtxColors[1].r, vtxColors[1].g, vtxColors[1].b, vtxColors[1].a); in DrawQuad()
271 glUniform4f(loc + 2, vtxColors[2].r, vtxColors[2].g, vtxColors[2].b, vtxColors[2].a); in DrawQuad()
272 glUniform4f(loc + 3, vtxColors[3].r, vtxColors[3].g, vtxColors[3].b, vtxColors[3].a); in DrawQuad()
Dlyt_DrawerUniform.cpp239 Drawer::SetUpVtxColors( const nw::ut::Color8 vtxColors[ VERTEX_MAX ], const u8 globalAlpha ) in SetUpVtxColors()
248 if ( nw::ut::Color8::WHITE != vtxColors[i] ) in SetUpVtxColors()
250 colors[ i ][ 0 ] = vtxColors[ i ].r * d; in SetUpVtxColors()
251 colors[ i ][ 1 ] = vtxColors[ i ].g * d; in SetUpVtxColors()
252 colors[ i ][ 2 ] = vtxColors[ i ].b * d; in SetUpVtxColors()
253 colors[ i ][ 3 ] = vtxColors[ i ].a * d; in SetUpVtxColors()
Dlyt_Window.cpp373 m_Content.vtxColors[i] = pResContent->vtxCols[i]; in Window()
570 return m_Content.vtxColors[idx]; in GetVtxColor()
581 m_Content.vtxColors[idx] = value; in SetVtxColor()
587 return internal::GetVtxColorElement(m_Content.vtxColors, idx); in GetVtxColorElement()
593 internal::SetVtxColorElement(m_Content.vtxColors, idx, value); in SetVtxColorElement()
643 m_Content.vtxColors); in DrawContent()
978 pDrawer->SetUpVtxColors( m_Content.vtxColors, GetGlobalAlpha() ); in MakeUniformDataSelf()
/NW4C-1.2.23/sources/libraries/font/
Dfont_RectDrawer.cpp1475 ut::Color8 vtxColors[internal::TEXTCOLOR_MAX] = in BuildTextCommand() local
1483 vtxColors, in BuildTextCommand()
1617 if ( vtxColors[internal::TEXTCOLOR_START] != charAttr.color[internal::TEXTCOLOR_START] in BuildTextCommand()
1618 || vtxColors[internal::TEXTCOLOR_END ] != charAttr.color[internal::TEXTCOLOR_END ] in BuildTextCommand()
1621 vtxColors[internal::TEXTCOLOR_START] = charAttr.color[internal::TEXTCOLOR_START]; in BuildTextCommand()
1622 vtxColors[internal::TEXTCOLOR_END ] = charAttr.color[internal::TEXTCOLOR_END ]; in BuildTextCommand()
1625 vtxColors, in BuildTextCommand()
/NW4C-1.2.23/include/nw/lyt/
Dlyt_Drawer.h336 void SetUpVtxColors( const nw::ut::Color8 vtxColors[VERTEX_MAX],
Dlyt_Window.h47 ut::Color8 vtxColors[VERTEXCOLOR_MAX]; member
Dlyt_Common.h167 const ut::Color8* vtxColors = NULL);