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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h130 int convertRect(ImageRect * pSrcRect, ImageRect * pDstRect, int mode);
H A Dsplashscreen_png.c163 convertRect(&srcRect, &dstRect, CVT_COPY);
H A Dsplashscreen_gfx_impl.c223 convertRect(ImageRect * pSrcRect, ImageRect * pDstRect, int mode) function
H A Dsplashscreen_gif.c249 pSrc += convertRect(&srcRect, &dstRect, CVT_ALPHATEST);
H A Dsplashscreen_impl.c142 convertRect(&srcRect, &dstRect, CVT_COPY);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTView.m1336 NSRect frameInWindow = [view convertRect:viewBounds toView:nil];

Completed in 75 milliseconds