HomeSort by relevance Sort by last modified time
    Searched refs:getCharWidth (Results 1 - 25 of 39) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
TypefaceUtils.java 56 public static float getCharWidth(final char[] referenceChar, final Paint paint) {
KeyboardView.java 364 final float labelCharWidth = TypefaceUtils.getCharWidth(
447 + TypefaceUtils.getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) * 2.0f;
454 - TypefaceUtils.getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2.0f;
461 - TypefaceUtils.getCharWidth(KEY_NUMERIC_HINT_LABEL_REFERENCE_CHAR, paint)
516 - TypefaceUtils.getCharWidth(KEY_LABEL_REFERENCE_CHAR, paint) / 2.0f;
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 68 CGM.getContext().getCharWidth();
75 CGM.getContext().getCharWidth();
119 uint64_t BitOffset = FieldBitOffset % CGF.CGM.getContext().getCharWidth();
CodeGenTBAA.cpp 197 Layout.getFieldOffset(idx) / Context.getCharWidth();
CGExprConstant.cpp 165 const uint64_t CharWidth = Context.getCharWidth();
    [all...]
CGRecordLayoutBuilder.cpp 393 assert(fieldOffset % Types.getTarget().getCharWidth() == 0
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
CGClass.cpp 784 CGF.getContext().getCharWidth() - 1;
    [all...]
CGDebugInfo.cpp     [all...]
CGExprScalar.cpp     [all...]
CodeGenModule.cpp 637 unsigned alignment = D->getMaxAlignment() / Context.getCharWidth();
    [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 199 Twine(BitWidth / TI.getCharWidth()));
483 assert(TI.getCharWidth() == 8 && "Only support 8-bit char so far");
486 DefineTypeSize("__SCHAR_MAX__", TI.getCharWidth(), "", true, Builder);
548 Builder.defineMacro("__INT" + Twine(TI.getCharWidth()) + "_TYPE__",
551 if (TI.getShortWidth() > TI.getCharWidth())
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 76 float width = getCharWidth(chars[index + i]);
86 private static float getCharWidth(char c) {
  /external/clang/lib/Lex/
LiteralSupport.cpp 26 static unsigned getCharWidth(tok::TokenKind kind, const TargetInfo &Target) {
32 return Target.getCharWidth();
911 assert(PP.getTargetInfo().getCharWidth() == 8 &&
    [all...]
PPExpressions.cpp 298 NumBits = TI.getCharWidth();
  /external/clang/include/clang/Basic/
TargetInfo.h 236 unsigned getCharWidth() const { return 8; } // FIXME
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 125 : Context(Context), CharWidth(Context.getCharWidth()), Class(Class) {
777 assert(Size % Context.getCharWidth() == 0);
788 assert(DataSize % Context.getCharWidth() == 0);
    [all...]
ASTContext.cpp     [all...]
Expr.cpp 724 CharByteWidth = target.getCharWidth();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp     [all...]
RegionStore.cpp 768 Length = ExtentInt.getLimitedValue() * SVB.getContext().getCharWidth();
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaExprCXX.cpp     [all...]

Completed in 551 milliseconds

1 2