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

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java87 int graphWidth; field in class:FingerPrintGraph
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 * Mat
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
H A DCCHeadsUpDisplay.cpp169 float graphWidth = kPresentHistorySize; local
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/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 214 milliseconds