OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:titleHeight
(Results
1 - 6
of
6
) sorted by null
/external/skia/gm/
drawbitmaprect.cpp
112
SkScalar
titleHeight
= SK_Scalar1 * 24;
114
blackPaint.setTextSize(
titleHeight
);
119
titleHeight
, blackPaint);
121
canvas->translate(0, SK_Scalar1 * kPadY / 2 +
titleHeight
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java
74
int
titleHeight
= ee.y;
91
int bottom= bounds.height -
titleHeight
- PADDING;
98
//g.drawString(fTitle, (bounds.width - titleWidth) / 2,
titleHeight
, true);
101
g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-
titleHeight
, true);
145
shift= -(2*
titleHeight
+3); // above dot
148
g.drawString(thisItem.description, xposition+2, yposition+shift+
titleHeight
, true);
TimeLineGraph.java
38
int
titleHeight
= ee.y;
55
int bottom= bounds.height -
titleHeight
- PADDING;
65
g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-
titleHeight
, true);
67
g.drawString("TIME (not drawn to scale)", (right-left)/3+PADDING+
titleHeight
,bottom-PADDING+(
titleHeight
*2), true);
130
shift = -(2 *
titleHeight
+ 3); // above dot
135
+ shift +
titleHeight
, true);
BarGraph.java
72
int
titleHeight
= 0;
74
titleHeight
= textHeight + GAP;
75
return MARGIN +
titleHeight
+ n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 829 milliseconds