HomeSort by relevance Sort by last modified time
    Searched refs:textHeight (Results 1 - 8 of 8) sorted by null

  /external/skia/src/views/
SkTextBox.cpp 179 SkScalar textHeight = fontHeight;
185 textHeight += scaledSpacing * (count - 1);
193 y = SkScalarHalf(height - textHeight);
197 y = height - textHeight;
  /frameworks/base/awt/org/apache/harmony/awt/gl/render/
JavaTextRenderer.java 137 int textHeight = gl.getPointHeight();
141 || (yDstSurf + textHeight < cMinY)) {
152 clHeight = Math.min(textHeight, cMaxY - yDstSurf);
155 clHeight = Math.min(cMaxY - cMinY, textHeight - (cMinY - yDstSurf));
223 int textHeight = gl.getPointHeight();
227 || (yDstSurf + textHeight < cMinY)) {
238 clHeight = Math.min(textHeight, cMaxY - yDstSurf);
241 clHeight = Math.min(cMaxY - cMinY, textHeight - (cMinY - yDstSurf));
  /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;
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridDrawables.java 117 float textHeight = (textHeightPow2 / (float) itemHeight) * height;
119 sTextGrid = GridQuad.createGridQuad(textWidth, textHeight, 0, textOffsetY, 1.0f, 1.0f, false);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 133 int textHeight = chooseSize(window, inputView, text, textView);
134 offy -= textView.getPaddingTop() + textHeight;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 163 int textHeight = chooseSize(window, inputView, text, textView);
164 offy -= textView.getPaddingTop() + textHeight;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 165 int textHeight = chooseSize(window, inputView, text, textView);
166 offy -= textView.getPaddingTop() + textHeight;
  /frameworks/base/core/java/android/text/
Layout.java     [all...]

Completed in 381 milliseconds