Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_bookmark.h24 uint32_t GetFontStyle() const;
Dcpdf_bookmark.cpp30 uint32_t CPDF_Bookmark::GetFontStyle() const { in GetFontStyle() function in CPDF_Bookmark
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.h26 uint32_t GetFontStyle() const { return m_dwStyle; } in GetFontStyle() function
/external/pdfium/xfa/fde/css/
Dcfde_csscomputedstyle.h63 FDE_CSSFontStyle GetFontStyle() const;
Dcfde_csscomputedstyle.cpp49 FDE_CSSFontStyle CFDE_CSSComputedStyle::GetFontStyle() const { in GetFontStyle() function in CFDE_CSSComputedStyle
/external/pdfium/xfa/fxfa/app/
Dcxfa_textparser.cpp355 if (pStyle->GetFontStyle() == FDE_CSSFontStyle::Italic) in GetFont()