OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:graphWidth
(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/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 2595 milliseconds