Searched refs:fFontStyle (Results 1 – 19 of 19) sorted by relevance
38 if (!(fFontStyle == other.fFontStyle)) { in equals()91 fFontStyle == that.fFontStyle && in equalsByFonts()137 return fFontStyle == other.fFontStyle && in matchOneAttribute()
12 return fFamilyNames == other.fFamilyNames && fFontStyle == other.fFontStyle; in operator ==()21 std::hash<uint32_t>()(key.fFontStyle.weight()) ^ in operator ()()22 std::hash<uint32_t>()(key.fFontStyle.slant()); in operator ()()
122 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(locale) { } in FontKey()124 SkFontStyle fFontStyle; member
13 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
768 return fUnicode == other.fUnicode && fFontStyle == other.fFontStyle && fLocale == other.fLocale; in operator ==()774 SkGoodHash()(key.fFontStyle) ^ in operator ()()
27 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()28 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()59 this->fFontStyle == rhs.fFontStyle &&66 SkFontStyle fFontStyle; member
53 : fFamilyNames(familyNames), fFontStyle(style) {} in FamilyKey()58 SkFontStyle fFontStyle; member
194 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()195 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()261 SkFontStyle fFontStyle; variable
41 , fFontStyle(style) { } in FontBlock()44 SkFontStyle fFontStyle; variable
33 SkFontStyle fFontStyle; member
34 result.fFontStyle.init(SkSVGFontStyle::Type::kNormal); in MakeInitial()
69 slant(*ctx.presentationContext().fInherited.fFontStyle)); in ResolveFont()
95 SkSVGProperty<SkSVGFontStyle , true> fFontStyle; member
46 sk_sp<SkTypeface> typeface = matchTypeface(block.fFontFamily, block.fFontStyle); in createFont()
36 *fs = fData->at(index).fFontStyle; in getStyle()
122 fontId->fFontStyle = get_style(font); in FontToIdentity()
121 fontId->fFontStyle = get_style(font); in FontToIdentity()