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

/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 201 milliseconds