Searched refs:path0 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/sun/tools/native2ascii/
H A DNativeErrors.java63 String path0 = f0.getPath();
65 throw new Error("Input file should not exist: " + path0);
68 command = getComString(path0);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java1945 // {jbr} no assumptions about size of path0, path1 anymore.
1946 private GeneralPath boundingShape(double[] path0, double[] path1) { argument
1949 // points in path0 and path1. But we can get by with less than
1951 // join path0 to path1 from crossing each other. So, if we
1952 // traverse path0 from top to bottom, we'll traverse path1 from
1955 GeneralPath result = pathToShape(path0, false, null);
1960 sameDirection = (path0[1] > path0[path0.length-1]) ==
1964 sameDirection = (path0[
[all...]

Completed in 924 milliseconds