Searched refs:GetBlue (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagfill.cpp39 unsigned char b = img->GetBlue(x,y);
49 unsigned char b = img->GetBlue(x,y);
88 || image->GetBlue (x,y) != b )
183 || image->GetBlue(x,y) != testColour.Blue() )
H A Drgncmn.cpp108 unsigned char B = image.GetBlue(x,y);
H A Dtbarbase.cpp698 bBg = src.GetBlue(0, 0);
716 const int b = src.GetBlue(x, y);
H A Dimagbmp.cpp1101 (b == mask.GetBlue(i, j)) )
H A Dimage.cpp1550 unsigned char wxImage::GetBlue( int x, int y ) const function in class:wxImage
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/image/
H A Dimage.cpp1015 int blue = original.GetBlue( x*2, y*2 ) +
1016 original.GetBlue( x*2-1, y*2 ) +
1017 original.GetBlue( x*2, y*2+1 ) +
1018 original.GetBlue( x*2+1, y*2+1 );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp49 (unsigned char)cd.GetBlue());
56 (unsigned char)cd.GetBlue(),
387 int blue = cdf.GetBlue();
405 blue = cdo.GetBlue();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimage.h284 unsigned char GetBlue( int x, int y ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DPlatform.h190 unsigned int GetBlue() { function in class:ColourDesired
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dbitmap.cpp677 unsigned char blue = image.GetBlue(i, j);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dbitmap.cpp509 unsigned char blue = image.GetBlue(i, j);
H A Ddcclient.cpp354 col->Set(image.GetRed(0, 0), image.GetGreen(0, 0), image.GetBlue(0, 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex505 \membersection{wxImage::GetBlue}\label{wximagegetblue}
507 \constfunc{unsigned char}{GetBlue}{\param{int}{ x}, \param{int}{ y}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Ddcclient.cpp237 col->Set(image.GetRed(0, 0), image.GetGreen(0, 0), image.GetBlue(0, 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp467 col->Set(image.GetRed(0, 0), image.GetGreen(0, 0), image.GetBlue(0, 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp451 col->Set(image.GetRed(0, 0), image.GetGreen(0, 0), image.GetBlue(0, 0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx3090 unsigned int b = orig.GetBlue();

Completed in 299 milliseconds