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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddc.cpp126 // NB: bmpSrc is the bitmap selected in hdcSrc, it is not really needed
135 const wxBitmap& bmpSrc);
2077 const wxBitmap& bmpSrc = source->m_selectedBitmap; local
2078 if ( bmpSrc.Ok() && (bmpSrc.HasAlpha() ||
2082 xsrc, ysrc, GetHdcOf(*source), bmpSrc) )
2089 mask = bmpSrc.GetMask();
2091 if ( !(bmpSrc.Ok() && mask && mask->GetMaskBitmap()) )
2261 if ( bmpSrc.Ok() && (caps & RC_STRETCHDIB) )
2266 if ( ::GetObject(GetHbitmapOf(bmpSrc),
2615 wxAlphaBlend(HDC hdcDst, int xDst, int yDst, int w, int h, int srcX, int srcY, const wxBitmap& bmpSrc) argument
[all...]

Completed in 164 milliseconds