Searched defs:sx (Results 26 - 50 of 55) sorted by relevance

123

/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DCompositeCRenderer.java245 protected boolean blitImage(SunGraphics2D sg2d, Image img, boolean fliph, boolean flipv, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh, Color bgColor) { argument
289 int sx2 = (flipv == false) ? sx + sw : sx - sw;
291 g.drawImage(img, dx, dy, dx + dw, dy + dh, sx, sy, sx2, sy2, null);
H A DCRenderer.java390 native void doImage(SurfaceData sData, SurfaceData img, boolean fliph, boolean flipv, int w, int h, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh); argument
396 int sx = 0;
401 return scaleImage(sg2d, img, x, y, x + width, y + height, sx, sy, sx + iw, sy + ih, bgColor);
458 protected boolean blitImage(SunGraphics2D sg2d, Image img, boolean fliph, boolean flipv, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh, Color bgColor) { argument
461 surfaceData.blitImage(this, sg2d, imgSurfaceData, fliph, flipv, sx, sy, sw, sh, dx, dy, dw, dh, bgColor);
469 int sx = 0;
474 return blitImage(sg2d, img, false, false, sx, sy, width, height, dx, dy, width, height, bgColor);
477 // Copy img, clipped to sx, sy with width, height to sg2d @ dx, dy
478 protected boolean copyImage(SunGraphics2D sg2d, Image img, int dx, int dy, int sx, in argument
542 copyImage(SunGraphics2D sg2d, Image img, int dx, int dy, int sx, int sy, int width, int height, Color bgColor, ImageObserver observer) argument
641 doImage(SurfaceData sData, SurfaceData img, boolean fliph, boolean flipv, int w, int h, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh) argument
[all...]
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DBlitLoops.java367 int sx, int sy, int dx, int dy, int w, int h)
373 sx, sy, sx+w, sy+h,
415 int sx, int sy, int dx, int dy,
421 sx, sy, sx+w, sy+h,
437 int sx, int sy, int dx, int dy, int w, int h)
443 sx, sy, sx+w, sy+h,
485 int sx, in
365 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
412 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
435 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
482 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
508 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
552 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
603 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
627 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
648 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
695 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
729 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
794 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
832 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
[all...]
/openjdk7/jdk/src/share/demo/applets/Fractal/
H A DCLSFractal.java343 int xorg, int yorg, float sx, float sy) {
345 scaleX = sx;
347 X = x * sx;
342 CLSTurtle(float ang, float x, float y, int xorg, int yorg, float sx, float sy) argument
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLBlitLoops.java378 int sx, int sy, int dx, int dy, int w, int h)
384 sx, sy, sx+w, sy+h,
426 int sx, int sy, int dx, int dy,
432 sx, sy, sx+w, sy+h,
448 int sx, int sy, int dx, int dy, int w, int h)
454 sx, sy, sx+w, sy+h,
496 int sx, in
376 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
423 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
446 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
493 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
519 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
563 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
614 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
638 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
659 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
706 Transform(SurfaceData src, SurfaceData dst, Composite comp, Region clip, AffineTransform at, int hint, int sx, int sy, int dx, int dy, int w, int h) argument
740 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
776 Blit(SurfaceData src, SurfaceData dst, Composite comp, Region clip, int sx, int sy, int dx, int dy, int w, int h) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DValidatePipe.java192 int dx, int dy, int sx, int sy, int w, int h,
196 return sg.imagepipe.copyImage(sg, img, dx, dy, sx, sy, w, h,
191 copyImage(SunGraphics2D sg, Image img, int dx, int dy, int sx, int sy, int w, int h, Color bgColor, ImageObserver observer) argument
H A DRegion.java375 * the current Region object, scaled by the specified sx, sy factors.
377 public Region getScaledRegion(final double sx, final double sy) { argument
378 if (sx == 0 || sy == 0 || this == EMPTY_REGION) {
381 if ((sx == 1.0 && sy == 1.0) || (this == WHOLE_REGION)) {
385 int tlox = clipScale(lox, sx);
387 int thix = clipScale(hix, sx);
405 int x1 = clipScale(bands[i++], sx);
406 int x2 = clipScale(bands[i++], sx);
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/
H A DDasher.java56 private float sx, sy; field in class:Dasher
99 out.moveTo(sx, sy);
106 this.sx = this.x0 = x0;
552 lineTo(sx, sy);
555 out.moveTo(sx, sy);
559 moveTo(sx, sy);
564 out.moveTo(sx, sy);
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBlitLoops.c267 jint sx, sy, sw, sh; local
308 for (sx = sx1, dx = dx1; sx < sx2; sx += tw, dx += cdw) {
309 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
319 sx, srcInfo->pixelStride,
331 j2d_glPixelStorei(GL_UNPACK_SKIP_PIXELS, sx);
350 jint newsx = srcOps->xOffset + sx;
770 J2dTraceLn4(J2D_TRACE_VERBOSE, " sx
[all...]
H A DOGLRenderQueue.c319 jint sx = NEXT_INT(b); local
330 sx, sy, dx, dy, w, h);
H A DOGLTextRenderer.c919 jint sx, sy, sw, sh; local
938 for (sx = 0; sx < w; sx += tw, x += tw) {
939 sw = ((sx + tw) > w) ? (w - sx) : tw;
942 sx, sy, x, y, sw, sh,
959 jint sx, sy, sw, sh, dxadj, dyadj; local
1002 for (sx = 0; sx <
[all...]
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRCompositeManager.java283 public void compositeBlit(XRSurfaceData src, XRSurfaceData dst, int sx, argument
285 con.renderComposite(compRule, src.picture, alphaMask, dst.picture, sx,
H A DXRBackend.java60 int sx, int sy, int dx, int dy,
59 putMaskImage(int drawable, long gc, byte[] imageData, int sx, int sy, int dx, int dy, int width, int height, int maskOff, int maskScan, float ea) argument
H A DXRBackendNative.java291 int sx, int sy, int dx, int dy,
294 putMaskNative(drawable, gc, imageData, sx, sy, dx, dy,
300 int sx, int sy, int dx, int dy,
308 int sx, int sy, int dx, int dy, int w, int h) {
318 sx, sy, dx, dy, w, h);
328 int sx, int sy, int dx, int dy,
290 putMaskImage(int drawable, long gc, byte[] imageData, int sx, int sy, int dx, int dy, int width, int height, int maskOff, int maskScan, float ea) argument
298 putMaskNative(int drawable, long gc, byte[] imageData, int sx, int sy, int dx, int dy, int width, int height, int maskOff, int maskScan, float ea, long xImg) argument
305 padBlit(byte op, int srcPict, int maskPict, int dstPict, AffineTransform maskTrx, int maskWidth, int maskHeight, int lastMaskWidth, int lastMaskHeight, int sx, int sy, int dx, int dy, int w, int h) argument
321 padBlitNative(byte op, int srcPict, int maskPict, int dstPict, int m00, int m01, int m02, int m10, int m11, int m12, int maskWidth, int maskHeight, int lastMaskWidth, int lastMaskHeight, int sx, int sy, int dx, int dy, int w, int h) argument
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java663 double sx, sy; // start field in class:LayoutPathImpl.SegmentPath.LineInfo
670 void set(double sx, double sy, double lx, double ly) { argument
671 this.sx = sx;
675 double dx = lx - sx;
685 this.sx = rhs.sx;
699 if (lx >= sx) {
700 if (sx < hi && lx >= lo) {
701 if (sx < l
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java231 private static long toUnsigned32(int sx) { argument
232 return ((long)sx << 32) >>> 32;
242 private static boolean hasNegativeCode(int sx, int S) { argument
250 return (0 > sx) && (sx >= ~(-1>>>S));
258 int sx;
261 sx = ~((int)ux >>> S);
264 sx = (int)ux - ((int)ux >>> S);
267 assert(!(S == 1) || sx == (((int)ux >>> 1) ^ -((int)ux & 1)));
268 return sx;
270 encodeSign32(int sx, int S) argument
292 writeInt(byte[] out, int[] outpos, int sx, int B, int H, int S) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DAffineTransform.java803 * [ sx 0 0 ]
807 * @param sx the factor by which coordinates are scaled along the
815 public static AffineTransform getScaleInstance(double sx, double sy) { argument
817 Tx.setToScale(sx, sy);
1624 * [ sx 0 0 ]
1628 * @param sx the factor by which coordinates are scaled along the
1634 public void scale(double sx, double sy) { argument
1642 m00 *= sx;
1648 m10 *= sx;
1664 m00 *= sx;
2118 setToScale(double sx, double sy) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFImageWriter.java818 int sx, int sdx, int sy, int sdy, int sw,
839 raster.getSamples(sx, sy, sw, 1, 0, sbuf);
817 writeRows(RenderedImage image, LZWCompressor compressor, int sx, int sdx, int sy, int sdy, int sw, int dy, int ddy, int dw, int dh, int numRowsWritten, int progressReportRowPeriod) argument
/openjdk7/jdk/src/windows/native/sun/java2d/windows/
H A DGDIRenderer.cpp320 long sx, sy, ex, ey; local
322 sx = ex = x + w;
332 AngleToCoord(angleStart, w, h, &sx, &sy);
333 sx += x + w/2;
343 ::Arc(hdc, x, y, x+w+1, y+h+1, sx, sy, ex, ey);
593 long sx, sy, ex, ey; local
601 AngleToCoord(angleStart, w, h, &sx, &sy);
602 sx += x + w/2;
611 ::Pie(hdc, x, y, x+w+1, y+h+1, sx, sy, ex, ey);
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DBlitLoops.cpp569 jint sx, sy, sw, sh; local
621 for (sx = sx1, dx = dx1; sx < sx2; sx += tw, dx += cdw) {
622 sw = ((sx + tw) > sx2) ? (sx2 - sx) : tw;
631 sx, sy, sw, sh,
634 RECT srcRect = { (LONG)sx, (LONG)sy,
635 (LONG)(sx+dw), (LONG)(sy+dh) };
644 sx, s
[all...]
H A DD3DRenderQueue.cpp456 jint sx = NEXT_INT(b); local
467 sx, sy, dx, dy, w, h);
H A DD3DTextRenderer.cpp596 jint sx, sy, sw, sh; local
621 for (sx = 0; sx < w; sx += tw, x += tw) {
622 sw = ((sx + tw) > w) ? (w - sx) : tw;
624 res = d3dc->GetMaskCache()->AddMaskQuad(sx, sy, x, y, sw, sh,
642 jint sx, sy, sw, sh; local
694 for (sx = 0; sx <
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekGraphics.java263 * [ sx 0 0 ]
268 public void scale(double sx, double sy) { argument
269 mGraphics.scale(sx, sy);
H A DProxyGraphics2D.java199 * [ sx 0 0 ]
204 public void scale(double sx, double sy) { argument
205 mGraphics.scale(sx, sy);
H A DRasterPrinterJob.java299 * The redrawing code needs to look at sx, sy to calculate the scale
306 double sx; // X scale from region to device resolution field in class:RasterPrinterJob.GraphicsState
410 Rectangle2D region, double sx, double sy) {
415 gstate.sx = sx;
2020 gstate.sx,
409 saveState(AffineTransform at, Shape clip, Rectangle2D region, double sx, double sy) argument

Completed in 155 milliseconds

123