HomeSort by relevance Sort by last modified time
    Searched defs:charHeight (Results 1 - 4 of 4) sorted by null

  /packages/apps/Terminal/src/com/android/terminal/
TerminalView.java 80 int charHeight;
104 charHeight = (int) Math.ceil(fm.descent - fm.top);
253 final int rows = h / mMetrics.charHeight;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 404 int charWidth,charHeight,bmapWidth,bmapHeight,numBytes,res;
416 charHeight = size.cy;
419 bmapHeight = charHeight;
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 106 public int charHeight = -1;
417 charHeight = (int) Math.ceil(fm.descent - fm.top);
476 newRows = height / charHeight;
507 int borderY = (rows * charHeight) + 1;
627 canvas.clipRect(c * charWidth, l * charHeight, (c + 2) * charWidth, (l + 1)
628 * charHeight);
630 canvas.clipRect(c * charWidth, l * charHeight, (c + addr) * charWidth, (l + 1)
631 * charHeight);
639 (l * charHeight) - charTop, defaultPaint);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 163 int charHeight = (bounds.bottom - bounds.top);
171 float charWidth = charState.draw(canvas, currentDrawPosition, charHeight, yPosition,
678 public float draw(Canvas canvas, float currentDrawPosition, int charHeight, float yPosition,
684 float currYPosition = yPosition + charHeight / 2.0f * currentTextSizeFactor
685 + charHeight * currentTextTranslationY * 0.8f;

Completed in 486 milliseconds