Searched refs:sdx (Results 1 - 3 of 3) sorted by relevance
/openjdk7/jdk/src/share/native/sun/awt/medialib/ |
H A D | mlib_ImageScanPoly.c | 69 mlib_s32 sdx, sdy; local 384 sdx = (mlib_s32) (a2 * div * (1 << shiftx)); 446 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; 450 if (sdx > 0) 451 sdx -= 1; 453 sdx += 1; 532 x_e = ((xRight - xLeft) * sdx + xs) >> shiftx; 536 if (sdx > 0) 537 sdx -= 1; 539 sdx [all...] |
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/ |
H A D | Stroker.java | 88 private float sx0, sy0, sdx, sdy; field in class:Stroker 95 // could be computed from sdx,sdy and cdx,cdy (and vice versa), but that 352 this.cdx = this.sdx = 1; 392 this.cdx = this.sdx = 1; 402 drawJoin(cdx, cdy, cx0, cy0, sdx, sdy, cmx, cmy, smx, smy); 503 this.sdx = dx;
|
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/gif/ |
H A D | GIFImageWriter.java | 818 int sx, int sdx, int sy, int sdy, int sw, 840 for (int i = 0, j = 0; i < dw; i++, j += sdx) { 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
|
Completed in 31 milliseconds