Home
last modified time | relevance | path

Searched refs:fFontStyle (Results 1 – 24 of 24) sorted by relevance

/third_party/flutter/skia/modules/skparagraph/src/
DTextStyle.cpp9 TextStyle::TextStyle() : fFontStyle() { in TextStyle()
38 if (!(fFontStyle == other.fFontStyle)) { in equals()
116 return fFontStyle == other.fFontStyle && fFontFamilies == other.fFontFamilies && in matchOneAttribute()
DFontCollection.cpp12 fFontStyle == other.fFontStyle; in operator ==()
18 std::hash<uint32_t>()(key.fFontStyle.weight()) ^ in operator ()()
19 std::hash<uint32_t>()(key.fFontStyle.slant()); in operator ()()
DParagraphStyle.cpp10 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
/third_party/skia/modules/skparagraph/src/
DTextStyle.cpp39 if (!(fFontStyle == other.fFontStyle)) { in equals()
95 fFontStyle == that.fFontStyle && in equalsByFonts()
142 return fFontStyle == other.fFontStyle && in matchOneAttribute()
DFontCollection.cpp12 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 ()()
DOneLineShaper.h125 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(locale) { } in FontKey()
127 SkFontStyle fFontStyle; member
DParagraphStyle.cpp12 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
DOneLineShaper.cpp777 return fUnicode == other.fUnicode && fFontStyle == other.fFontStyle && fLocale == other.fLocale; in operator ==()
783 SkGoodHash()(key.fFontStyle) ^ in operator ()()
/third_party/skia/modules/skparagraph/include/
DParagraphStyle.h27 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
DFontCollection.h53 : fFamilyNames(familyNames), fFontStyle(style) {} in FamilyKey()
58 SkFontStyle fFontStyle; member
DTextStyle.h194 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
195 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
264 SkFontStyle fFontStyle; variable
/third_party/skia/experimental/sktext/src/
DPaint.h26 , fFontStyle(fontStyle) { } in TrivialFontChain()
40 SkFontStyle fFontStyle; variable
47 , fFontStyle(fontStyle) { in MultipleFontChain()
67 SkFontStyle fFontStyle; variable
/third_party/flutter/skia/modules/skparagraph/include/
DParagraphStyle.h18 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
19 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
42 SkFontStyle fFontStyle; member
DFontCollection.h48 : fFontFamily(family), fLocale(loc), fFontStyle(style) {} in FamilyKey()
54 SkFontStyle fFontStyle; member
DTextStyle.h105 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
106 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
149 SkFontStyle fFontStyle; variable
/third_party/skia/include/ports/
DSkRemotableFontMgr.h33 SkFontStyle fFontStyle; member
/third_party/flutter/skia/include/ports/
DSkRemotableFontMgr.h33 SkFontStyle fFontStyle; member
/third_party/skia/modules/svg/src/
DSkSVGAttribute.cpp34 result.fFontStyle.init(SkSVGFontStyle::Type::kNormal); in MakeInitial()
DSkSVGText.cpp69 slant(*ctx.presentationContext().fInherited.fFontStyle)); in ResolveFont()
/third_party/skia/modules/svg/include/
DSkSVGAttribute.h95 SkSVGProperty<SkSVGFontStyle , true> fFontStyle; member
/third_party/skia/src/fonts/
DSkFontMgr_indirect.cpp36 *fs = fData->at(index).fFontStyle; in getStyle()
/third_party/flutter/skia/src/fonts/
DSkFontMgr_indirect.cpp36 *fs = fData->at(index).fFontStyle; in getStyle()
/third_party/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp122 fontId->fFontStyle = get_style(font); in FontToIdentity()
/third_party/flutter/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp122 fontId->fFontStyle = get_style(font); in FontToIdentity()