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