Home
last modified time | relevance | path

Searched refs:GetFontStyle (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h33 uint32_t GetFontStyle() const { return m_dwStyle; } in GetFontStyle() function
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h66 CFX_CSSFontStyle GetFontStyle() const;
Dcfx_csscomputedstyle.cpp48 CFX_CSSFontStyle CFX_CSSComputedStyle::GetFontStyle() const { in GetFontStyle() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp361 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()