Searched defs:dsty (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,
265 dy1 = (jfloat)dsty;
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,
727 dstInfo.bounds.y1 = dsty;
729 dstInfo.bounds.y2 = dsty + height;
740 srcx - dstx, srcy - dsty);
752 dsty = dstInfo.bounds.y1;
773 dstx, dsty);
782 j2d_glPixelStorei(GL_PACK_SKIP_ROWS, dsty);
786 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);
137 srcy -= dsty;
173 int srcx, int srcy, int dstx, int dsty, int w, int h)
180 (WritableRaster) dst.getRaster(dstx, dsty,
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};
171 srcy -= dsty;
201 int dstx, int dsty,
205 srcx, srcy, dstx, dsty,
246 int dstx, int dsty,
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,
201 dy = dsty;
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,
92 dy1 = (jfloat)dsty;
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,
151 dy1 = (float)dsty;
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)
160 dsty, pDstInfo->scanStride);
208 jint dstx, jint dsty)
212 RECT r = { dstx, dsty, dstx+srcWidth, dsty+srcHeight };
234 dsty = 0;
253 dsty, dstInfo.scanStride);
899 jint srcx, jint srcy, jint dstx, jint dsty,
926 dstInfo.bounds.y1 = dsty;
928 dstInfo.bounds.y2 = dsty
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.cpp489 jint dsty = 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)
73 dstInfo.bounds.y1 = dsty;
75 dstInfo.bounds.y2 = dsty + height;
77 srcy -= dsty;
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)
73 dstInfo.bounds.y1 = dsty;
75 dstInfo.bounds.y2 = dsty + height;
77 srcy -= dsty;
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,
73 dstInfo.bounds.y1 = dsty;
75 dstInfo.bounds.y2 = dsty + height;
77 srcy -= dsty;
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
242 compBounds[1] = dsty;
244 compBounds[3] = dsty;
246 compBounds[5] = dsty + height;
248 compBounds[7] = dsty + height;
266 int dstx, int dsty, int width, int height) {
277 Rectangle bounds = getCompositeBounds(xform, dstx, dsty, width, height);
391 int dsty, int w, int h) {
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
390 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform xform, int hint, int sx, int sy, int dstx, int dsty, int w, int h) 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);
95 dsty = dstBounds.y1;
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,
155 pBuf[2] = dsty;
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,
82 span.y1 = dsty;
84 span.y2 = dsty + height;
88 dstx - srcx, dsty - srcy);
92 dsty = span.y1;
95 XSetClipOrigin(awt_display, xgc, dstx - srcx, dsty - srcy);
103 srcy -= dsty;
132 jint dstx, jint dsty,
178 dstBounds.y1 = dsty;
180 dstBounds.y2 = dsty
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;
625 j2d_glPixelStorei(GL_PACK_SKIP_ROWS, dsty);
629 dsty++;
/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 1054 milliseconds

12