Searched defs:dstx (Results 26 - 29 of 29) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLRenderQueue.c350 jint dstx = NEXT_INT(b); local
356 dstx, dsty, width, height, b);
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRBackendNative.java77 int dstx, int dsty);
75 copyArea(int src, int dst, long gc, int srcx, int srcy, int width, int height, int dstx, int dsty) argument
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRBackendNative.c359 jint srcx, jint srcy, jint width, jint height, jint dstx, jint dsty) {
361 (GC) jlong_to_ptr(gc), srcx, srcy, width, height, dstx, dsty); local
357 Java_sun_java2d_xr_XRBackendNative_copyArea(JNIEnv *env, jobject this, jint src, jint dst, jlong gc, jint srcx, jint srcy, jint width, jint height, jint dstx, jint dsty) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.cpp1149 jint dstx, jint dsty,
1165 RECT r = { dstx, dsty, dstx+srcWidth, dsty+srcHeight };
1179 // contents of dynamic textures and dstx,dsty for this case is
1148 UploadTileToTexture(D3DResource *pTextureRes, void *pixels, jint dstx, jint dsty, jint srcx, jint srcy, jint srcWidth, jint srcHeight, jint srcStride, TileFormat srcFormat, jint *pPixelsTouchedL, jint* pPixelsTouchedR) argument

Completed in 42 milliseconds

12