Home
last modified time | relevance | path

Searched refs:CFX_CSSFontStyle (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h35 CFX_CSSFontStyle m_eFontStyle;
66 CFX_CSSFontStyle GetFontStyle() const;
71 void SetFontStyle(CFX_CSSFontStyle eFontStyle);
Dcfx_csscomputedstyle.cpp48 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()
Dcfx_cssstyleselector.h73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
Dcfx_cssstyleselector.cpp463 CFX_CSSFontStyle CFX_CSSStyleSelector::ToFontStyle( in ToFontStyle()
468 return CFX_CSSFontStyle::Italic; in ToFontStyle()
470 return CFX_CSSFontStyle::Normal; in ToFontStyle()
Dcfx_css.h146 enum class CFX_CSSFontStyle : uint8_t { enum
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp154 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()
155 : CFX_CSSFontStyle::Normal); in CreateRootStyle()
361 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()