Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp82 int32_t CPDF_VariableText::Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPDF_VariableText::Provider
206 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
207 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize()
228 GetSubWord() > 0 ? GetDefaultFontIndex() in InsertWord()
229 : GetWordFontIndex(word, charset, GetDefaultFontIndex()); in InsertWord()
669 return GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent()
673 return GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent()
945 int32_t CPDF_VariableText::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPDF_VariableText
946 return m_pVTProvider ? m_pVTProvider->GetDefaultFontIndex() : -1; in GetDefaultFontIndex()
Dctypeset.cpp191 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
193 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray()
405 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
407 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines()
Dcpdf_variabletext.h63 virtual int32_t GetDefaultFontIndex();
148 int32_t GetDefaultFontIndex();
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h432 int32_t GetDefaultFontIndex() override;
Dcpwl_edit_impl.cpp165 int32_t CPWL_EditImpl_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPWL_EditImpl_Provider