Searched refs:GetDefaultFontIndex (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 82 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()
|
D | ctypeset.cpp | 191 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()
|
D | cpdf_variabletext.h | 63 virtual int32_t GetDefaultFontIndex(); 148 int32_t GetDefaultFontIndex();
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_edit_impl.h | 432 int32_t GetDefaultFontIndex() override;
|
D | cpwl_edit_impl.cpp | 165 int32_t CPWL_EditImpl_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CPWL_EditImpl_Provider
|