Searched refs:linelen (Results 1 - 3 of 3) sorted by relevance
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/packaging/mime/internet/ |
| H A D | MimeUtility.java | 1350 int linelen = 0; 1374 linelen = 0; 1376 linelen++; 1377 if (linelen > 998) // 1000 - CRLF 1435 private int linelen = 0; field in class:AsciiOutputStream 1467 linelen = 0; 1469 linelen++; 1470 if (linelen > 998) // 1000 - CRLF
|
| /openjdk7/jdk/src/share/classes/sun/java2d/pisces/ |
| H A D | Dasher.java | 516 final float len = Helpers.linelen(x0, y0, x1, y1); 523 final float lineLen = Helpers.linelen(curve[0], curve[1], curve[curveType-2], curve[curveType-1]);
|
| H A D | Helpers.java | 200 acc += linelen(poly[i], poly[i+1], poly[i-2], poly[i-1]); 205 static float linelen(float x1, float y1, float x2, float y2) { method in class:Helpers
|
Completed in 109 milliseconds