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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformData.h 65 : mTypeface(hashTableDeletedFontValue()) { }
67 return mTypeface == hashTableDeletedFontValue();
93 SkTypeface* typeface() const { return mTypeface; }
118 SkTypeface* mTypeface;
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 33 private final String mTypeface;
73 mTypeface = family;
79 mTypeface = "sans";
83 mTypeface = "serif";
87 mTypeface = "monospace";
91 mTypeface = null;
115 mTypeface = family;
123 mTypeface = src.readString();
147 dest.writeString(mTypeface);
169 return mTypeface;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 80 private Typeface_Delegate mTypeface;
865 delegate.mTypeface = Typeface_Delegate.getDelegate(typeface);
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 42 private Typeface mTypeface;
407 mTypeface = paint.mTypeface;
953 return mTypeface;
971 mTypeface = typeface;
    [all...]

Completed in 79 milliseconds