Home
last modified time | relevance | path

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

/external/skia/modules/skparagraph/src/
DTextStyle.cpp9 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()
DFontCollection.cpp11 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 ()()
DParagraphStyle.cpp10 fFontStyle = SkFontStyle::Normal(); in StrutStyle()
/external/skia/modules/skparagraph/include/
DParagraphStyle.h19 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
DFontCollection.h52 : fFamilyNames(familyNames), fFontStyle(style) {} in FamilyKey()
57 SkFontStyle fFontStyle; member
DTextStyle.h195 SkFontStyle getFontStyle() const { return fFontStyle; } in getFontStyle()
196 void setFontStyle(SkFontStyle fontStyle) { fFontStyle = fontStyle; } in setFontStyle()
250 SkFontStyle fFontStyle; variable
/external/skqp/include/ports/
DSkRemotableFontMgr.h33 SkFontStyle fFontStyle; member
/external/skia/include/ports/
DSkRemotableFontMgr.h33 SkFontStyle fFontStyle; member
/external/skqp/src/fonts/
DSkFontMgr_indirect.cpp36 *fs = fData->at(index).fFontStyle; in getStyle()
/external/skia/src/fonts/
DSkFontMgr_indirect.cpp36 *fs = fData->at(index).fFontStyle; in getStyle()
/external/skqp/src/ports/
DSkRemotableFontMgr_win_dw.cpp121 fontId->fFontStyle = get_style(font); in FontToIdentity()
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp122 fontId->fFontStyle = get_style(font); in FontToIdentity()