Searched refs:pSrc (Results 1 - 25 of 43) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/crypto/spec/
H A DOAEPParameterSpec.java82 private PSource pSrc = PSource.PSpecified.DEFAULT; field in class:OAEPParameterSpec
102 * the encoding input P <code>pSrc</code>.
109 * @param pSrc the source of the encoding input P.
111 * <code>mgfName</code>, or <code>pSrc</code> is null.
115 PSource pSrc) {
123 if (pSrc == null) {
130 this.pSrc = pSrc;
166 return pSrc;
113 OAEPParameterSpec(String mdName, String mgfName, AlgorithmParameterSpec mgfSpec, PSource pSrc) argument
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAny4Byte.h65 #define CopyAny4BytePixelData(pSrc, sx, pDst, dx) \
67 (pDst)[4*dx+0] = (pSrc)[4*sx+0]; \
68 (pDst)[4*dx+1] = (pSrc)[4*sx+1]; \
69 (pDst)[4*dx+2] = (pSrc)[4*sx+2]; \
70 (pDst)[4*dx+3] = (pSrc)[4*sx+3]; \
73 #define XorCopyAny4BytePixelData(pSrc, pDst, x, xorpixel, XORPREFIX) \
75 (pDst)[4*x+0] ^= (pSrc)[4*x+0] ^ XORPREFIX ## 0; \
76 (pDst)[4*x+1] ^= (pSrc)[4*x+1] ^ XORPREFIX ## 1; \
77 (pDst)[4*x+2] ^= (pSrc)[4*x+2] ^ XORPREFIX ## 2; \
78 (pDst)[4*x+3] ^= (pSrc)[
[all...]
H A DAny3Byte.h63 #define CopyAny3BytePixelData(pSrc, sx, pDst, dx) \
65 (pDst)[3*dx+0] = (pSrc)[3*sx+0]; \
66 (pDst)[3*dx+1] = (pSrc)[3*sx+1]; \
67 (pDst)[3*dx+2] = (pSrc)[3*sx+2]; \
70 #define XorCopyAny3BytePixelData(pSrc, pDst, x, xorpixel, XORPREFIX) \
72 (pDst)[3*x+0] ^= (pSrc)[3*x+0] ^ XORPREFIX ## 0; \
73 (pDst)[3*x+1] ^= (pSrc)[3*x+1] ^ XORPREFIX ## 1; \
74 (pDst)[3*x+2] ^= (pSrc)[3*x+2] ^ XORPREFIX ## 2; \
H A DAnyByte.h53 #define CopyAnyBytePixelData(pSrc, sx, pDst, dx) \
54 (pDst)[dx] = (pSrc)[sx]
56 #define XorCopyAnyBytePixelData(pSrc, pDst, x, xorpixel, XORPREFIX) \
57 (pDst)[x] ^= (pSrc)[x] ^ (xorpixel)
H A DAnyInt.h53 #define CopyAnyIntPixelData(pSrc, sx, pDst, dx) \
54 (pDst)[dx] = (pSrc)[sx]
56 #define XorCopyAnyIntPixelData(pSrc, pDst, x, xorpixel, XORPREFIX) \
57 (pDst)[x] ^= (pSrc)[x] ^ (xorpixel)
H A DAnyShort.h53 #define CopyAnyShortPixelData(pSrc, sx, pDst, dx) \
54 (pDst)[dx] = (pSrc)[sx]
56 #define XorCopyAnyShortPixelData(pSrc, pDst, x, xorpixel, XORPREFIX) \
57 (pDst)[x] ^= (pSrc)[x] ^ (xorpixel)
H A DAlphaMacros.h90 SRC ## DataType *pSrc = (SRC ## DataType *) (srcBase); \
127 pSrc = PtrAddBytes(pSrc, SRC ## PixelStride); \
135 LoadAlphaFrom ## SRC ## For ## STRATEGY(pSrc, SrcPix, src); \
157 Postload ## STRATEGY ## From ## SRC(pSrc, SrcPix, res); \
164 pSrc = PtrAddBytes(pSrc, SRC ## PixelStride); \
173 pSrc = PtrAddBytes(pSrc, SRC ## PixelStride); \
205 pSrc
[all...]
H A DByteIndexed.c179 BlitLoopWidthHeight(ByteIndexed, pSrc, srcBase, pSrcInfo,
183 (pSrc, ByteIndexed, SrcRead,
216 BlitLoopScaleWidthHeight(ByteIndexed, pSrc, srcBase, pSrcInfo,
220 pDst[0] = pSrc[x]);
222 BlitLoopScaleWidthHeight(ByteIndexed, pSrc, srcBase, pSrcInfo,
226 ConvertVia3ByteRgb(pSrc, ByteIndexed, SrcRead,
H A DIndex12Gray.c175 BlitLoopWidthHeight(Index12Gray, pSrc, srcBase, pSrcInfo,
179 (pSrc, Index12Gray, SrcRead,
204 BlitLoopScaleWidthHeight(Index8Gray, pSrc, srcBase, pSrcInfo,
208 pDst[0] = pSrc[x]);
212 BlitLoopScaleWidthHeight(Index8Gray, pSrc, srcBase, pSrcInfo,
216 ConvertVia1ByteGray(pSrc, Index8Gray, SrcRead,
H A DIndex8Gray.c172 BlitLoopWidthHeight(Index8Gray, pSrc, srcBase, pSrcInfo,
176 (pSrc, Index8Gray, SrcRead,
201 BlitLoopScaleWidthHeight(Index8Gray, pSrc, srcBase, pSrcInfo,
205 pDst[0] = pSrc[x]);
209 BlitLoopScaleWidthHeight(Index8Gray, pSrc, srcBase, pSrcInfo,
213 ConvertVia1ByteGray(pSrc, Index8Gray, SrcRead,
H A DUshortIndexed.c170 BlitLoopWidthHeight(UshortIndexed, pSrc, srcBase, pSrcInfo,
174 (pSrc, UshortIndexed, SrcRead,
207 BlitLoopScaleWidthHeight(UshortIndexed, pSrc, srcBase, pSrcInfo,
211 pDst[0] = pSrc[x]);
213 BlitLoopScaleWidthHeight(UshortIndexed, pSrc, srcBase, pSrcInfo,
217 ConvertVia3ByteRgb(pSrc, UshortIndexed, SrcRead,
H A DAnyByteBinary.h248 BBBlitLoopWidthHeight(SRC, pSrc, srcBase, pSrcInfo, SrcRead, \
251 ConvertVia ## STRATEGY(pSrc, SRC, SrcRead, \
270 BBBlitLoopWidthHeight(SRC, pSrc, srcBase, pSrcInfo, SrcRead, \
273 BBXorVia1IntArgb(pSrc, SRC, SrcRead, \
648 SRC ## DataType *pSrc = (SRC ## DataType *) (srcBase); \
674 Declare ## SRC ## InitialLoadVars(pSrcInfo, pSrc, SrcRead, srcx1) \
684 InitialLoad ## SRC(pSrc, SrcRead); \
691 pSrc = PtrAddBytes(pSrc, SRC ## PixelStride); \
699 LoadAlphaFrom ## SRC ## For ## STRATEGY(pSrc,SrcRea
[all...]
H A DBlit.c104 void *pSrc = PtrCoord(srcInfo.rasBase, local
119 (*pPrim->funcs.blit)(pSrc, pDst,
H A DBlitBg.c108 void *pSrc = PtrCoord(srcInfo.rasBase, local
123 (*pPrim->funcs.blitbg)(pSrc, pDst,
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedMaskBlit.c118 jint *pSrc = (jint *) local
173 jint pixel = pSrc[0];
186 pSrc = PtrAddBytes(pSrc, srcPixelStride);
189 pSrc = PtrAddBytes(pSrc, srcScanStride);
202 pBuf[0] = pSrc[0];
205 a = MUL8(pathA, (pSrc[0] >> 24) & 0xff);
206 r = MUL8(pathA, (pSrc[0] >> 16) & 0xff);
207 g = MUL8(pathA, (pSrc[
[all...]
/openjdk7/jdk/src/share/native/sun/awt/utility/
H A Drect.c53 unsigned char *pSrc = (unsigned char *) buf + j * alignedWidth; local
59 // pSrc[0,1,2] == B,G,R; pSrc[3] == Alpha
60 while (i < width && !pSrc[3]) {
61 pSrc += 4;
67 while (i < width && pSrc[3]) {
68 pSrc += 4;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp321 BYTE *pSrc = (BYTE *) buf + j * alignedWidth; local
322 for (i = 0; i < width; i++, pSrc += 4) {
327 if (pSrc[3] == 0) {
328 pSrc[0] = GetBValue(blendColor) * alpha / 255;
329 pSrc[1] = GetGValue(blendColor) * alpha / 255;
330 pSrc[2] = GetRValue(blendColor) * alpha / 255;
331 pSrc[3] = alpha;
333 pSrc[0] = (GetBValue(blendColor) * alpha / 255) +
334 (pSrc[0] * (255 - alpha) / 255);
335 pSrc[
[all...]
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.c175 byte_t *pSrc = (byte_t *) pSrcRect->pBits + j * pSrcRect->stride; local
182 getRGBA(pSrc, pSrcRect->format) < ALPHA_THRESHOLD) {
183 pSrc += pSrcRect->depthBytes;
190 getRGBA(pSrc, pSrcRect->format) >= ALPHA_THRESHOLD) {
191 pSrc += pSrcRect->depthBytes;
332 unsigned char* pSrc = (unsigned char*)(((SplashStream*)pStream)->arg.mem.pData); local
334 if (nBytes > pSrcEnd - pSrc) {
335 nBytes = pSrcEnd - pSrc;
338 memcpy(pData, pSrc, nBytes);
339 pSrc
346 unsigned char* pSrc = (unsigned char*)(((SplashStream*)pStream)->arg.mem.pData); local
[all...]
H A Dsplashscreen_gfx_impl.c149 incSrc and incDst are pSrc and pDst increment values for the loop, in bytes
158 convertLine(void *pSrc, int incSrc, void *pDst, int incDst, int numSamples, argument
168 putRGBADither(getRGBA(pSrc, srcFormat), pDst, dstFormat,
170 INCPN(byte_t, pSrc, incSrc);
176 rgbquad_t color = getRGBA(pSrc, srcFormat);
181 INCPN(byte_t, pSrc, incSrc);
187 rgbquad_t src = getRGBA(pSrc, srcFormat);
193 INCPN(byte_t, pSrc, incSrc);
234 void *pSrc = pSrcRect->pBits; local
255 convertLine(pSrc, pSrcRec
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11PMBlitLoops.c284 unsigned char *pSrc; local
289 pSrc = (unsigned char *)srcInfo.rasBase;
296 unsigned char *srcPixel = pSrc;
308 pSrc = (unsigned char *) (((intptr_t)pSrc) + srcScan);
315 unsigned char *srcPixel = pSrc;
327 pSrc = (unsigned char *) (((intptr_t)pSrc) + srcScan);
331 unsigned int *pSrc; local
335 pSrc
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_ByteIndexed.c124 mlib_u8 *pSrc = srcBase; \
172 mlib_u8 *pSrc = srcBase; \
176 PTR_ADD(pSrc, (syloc >> shift) * srcScan); \
209 mlib_s32 pixel = *(mlib_s32*)(pSrc + 4*i); \
213 mlib_s32 pixel = SrcReadLut[pSrc[i]]; \
233 mlib_u8 *pSrc = srcBase; \
274 mlib_u32 pixel = *(mlib_u32*)(pSrc + 4*i); \
280 b = pSrc[3*i]; \
281 g = pSrc[3*i + 1]; \
282 r = pSrc[
373 mlib_s32 *pSrc = srcBase; local
[all...]
H A Dvis_XorBlit.c340 jint *pSrc = srcBase; local
363 srcpixel = pSrc[0];
379 pSrc = ((void *) (((intptr_t) (pSrc)) + (4)));
383 pSrc = ((void *) (((intptr_t) (pSrc)) + (srcScan)));
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DOAEPParameters.java100 PSource pSrc = spec.getPSource();
101 if (pSrc.getAlgorithm().equals("PSpecified")) {
102 p = ((PSource.PSpecified) pSrc).getValue();
105 pSrc.getAlgorithm() + "; PSpecified only");
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c292 jlong pSrc = NEXT_LONG(b); local
304 OGLBlitLoops_IsoBlit(env, oglc, pSrc, pDst,
310 OGLBlitLoops_Blit(env, oglc, pSrc, pDst,
326 jlong pSrc = NEXT_LONG(b); local
329 pSrc, pDst, dsttype,
432 jlong pSrc = NEXT_LONG(b); local
437 oglc = OGLContext_SetSurfaces(env, pSrc, pDst);
625 jlong pSrc = NEXT_LONG(b); local
632 OGLPaints_SetTexturePaint(oglc, useMask, pSrc, filter,
641 jlong pSrc local
657 jlong pSrc = NEXT_LONG(b); local
674 jlong pSrc = NEXT_LONG(b); local
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DRenderQueue.cpp428 jlong pSrc = NEXT_LONG(b); local
440 res = D3DBlitLoops_IsoBlit(env, d3dc, pSrc, pDst,
444 D3DRQ_MarkLostIfNeeded(res, (D3DSDOps*)pSrc);
447 res = D3DBlitLoops_Blit(env, d3dc, pSrc, pDst,
463 jlong pSrc = NEXT_LONG(b); local
466 pSrc, pDst, dsttype,
468 D3DRQ_MarkLostIfNeeded(res, (D3DSDOps*)pSrc);
577 jlong pSrc = NEXT_LONG(b); local
789 jlong pSrc = NEXT_LONG(b); local
796 res = D3DPaints_SetTexturePaint(d3dc, useMask, pSrc, filte
805 jlong pSrc = NEXT_LONG(b); local
821 jlong pSrc = NEXT_LONG(b); // unused local
838 jlong pSrc = NEXT_LONG(b); // unused local
[all...]

Completed in 66 milliseconds

12