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

/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIWindowSurfaceData.cpp1028 HRGN hrgn = ::CreateRectRgn(0, 0, 0, 0); local
1029 ::SelectClipRgn(info->hDC, hrgn);
1030 ::DeleteObject(hrgn);
1045 HRGN hrgn = local
1050 ::SelectClipRgn(info->hDC, hrgn);
1051 ::DeleteObject(hrgn);
1079 HRGN hrgn = ::ExtCreateRegion(NULL, nCount, lpRgnData); local
1081 ::SelectClipRgn(info->hDC, hrgn);
1082 ::DeleteObject(hrgn);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.h582 virtual MsgRouting WmNcPaint(HRGN hrgn);
H A Dawt_Component.cpp4456 MsgRouting AwtComponent::WmNcPaint(HRGN hrgn) argument

Completed in 106 milliseconds