Searched defs:ImageRect (Results 1 - 1 of 1) 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);

Completed in 37 milliseconds