Searched refs:cRed (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dcolour.cpp60 void wxColour::InitRGBA( unsigned char cRed, argument
65 m_cRed = cRed;
H A Dpalette.cpp107 int wxPalette::GetPixel( unsigned char cRed, argument
115 ((int)cRed * 65536) +
H A Dbrush.cpp261 void wxBrush::SetColour(unsigned char cRed, unsigned char cGreen, unsigned char cBlue) argument
264 M_BRUSHDATA->m_vColour.Set( cRed, cGreen, cBlue );
H A Dpen.cpp352 void wxPen::SetColour( unsigned char cRed, unsigned char cGreen, unsigned char cBlue) argument
355 M_PENDATA->m_vColour.Set(cRed, cGreen, cBlue);
H A Dbitmap.cpp768 unsigned char cRed = rImage.GetMaskRed(); local
796 if ((cRedImage != cRed) || (cGreenImage != cGreen) || (cBlueImage != cBlue))
1339 unsigned char cRed; local
1344 ,&cRed
1349 wxColour vTransparentColour( cRed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.cpp175 unsigned cRed = m_Content[x].Red(); local
178 buf[idx++] = cRed;
196 unsigned cRed = (unsigned)(m_Content[x].Red() * m_Modifiers[y] + .5f); local
199 cRed = std::min(255u, cRed);
202 buf[idx++] = cRed;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dpalette.h52 int GetPixel( unsigned char cRed
H A Dbrush.h61 virtual void SetColour(unsigned char cRed, unsigned char cGreen, unsigned char cBrush);
H A Dpen.h91 void SetColour(unsigned char cRed, unsigned char cGreen, unsigned char cBlue);

Completed in 82 milliseconds