HomeSort by relevance Sort by last modified time
    Searched refs:GetDefaultFontIndex (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 66 int32_t GetDefaultFontIndex() override;
fpdf_vt.h 286 virtual int32_t GetDefaultFontIndex() = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 312 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
314 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
701 m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize);
703 m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize);
818 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(),
825 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize());
827 GetFontDescent(GetDefaultFontIndex(), GetFontSize());
860 GetSubWord() > 0 ? GetDefaultFontIndex()
861 : GetWordFontIndex(word, charset, GetDefaultFontIndex());
    [all...]
pdf_vt.h 453 int32_t GetDefaultFontIndex();
doc_ap.cpp 174 int32_t CPVT_Provider::GetDefaultFontIndex() {
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 809 int32_t GetDefaultFontIndex() override;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 140 int32_t CFX_Edit_Provider::GetDefaultFontIndex() {
    [all...]

Completed in 292 milliseconds