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

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontPlatformDataAndroid.cpp 63 #define trace(num) SkDebugf("FontPlatformData%d %p %g %d %d\n", num, mTypeface, mTextSize, mFakeBold, mFakeItalic)
78 : mTypeface(NULL), mTextSize(0), mEmSizeInFontUnits(0), mFakeBold(false), mFakeItalic(false),
87 if (hashTableDeletedFontValue() != src.mTypeface) {
88 SkSafeRef(src.mTypeface);
91 mTypeface = src.mTypeface;
106 : mTypeface(tf), mTextSize(textSize), mEmSizeInFontUnits(0), mFakeBold(fakeBold), mFakeItalic(fakeItalic),
109 if (hashTableDeletedFontValue() != mTypeface) {
110 SkSafeRef(mTypeface);
118 : mTypeface(src.mTypeface), mTextSize(textSize), mEmSizeInFontUnits(src.mEmSizeInFontUnits), mFakeBold(src.mFa (…)
    [all...]
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 357 milliseconds