Searched refs:wxImageHistogram (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagxpm.cpp115 wxImageHistogram histogram;
158 for (wxImageHistogram::iterator entry = histogram.begin();
H A Dimagpcx.cpp317 wxImageHistogram histogram; // image histogram
414 for (wxImageHistogram::iterator entry = histogram.begin();
H A Dimagpng.cpp273 wxImageHistogram h;
287 entry = h[wxImageHistogram:: MakeKey(r2, g2, b2)];
H A Dimage.cpp2676 wxImageHistogram::FindFirstUnusedColour(unsigned char *r,
2726 wxImageHistogram histogram;
2759 key = wxImageHistogram::MakeKey(r, g, b);
2772 unsigned long wxImage::ComputeHistogram( wxImageHistogram &h ) const
2788 wxImageHistogramEntry& entry = h[wxImageHistogram::MakeKey(r, g, b)];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dcursor.cpp206 keyMaskColor = wxImageHistogram::MakeKey(
244 wxImageHistogram histogram;
251 for ( wxImageHistogram::iterator entry = histogram.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dimage.h125 // wxImageHistogram
140 class WXDLLEXPORT wxImageHistogram : public wxImageHistogramBase class in inherits:wxImageHistogramBase
143 wxImageHistogram() : wxImageHistogramBase(256) { } function in class:wxImageHistogram
389 unsigned long ComputeHistogram( wxImageHistogram &h ) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dcursor.cpp224 wxImageHistogram histogram;
235 for ( wxImageHistogram::iterator entry = histogram.begin();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dimage.tex300 \constfunc{unsigned long}{ComputeHistogram}{\param{wxImageHistogram\& }{histogram}}
303 wxImageHistogram object. wxImageHistogram is a specialization of
317 wxImageHistogram);

Completed in 116 milliseconds