HomeSort by relevance Sort by last modified time
    Searched refs:graphHeight (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 88 int graphHeight;
440 this.gc.drawLine(x, MARGIN, x, this.graphHeight + TGAP);
447 this.gc.drawString(val, x - point.x / 2, this.graphHeight + TGAP, true);
454 this.gc.drawLine(0, this.graphHeight, this.graphWidth, this.graphHeight);
473 this.gc.drawLine(x, MARGIN, x, this.graphHeight + TGAP);
480 this.gc.drawString(str, x - point.x / 2, this.graphHeight + TGAP, true);
504 this.gc.drawLine(0, this.graphHeight, this.graphWidth, this.graphHeight);
554 this.graphHeight = MARGIN + this.count * LINE_HEIGHT
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
timeline_explorer.js 154 var graphHeight = windowHeight - switcherNode.offsetTop - switcherNode.offsetHeight - 20;
157 containerNode.style.height = graphHeight + 'px';
159 inspectorNode.style.height = graphHeight + 'px';
166 height: graphHeight,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 38 milliseconds