Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_bookmark.h27 uint32_t GetFontStyle() const;
Dcpdf_bookmark.cpp39 uint32_t CPDF_Bookmark::GetFontStyle() const { in GetFontStyle() function in CPDF_Bookmark
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h27 uint32_t GetFontStyle() const { return m_dwStyle; } in GetFontStyle() function
/external/pdfium/core/fxcrt/css/
Dcfx_csscomputedstyle.h62 CFX_CSSFontStyle GetFontStyle() const;
Dcfx_csscomputedstyle.cpp49 CFX_CSSFontStyle CFX_CSSComputedStyle::GetFontStyle() const { in GetFontStyle() function in CFX_CSSComputedStyle
/external/pdfium/xfa/fxfa/
Dcxfa_textparser.cpp350 if (pStyle->GetFontStyle() == CFX_CSSFontStyle::Italic) in GetFont()