Searched refs:ImageFormat (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx.h58 typedef struct ImageFormat struct
75 } ImageFormat; typedef in typeref:struct:ImageFormat
86 ImageFormat *format; // format of the samples
127 int stride, void *pBits, ImageFormat * format);
132 ImageFormat * srcFormat, ImageFormat * dstFormat, int mode,
133 void *pSrc2, int incSrc2, ImageFormat * srcFormat2, int row, int col);
134 void initFormat(ImageFormat * format, int redMask, int greenMask,
137 void dumpFormat(ImageFormat * format);
139 void optimizeFormat(ImageFormat * forma
[all...]
H A Dsplashscreen_impl.h57 ImageFormat screenFormat; /* must be preset before image decoding */
59 ImageFormat imageFormat;
70 ImageFormat overlayFormat;
H A Dsplashscreen_gfx_impl.c159 ImageFormat * srcFormat, ImageFormat * dstFormat, int doAlpha,
160 void *pSrc2, int incSrc2, ImageFormat * srcFormat2,
204 int stride, void *pBits, ImageFormat * format)
289 initFormat(ImageFormat * format, int redMask, int greenMask, int blueMask,
311 dumpFormat(ImageFormat * format)
329 optimizeFormat(ImageFormat * format)
H A Dsplashscreen_gfx_impl.h73 ditherColor(rgbquad_t value, ImageFormat * format, int row, int col)
139 putRGBADither(rgbquad_t value, void *ptr, ImageFormat * format,
206 getRGBA(void *ptr, ImageFormat * format)
284 ImageFormat * dstFormat, int row, int col)
H A Dsplashscreen_png.c49 ImageFormat srcFormat;
H A Dsplashscreen_jpeg.c133 ImageFormat srcFormat;
H A Dsplashscreen_gif.c214 ImageFormat srcFormat;

Completed in 33 milliseconds