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 FX_INT32 GetDefaultFontIndex();
fpdf_vt.h 294 virtual FX_INT32 GetDefaultFontIndex() = 0;
  /external/pdfium/core/src/fpdfdoc/
doc_vt.cpp 329 FX_FLOAT fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
330 FX_FLOAT fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), m_pVT->GetFontSize());
716 fLineAscent = m_pVT->GetFontAscent(m_pVT->GetDefaultFontIndex(), fFontSize);
717 fLineDescent = m_pVT->GetFontDescent(m_pVT->GetDefaultFontIndex(), fFontSize);
837 secinfo.pWordProps = new CPVT_WordProps(GetDefaultFontIndex(), PVT_DEFAULT_FONTSIZE, 0, 0, 0);
843 lineinfo.fLineAscent = GetFontAscent(GetDefaultFontIndex(), GetFontSize());
844 lineinfo.fLineDescent = GetFontDescent(GetDefaultFontIndex(), GetFontSize());
    [all...]
pdf_vt.h 545 FX_INT32 GetDefaultFontIndex();
doc_ap.cpp 164 FX_INT32 CPVT_Provider::GetDefaultFontIndex()
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 810 FX_INT32 GetDefaultFontIndex();
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_edit.cpp 189 FX_INT32 CFX_Edit_Provider::GetDefaultFontIndex()
    [all...]

Completed in 496 milliseconds