Searched refs:dstFormat (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c159 ImageFormat * srcFormat, ImageFormat * dstFormat, int doAlpha,
168 putRGBADither(getRGBA(pSrc, srcFormat), pDst, dstFormat, local
179 putRGBADither(color, pDst, dstFormat, row, col++);
191 QUAD_ALPHA(src2)) | (src & QUAD_ALPHA_MASK), pDst, dstFormat,
158 convertLine(void *pSrc, int incSrc, void *pDst, int incDst, int numSamples, ImageFormat * srcFormat, ImageFormat * dstFormat, int doAlpha, void *pSrc2, int incSrc2, ImageFormat * srcFormat2, int row, int col) argument
H A Dsplashscreen_gfx.h132 ImageFormat * srcFormat, ImageFormat * dstFormat, int mode,
H A Dsplashscreen_gfx_impl.h284 ImageFormat * dstFormat, int row, int col)
289 putRGBADither(color, pDst, dstFormat, row, col++);
283 fillLine(rgbquad_t color, void *pDst, int incDst, int n, ImageFormat * dstFormat, int row, int col) argument

Completed in 31 milliseconds