Home
last modified time | relevance | path

Searched refs:GetItalicAngle (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h37 int32_t GetItalicAngle() const override;
Dfpf_skiafont.cpp155 int32_t CFPF_SkiaFont::GetItalicAngle() const { in GetItalicAngle() function in CFPF_SkiaFont
/external/pdfium/core/include/fxge/
Dfpf.h47 virtual int32_t GetItalicAngle() const = 0;
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gefont.h43 virtual int32_t GetItalicAngle() const;
Dfx_gdifont.h58 virtual int32_t GetItalicAngle() const;
Dfx_gdifont.cpp431 int32_t CFX_GdiFont::GetItalicAngle() const { in GetItalicAngle() function in CFX_GdiFont
Dfx_gefont.cpp480 int32_t CFX_GEFont::GetItalicAngle() const { in GetItalicAngle() function in CFX_GEFont
/external/pdfium/xfa/src/fgas/include/
Dfx_fnt.h85 virtual int32_t GetItalicAngle() const = 0;
/external/pdfium/core/include/fpdfapi/
Dfpdf_resource.h196 int GetItalicAngle() const { return m_ItalicAngle; } in GetItalicAngle() function