Searched refs:GetDefaultFontIndex (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 312 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray() 314 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray() 701 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines() 703 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines() 818 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), in Initialize() 825 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize() 827 GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize() 860 GetSubWord() > 0 ? GetDefaultFontIndex() in InsertWord() 861 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord() 1377 : GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent() [all …]
|
D | pdf_vt.h | 453 int32_t GetDefaultFontIndex();
|
D | doc_ap.cpp | 174 int32_t CPVT_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPVT_Provider
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_ap.h | 66 int32_t GetDefaultFontIndex() override;
|
D | fpdf_vt.h | 286 virtual int32_t GetDefaultFontIndex() = 0;
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 809 int32_t GetDefaultFontIndex() override;
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 140 int32_t CFX_Edit_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CFX_Edit_Provider
|