Searched refs:CFX_CSSFontStyle (Results 1 – 6 of 6) sorted by relevance
35 CFX_CSSFontStyle m_eFontStyle;66 CFX_CSSFontStyle GetFontStyle() const;71 void SetFontStyle(CFX_CSSFontStyle eFontStyle);
48 CFX_CSSFontStyle CFX_CSSComputedStyle::GetFontStyle() const { in GetFontStyle()68 void CFX_CSSComputedStyle::SetFontStyle(CFX_CSSFontStyle eFontStyle) { in SetFontStyle()179 m_eFontStyle(CFX_CSSFontStyle::Normal), in InheritedData()
73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
463 CFX_CSSFontStyle CFX_CSSStyleSelector::ToFontStyle( in ToFontStyle()468 return CFX_CSSFontStyle::Italic; in ToFontStyle()470 return CFX_CSSFontStyle::Normal; in ToFontStyle()
146 enum class CFX_CSSFontStyle : uint8_t { enum
154 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()155 : CFX_CSSFontStyle::Normal); in CreateRootStyle()361 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()