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

12

/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLMaskBlit.c42 jint dstx, jint dsty,
86 j2d_glTexCoord2f(tx1, ty1); j2d_glVertex2i(dstx, dsty);
87 j2d_glTexCoord2f(tx2, ty1); j2d_glVertex2i(dstx + width, dsty);
88 j2d_glTexCoord2f(tx2, ty2); j2d_glVertex2i(dstx + width, dsty + height);
89 j2d_glTexCoord2f(tx1, ty2); j2d_glVertex2i(dstx, dsty + height);
41 OGLMaskBlit_MaskBlit(JNIEnv *env, OGLContext *oglc, jint dstx, jint dsty, jint width, jint height, void *pPixels) argument
H A DOGLVertexCache.c216 jint dstx, jint dsty,
264 dx1 = (jfloat)dstx;
214 OGLVertexCache_AddMaskQuad(OGLContext *oglc, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jint maskscan, void *mask) argument
H A DOGLBlitLoops.c701 jint srcx, jint srcy, jint dstx, jint dsty,
726 dstInfo.bounds.x1 = dstx;
728 dstInfo.bounds.x2 = dstx + width;
740 srcx - dstx, srcy - dsty);
751 dstx = dstInfo.bounds.x1;
756 j2d_glPixelStorei(GL_PACK_SKIP_PIXELS, dstx);
773 dstx, dsty);
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
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DCustomComponent.java80 int dstx, int dsty,
85 * - operation area (dstx, dsty, w, h)
92 Region ret = Region.getInstanceXYWH(dstx, dsty, w, h);
96 r.translate(dstx - srcx, dsty - srcy);
118 int srcx, int srcy, int dstx, int dsty, int w, int h)
123 Raster dstRast = dst.getRaster(dstx, dsty, w, h);
129 dstx, dsty, w, h);
136 srcx -= dstx;
173 int srcx, int srcy, int dstx, int dsty, int w, int h)
180 (WritableRaster) dst.getRaster(dstx, dst
77 getRegionOfInterest(SurfaceData src, SurfaceData dst, Region clip, int srcx, int srcy, int dstx, int dsty, int w, int h) argument
116 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int w, int h) argument
171 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int w, int h) argument
226 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int w, int h) argument
[all...]
H A DBlitBg.java114 int dstx, int dsty,
152 int dstx, int dsty,
181 0, 0, dstx, dsty, width, height);
209 int srcx, int srcy, int dstx, int dsty,
214 srcx, srcy, dstx, dsty, width, height);
110 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
146 BlitBg(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int bgArgb, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
206 BlitBg(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int bgColor, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DTransformBlit.java106 int srcx, int srcy, int dstx, int dsty,
149 int srcx, int srcy, int dstx, int dsty,
154 srcx, srcy, dstx, dsty, width, height);
103 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
146 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DBlit.java110 int dstx, int dsty,
153 int dstx, int dsty,
163 (WritableRaster) dstData.getRaster(dstx, dsty, width, height);
166 clip = Region.getInstanceXYWH(dstx, dsty, width, height);
168 int span[] = {dstx, dsty, dstx+width, dsty+height};
170 srcx -= dstx;
201 int dstx, int dsty,
205 srcx, srcy, dstx, dsty,
246 int dstx, in
107 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
148 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
196 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
241 Blit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
322 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
[all...]
H A DMaskBlit.java107 int dstx, int dsty,
172 int dstx, int dsty,
200 dx = dstx;
209 dst = convertFrom(convertdst, dstData, dstx, dsty,
226 dstx, dsty, width, height);
254 int srcx, int srcy, int dstx, int dsty,
260 srcx, srcy, dstx, dsty, width, height,
104 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
167 MaskBlit(SurfaceData srcData, SurfaceData dstData, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte mask[], int offset, int scan) argument
252 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DMaskBlit.cpp40 jint dstx, jint dsty,
91 dx1 = (jfloat)dstx;
39 D3DMaskBlit_MaskBlit(JNIEnv *env, D3DContext *d3dc, jint dstx, jint dsty, jint width, jint height, void *pPixels) argument
H A DD3DMaskCache.cpp98 int dstx, int dsty,
150 dx1 = (float)dstx;
97 AddMaskQuad(int srcx, int srcy, int dstx, int dsty, int width, int height, int maskscan, void *mask) argument
H A DD3DBlitLoops.cpp133 jint dstx, jint dsty)
159 dstx, pDstInfo->pixelStride,
208 jint dstx, jint dsty)
212 RECT r = { dstx, dsty, dstx+srcWidth, dsty+srcHeight };
233 dstx = 0;
252 dstx, dstInfo.pixelStride,
899 jint srcx, jint srcy, jint dstx, jint dsty,
925 dstInfo.bounds.x1 = dstx;
927 dstInfo.bounds.x2 = dstx
129 D3DBL_CopySurfaceToIntArgbImage(IDirect3DSurface9 *pSurface, SurfaceDataRasInfo *pDstInfo, jint srcx, jint srcy, jint srcWidth, jint srcHeight, jint dstx, jint dsty) argument
203 D3DBL_CopyImageToIntXrgbSurface(SurfaceDataRasInfo *pSrcInfo, int srctype, D3DResource *pDstSurfaceRes, jint srcx, jint srcy, jint srcWidth, jint srcHeight, jint dstx, jint dsty) 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
[all...]
H A DD3DRenderQueue.cpp488 jint dstx = NEXT_INT(b); local
494 dstx, dsty, width, height, b);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DBlit.c40 jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height)
72 dstInfo.bounds.x1 = dstx;
74 dstInfo.bounds.x2 = dstx + width;
76 srcx -= dstx;
37 Java_sun_java2d_loops_Blit_Blit(JNIEnv *env, jobject self, jobject srcData, jobject dstData, jobject comp, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
H A DBlitBg.c40 jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height)
72 dstInfo.bounds.x1 = dstx;
74 dstInfo.bounds.x2 = dstx + width;
76 srcx -= dstx;
36 Java_sun_java2d_loops_BlitBg_BlitBg(JNIEnv *env, jobject self, jobject srcData, jobject dstData, jobject comp, jobject clip, jint bgColor, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
H A DMaskBlit.c40 jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height,
72 dstInfo.bounds.x1 = dstx;
74 dstInfo.bounds.x2 = dstx + width;
76 srcx -= dstx;
109 maskoff += ((span.y1 - dsty) * maskscan + (span.x1 - dstx));
37 Java_sun_java2d_loops_MaskBlit_MaskBlit(JNIEnv *env, jobject self, jobject srcData, jobject dstData, jobject comp, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jbyteArray maskArray, jint maskoff, jint maskscan) argument
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRMaskBlit.java65 int srcy, int dstx, int dsty, int w, int h, int maskoff,
69 Region clip, int srcx, int srcy, int dstx, int dsty, int width,
88 srcx, srcy, 0, 0, dstx, dsty, width, height);
64 maskBlit(long srcXsdo, long dstxsdo, int srcx, int srcy, int dstx, int dsty, int w, int h, int maskoff, int maskscan, int masklen, byte[] mask) argument
68 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
H A DXRPMBlitLoops.java239 public Rectangle getCompositeBounds(AffineTransform tr, int dstx, int dsty, int width, int height) { argument
241 compBounds[0] = dstx;
243 compBounds[2] = dstx + width;
245 compBounds[4] = dstx + width;
247 compBounds[6] = dstx;
266 int dstx, int dsty, int width, int height) {
277 Rectangle bounds = getCompositeBounds(xform, dstx, dsty, width, height);
390 public void Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int sx, int sy, int dstx, argument
396 pmToSurfaceBlit.Transform(vImgSurface, dst, comp, clip, xform, hint, 0, 0, dstx, dsty, w, h);
265 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int srcx, int srcy, int dstx, int dsty, int width, int height) argument
H A DXRBackend.java57 int width, int height, int dstx, int dsty);
56 copyArea(int src, int dst, long gc, int srcx, int srcy, int width, int height, int dstx, int dsty) argument
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIBlitLoops.cpp55 jint dstx, jint dsty,
86 SurfaceDataBounds dstBounds = {dstx, dsty, dstx + width, dsty + height};
90 dstx - srcx, dsty - srcy);
94 dstx = dstBounds.x1;
193 SetDIBitsToDevice(hDC, dstx, dsty, width, height,
201 SetDIBitsToDevice(hDC, dstx, dsty+i, width, 1,
50 Java_sun_java2d_windows_GDIBlitLoops_nativeBlit(JNIEnv *env, jobject joSelf, jobject srcData, jobject dstData, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height, jint rmask, jint gmask, jint bmask, jboolean needLut) argument
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DBufferedMaskBlit.java94 int dstx, int dsty,
111 srcx, srcy, dstx, dsty,
140 srcx, srcy, dstx, dsty,
154 int srcx, int srcy, int dstx, int dsty,
91 MaskBlit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int srcx, int srcy, int dstx, int dsty, int width, int height, byte[] mask, int maskoff, int maskscan) argument
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.c57 jint srcx, jint srcy, jint dstx, jint dsty,
154 pBuf[1] = dstx;
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
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11PMBlitLoops.c38 jint dstx, jint dsty,
81 span.x1 = dstx;
83 span.x2 = dstx + width;
88 dstx - srcx, dsty - srcy);
91 dstx = span.x1;
95 XSetClipOrigin(awt_display, xgc, dstx - srcx, dsty - srcy);
102 srcx -= dstx;
132 jint dstx, jint dsty,
177 dstBounds.x1 = dstx;
179 dstBounds.x2 = dstx
33 Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit(JNIEnv *env, jobject joSelf, jlong srcData, jlong dstData, jlong gc, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
127 Java_sun_java2d_x11_X11PMBlitBgLoops_nativeBlitBg(JNIEnv *env, jobject joSelf, jlong srcData, jlong dstData, jlong xgc, jint pixel, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
[all...]
H A DX11Renderer.c967 jint dstx, jint dsty,
985 srcx, srcy, width, height, dstx, dsty);
963 Java_sun_java2d_x11_X11Renderer_devCopyArea(JNIEnv *env, jobject xr, jlong xsd, jlong gc, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c589 jint srcx, srcy, dstx, dsty, width, height; local
605 srcx = srcy = dstx = dsty = 0;
615 j2d_glPixelStorei(GL_PACK_SKIP_PIXELS, dstx);
/openjdk7/jdk/src/solaris/classes/sun/java2d/x11/
H A DX11Renderer.java418 int dstx, int dsty,
518 int dstx, int dsty,
522 super.devCopyArea(sdOps, xgc, srcx, srcy, dstx, dsty, w, h);
416 devCopyArea(long sdOps, long xgc, int srcx, int srcy, int dstx, int dsty, int w, int h) argument
516 devCopyArea(long sdOps, long xgc, int srcx, int srcy, int dstx, int dsty, int w, int h) argument

Completed in 69 milliseconds

12