Searched refs:GetDefaultFontIndex (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.cpp | 80 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()
|
D | ctypeset.cpp | 184 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()
|
D | cpdf_variabletext.h | 76 virtual int32_t GetDefaultFontIndex(); 171 int32_t GetDefaultFontIndex();
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.h | 538 int32_t GetDefaultFontIndex() override;
|
D | fxet_edit.cpp | 197 int32_t CFX_Edit_Provider::GetDefaultFontIndex() { in GetDefaultFontIndex() function in CFX_Edit_Provider
|