Home
last modified time | relevance | path

Searched refs:mFontStyle (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/fonts/
DFont.java457 private final FontStyle mFontStyle; field in Font
470 mFontStyle = fontStyle; in Font()
505 return mFontStyle; in getStyle()
555 return mFontStyle.equals(f.mFontStyle) && f.mTtcIndex == mTtcIndex in equals()
562 return Objects.hash(mFontStyle, mTtcIndex, Arrays.hashCode(mAxes), mBuffer, mLocaleList); in hashCode()
569 + ", style=" + mFontStyle in toString()
/frameworks/base/native/android/
Dsystem_fonts.cpp75 minikin::FontStyle mFontStyle; member
238 matcher->mFontStyle = minikin::FontStyle( in AFontMatcher_setStyle()
262 matcher->mFontStyle, in AFontMatcher_match()