Searched refs:fFontStyle (Results 1 – 12 of 12) sorted by relevance
9 TextStyle::TextStyle() : fFontStyle() { in TextStyle()58 if (!(fFontStyle == other.fFontStyle)) { in equals()108 fFontStyle == that.fFontStyle && in equalsByFonts()156 return fFontStyle == other.fFontStyle && fFontFamilies == other.fFontFamilies && in matchOneAttribute()
11 return fFamilyNames == other.fFamilyNames && fFontStyle == other.fFontStyle; in operator ==()20 std::hash<uint32_t>()(key.fFontStyle.weight()) ^ in operator ()()21 std::hash<uint32_t>()(key.fFontStyle.slant()); in operator ()()
10 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
19 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()20 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()47 this->fFontStyle == rhs.fFontStyle &&54 SkFontStyle fFontStyle; member
52 : fFamilyNames(familyNames), fFontStyle(style) {} in FamilyKey()57 SkFontStyle fFontStyle; member
195 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()196 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()250 SkFontStyle fFontStyle; variable
33 SkFontStyle fFontStyle; member
36 *fs = fData->at(index).fFontStyle; in getStyle()
121 fontId->fFontStyle = get_style(font); in FontToIdentity()
122 fontId->fFontStyle = get_style(font); in FontToIdentity()