Searched refs:mFontStyle (Results 1 – 3 of 3) sorted by relevance
79 private final @NonNull FontStyle mFontStyle; field in FontUpdateRequest.Font86 mFontStyle = fontStyle; in Font()99 dest.writeInt(mFontStyle.getWeight()); in writeToParcel()100 dest.writeInt(mFontStyle.getSlant()); in writeToParcel()167 return mFontStyle; in getFontStyle()185 && mFontStyle.equals(font.mFontStyle) in equals()191 return Objects.hash(mPostScriptName, mFontStyle, mIndex, mFontVariationSettings); in hashCode()198 + ", 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()
105 minikin::FontStyle mFontStyle; member303 matcher->mFontStyle = minikin::FontStyle( in AFontMatcher_setStyle()327 matcher->mFontStyle, in AFontMatcher_match()333 fc->getBestFont(minikin::U16StringPiece(text, textLength), runs[0], matcher->mFontStyle) in AFontMatcher_match()