Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dipvt_fontmap.h20 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
Dcpvt_fontmap.h29 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
Dcpvt_fontmap.cpp47 CPDF_Font* CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPVT_FontMap
Dcpdf_variabletext.cpp43 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()
52 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()
58 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()
66 if (CPDF_Font* pDefFont = m_pFontMap->GetPDFFont(0)) { in GetWordFontIndex()
70 if (CPDF_Font* pSysFont = m_pFontMap->GetPDFFont(1)) { in GetWordFontIndex()
Dcpvt_generateap.cpp53 CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.h37 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
Dcpwl_edit_impl.cpp130 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()
146 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()
153 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()
509 pFontMap->GetPDFFont(nFontIndex), fFontSize, mtUser2Device, in DrawEdit()
525 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, mtUser2Device, in DrawEdit()
536 pFontMap->GetPDFFont(nFontIndex), fFontSize, mtUser2Device, in DrawEdit()
1852 CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
Dcpwl_font_map.cpp62 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPWL_FontMap
Dcpwl_edit.cpp440 float fFontSize = GetCharArrayAutoFontSize(pFontMap->GetPDFFont(0), in SetCharArray()
Dcpwl_appstream.cpp1787 fFontSize = CPWL_Edit::GetCharArrayAutoFontSize(font_map.GetPDFFont(0), in SetAsTextField()