Searched refs:mFontStyle (Results 1 – 3 of 3) sorted by relevance
80 private final @NonNull FontStyle mFontStyle; field in FontUpdateRequest.Font87 mFontStyle = fontStyle; in Font()100 dest.writeInt(mFontStyle.getWeight()); in writeToParcel()101 dest.writeInt(mFontStyle.getSlant()); in writeToParcel()168 return mFontStyle; in getFontStyle()186 && mFontStyle.equals(font.mFontStyle) in equals()192 return Objects.hash(mPostScriptName, mFontStyle, mIndex, mFontVariationSettings); in hashCode()199 + ", mFontStyle=" + mFontStyle in toString()
518 private FontStyle mFontStyle = null; field in Font594 if (mFontStyle == null) { in getStyle()596 mFontStyle = new FontStyle( in getStyle()601 return mFontStyle; in getStyle()
100 minikin::FontStyle mFontStyle; member291 matcher->mFontStyle = minikin::FontStyle( in AFontMatcher_setStyle()315 matcher->mFontStyle, in AFontMatcher_match()321 fc->getBestFont(minikin::U16StringPiece(text, textLength), runs[0], matcher->mFontStyle) in AFontMatcher_match()