Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextStyle.cpp38 if (!(fFontStyle == other.fFontStyle)) { in equals()
91 fFontStyle == that.fFontStyle && in equalsByFonts()
137 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.h122 : fUnicode(unicode), fFontStyle(fontStyle), fLocale(locale) { } in FontKey()
124 SkFontStyle fFontStyle; member
DParagraphStyle.cpp13 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
DOneLineShaper.cpp768 return fUnicode == other.fUnicode && fFontStyle == other.fFontStyle && fLocale == other.fLocale; in operator ==()
774 SkGoodHash()(key.fFontStyle) ^ in operator ()()
/external/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()
261 SkFontStyle fFontStyle; variable
/external/skia/experimental/sktext/include/
DProcessor.h41 , fFontStyle(style) { } in FontBlock()
44 SkFontStyle fFontStyle; variable
/external/skia/include/ports/
DSkRemotableFontMgr.h33 SkFontStyle fFontStyle; member
/external/skqp/include/ports/
DSkRemotableFontMgr.h33 SkFontStyle fFontStyle; member
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp34 result.fFontStyle.init(SkSVGFontStyle::Type::kNormal); in MakeInitial()
DSkSVGText.cpp69 slant(*ctx.presentationContext().fInherited.fFontStyle)); in ResolveFont()
/external/skia/modules/svg/include/
DSkSVGAttribute.h95 SkSVGProperty<SkSVGFontStyle , true> fFontStyle; member
/external/skia/experimental/sktext/src/
DShaper.cpp46 sk_sp<SkTypeface> typeface = matchTypeface(block.fFontFamily, block.fFontStyle); in createFont()
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp36 *fs = fData->at(index).fFontStyle; in getStyle()
/external/skqp/src/fonts/
DSkFontMgr_indirect.cpp36 *fs = fData->at(index).fFontStyle; in getStyle()
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp122 fontId->fFontStyle = get_style(font); in FontToIdentity()
/external/skqp/src/ports/
DSkRemotableFontMgr_win_dw.cpp121 fontId->fFontStyle = get_style(font); in FontToIdentity()