Searched defs:hSrcBitmap (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_BitmapUtil.cpp | 288 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, argument 292 HBITMAP oldBitmap = (HBITMAP)::SelectObject(hdc, hSrcBitmap); 299 BOOL r = ::GetDIBits(hdc, hSrcBitmap, 0, 0, NULL, 313 ::GetDIBits(hdc, hSrcBitmap, 0, height, buf,
|
Completed in 22 milliseconds