Searched defs:hRgn (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h46 HRGN hRgn; member in struct:SplashImage
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c129 splash->frames[imageIndex].hRgn = ExtCreateRegion(NULL,
272 HRGN hRgn = CreateRectRgn(0, 0, 0, 0); local
274 CombineRgn(hRgn, splash->frames[splash->currentFrame].hRgn,
275 splash->frames[splash->currentFrame].hRgn, RGN_COPY);
276 SetWindowRgn(splash->hWnd, hRgn, TRUE);
491 if (splash->frames[i].hRgn) {
492 DeleteObject(splash->frames[i].hRgn);
493 splash->frames[i].hRgn = NULL;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Component.cpp6136 HRGN hRgn = NULL; local
6170 hRgn = ::ExtCreateRegion(NULL,
6176 ::SetWindowRgn(c->GetHWnd(), hRgn, TRUE);

Completed in 51 milliseconds