HomeSort by relevance Sort by last modified time
    Searched defs:BARHEIGHT (Results 1 - 2 of 2) 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/
BarGraph.java 26 private static final int BARHEIGHT= 8; // height of bar
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
150 gc.fillRectangle(0, y + i * (BARHEIGHT + GAP), width, BARHEIGHT + GAP);
153 int yy= y + bars.length * (BARHEIGHT + GAP);
223 gc.fillRectangle(center, y + (GAP / 2), barLength, BARHEIGHT);
224 gc.drawRectangle(center, y + (GAP / 2), barLength, BARHEIGHT);
226 gc.fillRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT);
227 gc.drawRectangle(center+barLength, y + (GAP / 2), -barLength, BARHEIGHT);
232 int h2= (BARHEIGHT + GAP)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 36 milliseconds