Searched refs:sy0 (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/sun/java2d/pisces/ |
H A D | Stroker.java | 88 private float sx0, sy0, sdx, sdy; field in class:Stroker 91 // vectors that when added to (sx0,sy0) and (cx0,cy0) respectively yield the 351 this.sy0 = this.cy0 = y0; 398 if (cx0 != sx0 || cy0 != sy0) { 399 lineTo(sx0, sy0); 404 emitLineTo(sx0 + smx, sy0 + smy); 406 emitMoveTo(sx0 - smx, sy0 - smy); 441 drawRoundCap(sx0, sy0, -smx, -smy); 443 emitLineTo(sx0 + smy - smx, sy0 - smx - smy); 444 emitLineTo(sx0 + smy + smx, sy0 [all...] |
Completed in 36 milliseconds