/third_party/flutter/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 9 TextStyle::TextStyle() : fFontStyle() { in TextStyle() 38 if (!(fFontStyle == other.fFontStyle)) { in equals() 116 return fFontStyle == other.fFontStyle && fFontFamilies == other.fFontFamilies && in matchOneAttribute()
|
D | FontCollection.cpp | 12 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 ()()
|
D | ParagraphStyle.cpp | 10 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
|
/third_party/skia/modules/skparagraph/src/ |
D | TextStyle.cpp | 39 if (!(fFontStyle == other.fFontStyle)) { in equals() 95 fFontStyle == that.fFontStyle && in equalsByFonts() 142 return fFontStyle == other.fFontStyle && in matchOneAttribute()
|
D | FontCollection.cpp | 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 ()()
|
D | OneLineShaper.h | 125 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(locale) { } in FontKey() 127 SkFontStyle fFontStyle; member
|
D | ParagraphStyle.cpp | 12 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
|
D | OneLineShaper.cpp | 777 return fUnicode == other.fUnicode && fFontStyle == other.fFontStyle && fLocale == other.fLocale; in operator ==() 783 SkGoodHash()(key.fFontStyle) ^ in operator ()()
|
/third_party/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 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
|
D | FontCollection.h | 53 : fFamilyNames(familyNames), fFontStyle(style) {} in FamilyKey() 58 SkFontStyle fFontStyle; member
|
D | TextStyle.h | 194 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/ |
D | Paint.h | 26 , fFontStyle(fontStyle) { } in TrivialFontChain() 40 SkFontStyle fFontStyle; variable 47 , fFontStyle(fontStyle) { in MultipleFontChain() 67 SkFontStyle fFontStyle; variable
|
/third_party/flutter/skia/modules/skparagraph/include/ |
D | ParagraphStyle.h | 18 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle() 19 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle() 42 SkFontStyle fFontStyle; member
|
D | FontCollection.h | 48 : fFontFamily(family), fLocale(loc), fFontStyle(style) {} in FamilyKey() 54 SkFontStyle fFontStyle; member
|
D | TextStyle.h | 105 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/ |
D | SkRemotableFontMgr.h | 33 SkFontStyle fFontStyle; member
|
/third_party/flutter/skia/include/ports/ |
D | SkRemotableFontMgr.h | 33 SkFontStyle fFontStyle; member
|
/third_party/skia/modules/svg/src/ |
D | SkSVGAttribute.cpp | 34 result.fFontStyle.init(SkSVGFontStyle::Type::kNormal); in MakeInitial()
|
D | SkSVGText.cpp | 69 slant(*ctx.presentationContext().fInherited.fFontStyle)); in ResolveFont()
|
/third_party/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 95 SkSVGProperty<SkSVGFontStyle , true> fFontStyle; member
|
/third_party/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 36 *fs = fData->at(index).fFontStyle; in getStyle()
|
/third_party/flutter/skia/src/fonts/ |
D | SkFontMgr_indirect.cpp | 36 *fs = fData->at(index).fFontStyle; in getStyle()
|
/third_party/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 122 fontId->fFontStyle = get_style(font); in FontToIdentity()
|
/third_party/flutter/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 122 fontId->fFontStyle = get_style(font); in FontToIdentity()
|