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.h38 CFX_CSSFontStyle m_eFontStyle = CFX_CSSFontStyle::Normal;
67 CFX_CSSFontStyle GetFontStyle() const;
72 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()
Dcfx_cssstyleselector.h76 CFX_CSSFontStyle ToFontStyle(CFX_CSSPropertyValue eValue);
Dcfx_cssstyleselector.cpp455 CFX_CSSFontStyle CFX_CSSStyleSelector::ToFontStyle( in ToFontStyle()
460 return CFX_CSSFontStyle::Italic; in ToFontStyle()
462 return CFX_CSSFontStyle::Normal; in ToFontStyle()
Dcfx_css.h57 enum class CFX_CSSFontStyle : uint8_t { enum
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp152 pStyle->SetFontStyle(font->IsItalic() ? CFX_CSSFontStyle::Italic in CreateRootStyle()
153 : CFX_CSSFontStyle::Normal); in CreateRootStyle()
360 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()