Searched refs:mFontFamilies (Results 1 – 1 of 1) sorted by relevance
83 private final FontFamily_Delegate[] mFontFamilies; // the reference to FontFamily_Delegate. field in Typeface_Delegate93 mFontFamilies = fontFamilies; in Typeface_Delegate()127 new Typeface_Delegate(delegate.mFontFamilies, style, delegate.mWeight)); in nativeCreateFromTypeface()144 new Typeface_Delegate(delegate.mFontFamilies, style, weight)); in nativeCreateFromTypefaceWithExactStyle()175 new Typeface_Delegate(delegate.mFontFamilies, delegate.mStyle, weight); in nativeCreateWeightAlias()395 return new FontsIterator(mFontFamilies, variant, mWeight, mStyle);