OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:textHeight
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/third_party/skia/gm/
lcdtext.cpp
22
textHeight
= SkIntToScalar(pointSize);
35
y =
textHeight
;
55
paint.setTextSize(
textHeight
);
58
y +=
textHeight
;
63
SkScalar y,
textHeight
;
verttext2.cpp
23
textHeight
= SkIntToScalar(pointSize);
51
y =
textHeight
;
67
canvas->translate(
textHeight
* 4, SkIntToScalar(50));
82
paint.setTextSize(
textHeight
);
87
y +=
textHeight
;
92
SkScalar y,
textHeight
;
/external/chromium_org/third_party/skia/src/views/
SkTextBox.cpp
201
SkScalar
textHeight
= fontHeight;
207
textHeight
+= scaledSpacing * (count - 1);
215
y = SkScalarHalf(height -
textHeight
);
219
y = height -
textHeight
;
/bootable/recovery/
screen_ui.cpp
105
int
textHeight
= gr_get_height(text_surface);
111
iconY = (gr_fb_height() - (iconHeight+
textHeight
+40+sh)) / 2;
114
int textY = ((gr_fb_height() - (iconHeight+
textHeight
+40+sh)) / 2) + iconHeight + 40;
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java
196
int
textHeight
= ascent + descent;
201
int height = Math.max(minHeight,
textHeight
+ padHeight);
206
int centerOffsetHeight = (effectiveTextHeight -
textHeight
) / 2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java
71
int
textHeight
= 16;
74
titleHeight=
textHeight
+ GAP;
75
return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP +
textHeight
+ MARGIN;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
/development/samples/training/AnimationsDemo/libs/
android-support-v13.jar
/development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar
/development/samples/training/location-aware/libs/
android-support-v4.jar
/development/samples/ControllerSample/libs/
android-support-v4.jar
/development/samples/training/ContactsList/libs/
android-support-v4.jar
/development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar
/development/samples/training/InteractiveChart/libs/
android-support-v4.jar
/development/samples/training/NavigationDrawer/libs/
android-support-v4.jar
/developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar
Completed in 639 milliseconds