Searched refs:pSrcOps (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.h31 void OGLBufImgOps_EnableConvolveOp(OGLContext *oglc, jlong pSrcOps,
36 void OGLBufImgOps_EnableRescaleOp(OGLContext *oglc, jlong pSrcOps,
41 void OGLBufImgOps_EnableLookupOp(OGLContext *oglc, jlong pSrcOps,
H A DOGLBlitLoops.h41 OGLContext *oglc, jlong pSrcOps, jlong pDstOps,
50 OGLContext *oglc, jlong pSrcOps, jlong pDstOps,
59 jlong pSrcOps, jlong pDstOps, jint dsttype,
H A DOGLBufImgOps.c177 OGLBufImgOps_EnableConvolveOp(OGLContext *oglc, jlong pSrcOps, argument
182 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
387 OGLBufImgOps_EnableRescaleOp(OGLContext *oglc, jlong pSrcOps, argument
392 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
621 OGLBufImgOps_EnableLookupOp(OGLContext *oglc, jlong pSrcOps, argument
626 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
H A DOGLPaints.h59 jlong pSrcOps, jboolean filter,
H A DOGLBlitLoops.c445 OGLContext *oglc, jlong pSrcOps, jlong pDstOps,
451 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
566 OGLContext *oglc, jlong pSrcOps, jlong pDstOps,
572 SurfaceDataOps *srcOps = (SurfaceDataOps *)jlong_to_ptr(pSrcOps);
700 jlong pSrcOps, jlong pDstOps, jint dsttype,
704 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
444 OGLBlitLoops_IsoBlit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jboolean texture, jboolean rtt, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
565 OGLBlitLoops_Blit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jint srctype, jboolean texture, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
699 OGLBlitLoops_SurfaceToSwBlit(JNIEnv *env, OGLContext *oglc, jlong pSrcOps, jlong pDstOps, jint dsttype, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
H A DOGLPaints.c233 jlong pSrcOps, jboolean filter,
237 OGLSDOps *srcOps = (OGLSDOps *)jlong_to_ptr(pSrcOps);
231 OGLPaints_SetTexturePaint(OGLContext *oglc, jboolean useMask, jlong pSrcOps, jboolean filter, jdouble xp0, jdouble xp1, jdouble xp3, jdouble yp0, jdouble yp1, jdouble yp3) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.h42 D3DContext *d3dc, jlong pSrcOps, jlong pDstOps,
67 D3DContext *d3dc, jlong pSrcOps, jlong pDstOps,
77 jlong pSrcOps, jlong pDstOps, jint dsttype,
H A DD3DBufImgOps.h41 HRESULT D3DBufImgOps_EnableConvolveOp(D3DContext *oglc, jlong pSrcOps,
H A DD3DPaints.h55 jlong pSrcOps, jboolean filter,
H A DD3DBufImgOps.cpp42 D3DBufImgOps_EnableConvolveOp(D3DContext *d3dc, jlong pSrcOps, argument
49 D3DSDOps *srcOps = (D3DSDOps *)jlong_to_ptr(pSrcOps);
H A DD3DBlitLoops.cpp690 D3DContext *d3dc, jlong pSrcOps, jlong pDstOps,
696 D3DSDOps *srcOps = (D3DSDOps *)jlong_to_ptr(pSrcOps);
800 D3DContext *d3dc, jlong pSrcOps, jlong pDstOps,
806 SurfaceDataOps *srcOps = (SurfaceDataOps *)jlong_to_ptr(pSrcOps);
898 jlong pSrcOps, jlong pDstOps, jint dsttype,
902 D3DSDOps *srcOps = (D3DSDOps *)jlong_to_ptr(pSrcOps);
689 D3DBlitLoops_IsoBlit(JNIEnv *env, D3DContext *d3dc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jboolean texture, jboolean rtt, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
799 D3DBlitLoops_Blit(JNIEnv *env, D3DContext *d3dc, jlong pSrcOps, jlong pDstOps, jboolean xform, jint hint, jint srctype, jboolean texture, jint sx1, jint sy1, jint sx2, jint sy2, jdouble dx1, jdouble dy1, jdouble dx2, jdouble dy2) argument
897 D3DBlitLoops_SurfaceToSwBlit(JNIEnv *env, D3DContext *d3dc, jlong pSrcOps, jlong pDstOps, jint dsttype, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
H A DD3DPaints.cpp257 jlong pSrcOps, jboolean filter,
261 D3DSDOps *srcOps = (D3DSDOps *)jlong_to_ptr(pSrcOps);
255 D3DPaints_SetTexturePaint(D3DContext *d3dc, jboolean useMask, jlong pSrcOps, jboolean filter, jdouble xp0, jdouble xp1, jdouble xp3, jdouble yp0, jdouble yp1, jdouble yp3) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedMaskBlit.java151 long pSrcOps, int srcType,
149 enqueueTile(long buf, int bpos, SurfaceData srcData, long pSrcOps, int srcType, byte[] mask, int masklen, int maskoff, int maskscan, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
/openjdk7/jdk/src/share/native/sun/java2d/pipe/
H A DBufferedMaskBlit.c55 jobject srcData, jlong pSrcOps, jint srcType,
60 SurfaceDataOps *srcOps = (SurfaceDataOps *)jlong_to_ptr(pSrcOps);
52 Java_sun_java2d_pipe_BufferedMaskBlit_enqueueTile(JNIEnv *env, jobject mb, jlong buf, jint bpos, jobject srcData, jlong pSrcOps, jint srcType, jbyteArray maskArray, jint masklen, jint maskoff, jint maskscan, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument

Completed in 49 milliseconds