HomeSort by relevance Sort by last modified time
    Searched refs:graphWidth (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 87 int graphWidth;
249 int baselineBarLength= (int) (baselineGraphValue / max * this.graphWidth);
250 int baselineErrorLength= (int) (baselineError / max * this.graphWidth / 2);
290 int currentBarLength= (int) (currentGraphValue / max * this.graphWidth);
291 int currentErrorLength= (int) (currentError / max * this.graphWidth / 2);
431 int gridWidth = (int) (this.graphWidth * gridValue / this.maxValue);
434 while (x < this.graphWidth) {
454 this.gc.drawLine(0, this.graphHeight, this.graphWidth, this.graphHeight);
467 while (x < this.graphWidth) {
501 x = MARGIN + (int) (this.graphWidth * Math.log(value) / max)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 169 float graphWidth = kPresentHistorySize;
173 ctx->fillRect(FloatRect(2, top, textWidth + graphWidth, height));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 154 milliseconds