Searched refs:ImageRect (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h79 typedef struct ImageRect struct
88 } ImageRect; typedef in typeref:struct:ImageRect
126 void initRect(ImageRect * pRect, int x, int y, int width, int height, int jump,
128 int convertRect2(ImageRect * pSrcRect, ImageRect * pDstRect, int mode,
129 ImageRect * pSrcRect2);
130 int convertRect(ImageRect * pSrcRect, ImageRect * pDstRect, int mode);
136 int fillRect(rgbquad_t color, ImageRect * pDstRect);
H A Dsplashscreen_gfx_impl.c201 /* initialize ImageRect structure according to function arguments */
203 initRect(ImageRect * pRect, int x, int y, int width, int height, int jump,
223 convertRect(ImageRect * pSrcRect, ImageRect * pDstRect, int mode)
229 convertRect2(ImageRect * pSrcRect, ImageRect * pDstRect, int mode,
230 ImageRect * pSrcRect2)
270 fillRect(rgbquad_t color, ImageRect * pDstRect)
H A Dsplashscreen_impl.h69 ImageRect overlayRect;
168 int BitmapToYXBandedRectangles(ImageRect * pSrcRect, RECT_T * out);
H A Dsplashscreen_png.c62 ImageRect srcRect, dstRect;
H A Dsplashscreen_gif.c215 ImageRect srcRect, dstRect;
279 ImageRect dstRect;
H A Dsplashscreen_impl.c123 ImageRect srcRect, dstRect;
165 BitmapToYXBandedRectangles(ImageRect * pSrcRect, RECT_T * out)
/openjdk7/jdk/src/windows/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c99 ImageRect maskRect;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c107 ImageRect maskRect;

Completed in 74 milliseconds