Searched refs:GetDefaultFontIndex (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_vt.cpp | 329 FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray() 330 … FX_FLOAT fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize()); in CharArray() 716 fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines() 717 fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize); in SplitLines() 837 … secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0); in Initialize() 843 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in Initialize() 844 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in Initialize() 874 …_INT32 nFontIndex = GetSubWord() > 0 ? GetDefaultFontIndex() : GetWordFontIndex(word, charset, Get… in InsertWord() 1377 GetFontAscent(GetDefaultFontIndex(), GetFontSize()); in GetLineAscent() 1382 GetFontDescent(GetDefaultFontIndex(), GetFontSize()); in GetLineDescent() [all …]
|
D | pdf_vt.h | 545 FX_INT32 GetDefaultFontIndex();
|
D | doc_ap.cpp | 164 FX_INT32 CPVT_Provider::GetDefaultFontIndex() in GetDefaultFontIndex() function in CPVT_Provider
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_ap.h | 66 FX_INT32 GetDefaultFontIndex();
|
D | fpdf_vt.h | 294 virtual FX_INT32 GetDefaultFontIndex() = 0;
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 810 FX_INT32 GetDefaultFontIndex();
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 189 FX_INT32 CFX_Edit_Provider::GetDefaultFontIndex() in GetDefaultFontIndex() function in CFX_Edit_Provider
|