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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddib.cpp218 MemoryHDC hdcDst;
219 if ( !hdcDst )
222 SelectInHDC selectDst(hdcDst, m_handle);
228 hdcDst,
H A Dbitmap.cpp1777 HDC hdcDst = ::CreateCompatibleDC(NULL); local
1778 if ( !hdcSrc || !hdcDst )
1790 HGDIOBJ dstTmp = ::SelectObject(hdcDst, hbmpInvMask);
1791 if ( !::BitBlt(hdcDst, 0, 0, w, h,
1800 SelectObject(hdcDst,dstTmp);
1803 ::DeleteDC(hdcDst);
H A Ddc.cpp124 // call AlphaBlend() to blit contents of hdcSrc to hdcDst using alpha
132 static bool AlphaBlt(HDC hdcDst,
141 wxAlphaBlend(HDC hdcDst, int x, int y, int w, int h,
2557 static bool AlphaBlt(HDC hdcDst, argument
2563 wxASSERT_MSG( hdcDst && hdcSrc, _T("AlphaBlt(): invalid HDC") );
2582 if ( pfnAlphaBlend(hdcDst, x, y, width, height,
2599 wxAlphaBlend(hdcDst, x, y, width, height, srcX, srcY, bmp);
2615 wxAlphaBlend(HDC hdcDst, int xDst, int yDst, argument
2624 if ( !::BitBlt(hdcMem, 0, 0, w, h, hdcDst, xDst, yDst, SRCCOPY) )
2667 if ( !::BitBlt(hdcDst, xDs
[all...]

Completed in 155 milliseconds