Searched refs:pointCount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/widgets/
H A DDiagramConnectionWidget.java68 private int pointCount; field in class:DiagramConnectionWidget
118 pointCount = newControlPoints.size();
119 xPoints = new int[pointCount];
120 yPoints = new int[pointCount];
126 for (int i = 0; i < pointCount; i++) {
178 g.drawPolyline(xPoints, yPoints, pointCount);
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphDefinitionTables.h67 le_uint16 pointCount; member in struct:AttachPointTable
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java261 private int pointCount; field in class:HierarchicalLayoutManager.WriteResult
353 pointCount += points.size();
437 pointCount += points.size();
490 System.out.println("Number of points: " + pointCount);

Completed in 36 milliseconds