HomeSort by relevance Sort by last modified time
    Searched defs:TGAP (Results 1 - 3 of 3) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
FingerPrintGraph.java 48 static final int TGAP= 5; // gap between lines and labels
348 this.gc.drawString(label, labelxpos+TGAP, labelvpos, true);
360 int xi = labelxpos+TGAP+labelExtent.x;
440 this.gc.drawLine(x, MARGIN, x, this.graphHeight + TGAP);
447 this.gc.drawString(val, x - point.x / 2, this.graphHeight + TGAP, true);
473 this.gc.drawLine(x, MARGIN, x, this.graphHeight + TGAP);
480 this.gc.drawString(str, x - point.x / 2, this.graphHeight + TGAP, true);
538 this.gc.drawLine(MARGIN, MARGIN, MARGIN, yy + TGAP);
565 this.graphWidth= width - this.gc.stringExtent("-999.9%").x - TGAP - MARGIN; // reserve space //$NON-NLS-1$
BarGraph.java 28 private static final int TGAP= 5; // gap between lines and labels
101 w= width - maxNameLength - TGAP - 2 * MARGIN;
113 int w2= w / 2 - gc.stringExtent("-999.9").x - TGAP; // reserve space //$NON-NLS-1$
154 gc.drawLine(center, y, center, yy + TGAP);
162 gc.drawLine(center - x, y, center - x, yy + TGAP);
163 gc.drawLine(center + x, y, center + x, yy + TGAP);
169 gc.drawString(s3, center - x - es3.x / 2, yy + TGAP, true);
173 gc.drawString(s4, center + x - es4.x / 2, yy + TGAP, true);
253 gc.drawString(label, labelxpos + TGAP, labelvpos, true);
255 gc.drawString(label, labelxpos - TGAP - labelExtent.x, labelvpos, true)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 158 milliseconds