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

/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gfx_impl.c160 void *pSrc2, int incSrc2, ImageFormat * srcFormat2,
188 rgbquad_t src2 = getRGBA(pSrc2, srcFormat);
195 INCPN(byte_t, pSrc2, incSrc2);
236 void *pSrc2 = NULL; local
251 pSrc2 = pSrcRect2->pBits;
257 pSrc2, pSrcRect2 ? pSrcRect2->depthBytes : 0,
262 INCPN(byte_t, pSrc2, pSrcRect2->stride);
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.h133 void *pSrc2, int incSrc2, ImageFormat * srcFormat2, int row, int col);
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestOAEPWithParams.java83 byte[] pSrc2 = { (byte) 0x01, (byte) 0x01, (byte) 0x01, (byte) 0x01,
89 "MGF1", MGF1ParameterSpec.SHA1, new PSource.PSpecified(pSrc2));

Completed in 43 milliseconds