Home
last modified time | relevance | path

Searched refs:GetPDFFont (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dipvt_fontmap.h21 virtual RetainPtr<CPDF_Font> GetPDFFont(int32_t nFontIndex) = 0;
Dcpvt_fontmap.h30 RetainPtr<CPDF_Font> GetPDFFont(int32_t nFontIndex) override;
Dcpvt_fontmap.cpp52 RetainPtr<CPDF_Font> CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPVT_FontMap
Dcba_fontmap.h29 RetainPtr<CPDF_Font> GetPDFFont(int32_t nFontIndex) override;
Dcpdf_variabletext.cpp43 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetCharWidth()
55 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeAscent()
60 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeDescent()
67 if (RetainPtr<CPDF_Font> pDefFont = m_pFontMap->GetPDFFont(0)) { in GetWordFontIndex()
71 if (RetainPtr<CPDF_Font> pSysFont = m_pFontMap->GetPDFFont(1)) { in GetWordFontIndex()
Dcba_fontmap.cpp84 RetainPtr<CPDF_Font> CBA_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CBA_FontMap
Dcpvt_generateap.cpp62 RetainPtr<CPDF_Font> pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.cpp115 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetCharWidth()
130 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeAscent()
135 RetainPtr<CPDF_Font> pPDFFont = m_pFontMap->GetPDFFont(nFontIndex); in GetTypeDescent()
534 pFontMap->GetPDFFont(nFontIndex).Get(), fFontSize, in DrawEdit()
550 pFontMap->GetPDFFont(word.nFontIndex).Get(), fFontSize, in DrawEdit()
562 pFontMap->GetPDFFont(nFontIndex).Get(), fFontSize, in DrawEdit()
1877 RetainPtr<CPDF_Font> pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
Dcpwl_edit.cpp391 float fFontSize = GetCharArrayAutoFontSize(pFontMap->GetPDFFont(0).Get(), in SetCharArray()
/external/pdfium/fpdfsdk/
Dcpdfsdk_appstream.cpp1783 font_map.GetPDFFont(0).Get(), rcClient, nMaxLen); in SetAsTextField()