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.h34 CFX_CSSFontStyle m_eFontStyle;
62 CFX_CSSFontStyle GetFontStyle() const;
67 void SetFontStyle(CFX_CSSFontStyle eFontStyle);
Dcfx_csscomputedstyle.cpp49 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()
Dcfx_cssstyleselector.h73 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
Dcfx_cssstyleselector.cpp461 CFX_CSSFontStyle CFX_CSSStyleSelector::ToFontStyle( in ToFontStyle()
466 return CFX_CSSFontStyle::Italic; in ToFontStyle()
468 return CFX_CSSFontStyle::Normal; in ToFontStyle()
Dcfx_css.h145 enum class CFX_CSSFontStyle : uint8_t { enum
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp138 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()
139 : CFX_CSSFontStyle::Normal); in CreateRootStyle()
350 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()