Searched refs:vtxColors (Results 1 – 7 of 7) sorted by relevance
| /NW4C-1.2.23/sources/libraries/lyt/ |
| D | lyt_Common.cpp | 255 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()
|
| D | lyt_DrawerUniform.cpp | 239 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()
|
| D | lyt_Window.cpp | 373 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/ |
| D | font_RectDrawer.cpp | 1475 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/ |
| D | lyt_Drawer.h | 336 void SetUpVtxColors( const nw::ut::Color8 vtxColors[VERTEX_MAX],
|
| D | lyt_Window.h | 47 ut::Color8 vtxColors[VERTEXCOLOR_MAX]; member
|
| D | lyt_Common.h | 167 const ut::Color8* vtxColors = NULL);
|