Searched refs:the_colour (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dglcanvas.cpp146 wxColour the_colour = wxTheColourDatabase->Find(colour); local
147 if(the_colour.Ok())
153 glColor3ub(the_colour.Red(),
154 the_colour.Green(),
155 the_colour.Blue());
160 the_colour.AllocColour(m_window->GetXDisplay());
162 the_colour.CalcPixel(wxTheApp->GetMainColormap(wxGetDisplay()));
164 GLint pix = (GLint)the_colour.GetPixel();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic.cpp749 void wxShape::SetTextColour(const wxString& the_colour, int regionId) argument
751 m_textColour = wxTheColourDatabase->Find(the_colour);
752 m_textColourName = the_colour;
758 region->SetColour(the_colour);

Completed in 41 milliseconds