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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
TypefaceUtils.java 57 private static float getCharWidth(final char[] referenceChar, final Paint paint) {
92 return getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint);
96 return getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint);
  /external/clang/lib/Lex/
LiteralSupport.cpp 26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
32 return Target.getCharWidth();
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 72 float width = getCharWidth(chars[index + i]);
82 private static float getCharWidth(char c) {
  /external/clang/include/clang/Basic/
TargetInfo.h 262 unsigned getCharWidth() const { return 8; } // FIXME
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 431 milliseconds