Searched refs:CFX_CSSFontStyle (Results 1 – 6 of 6) sorted by relevance
34 CFX_CSSFontStyle m_eFontStyle;62 CFX_CSSFontStyle GetFontStyle() const;67 void SetFontStyle(CFX_CSSFontStyle eFontStyle);
49 CFX_CSSFontStyle CFX_CSSComputedStyle::GetFontStyle() const { in GetFontStyle()69 void CFX_CSSComputedStyle::SetFontStyle(CFX_CSSFontStyle eFontStyle) { in SetFontStyle()180 m_eFontStyle(CFX_CSSFontStyle::Normal), in InheritedData()
73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
461 CFX_CSSFontStyle CFX_CSSStyleSelector::ToFontStyle( in ToFontStyle()466 return CFX_CSSFontStyle::Italic; in ToFontStyle()468 return CFX_CSSFontStyle::Normal; in ToFontStyle()
145 enum class CFX_CSSFontStyle : uint8_t { enum
138 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()139 : CFX_CSSFontStyle::Normal); in CreateRootStyle()350 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()