Home
last modified time | relevance | path

Searched refs:GetDefaultFontIndex (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp80 int32_t CPDF_VariableText::Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPDF_VariableText::Provider
271 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
273 GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
300 GetSubWord() > 0 ? GetDefaultFontIndex() in InsertWord()
301 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord()
804 return GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent()
808 return GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()
1090 int32_t CPDF_VariableText::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPDF_VariableText
1091 return m_pVTProvider ? m_pVTProvider->GetDefaultFontIndex() : -1; in GetDefaultFontIndex()
Dctypeset.cpp184 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
186 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
401 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
403 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
Dcpdf_variabletext.h76 virtual int32_t GetDefaultFontIndex();
171 int32_t GetDefaultFontIndex();
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h538 int32_t GetDefaultFontIndex() override;
Dfxet_edit.cpp197 int32_t CFX_Edit_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CFX_Edit_Provider