Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dipvt_fontmap.h20 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
Dcpvt_fontmap.h28 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
Dcpvt_fontmap.cpp49 CPDF_Font* CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPVT_FontMap
Dcpdf_variabletext.cpp41 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()
50 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()
56 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()
64 if (CPDF_Font* pDefFont = m_pFontMap->GetPDFFont(0)) { in GetWordFontIndex()
68 if (CPDF_Font* pSysFont = m_pFontMap->GetPDFFont(1)) { in GetWordFontIndex()
Dcpvt_generateap.cpp1334 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) { in GetPDFWordString()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_ap.cpp18 CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
Dfxet_edit.cpp162 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth()
178 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent()
185 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()
801 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device, in DrawEdit()
818 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, pUser2Device, in DrawEdit()
829 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device, in DrawEdit()
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_FontMap.h38 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
DPWL_FontMap.cpp62 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPWL_FontMap
DPWL_EditCtrl.cpp425 return pFontMap->GetPDFFont(nFontIndex); in GetCaretFont()
DPWL_Edit.cpp555 pFontMap->GetPDFFont(0), GetClientRect(), nCharArray); in SetCharArray()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp1548 fFontSize = CPWL_Edit::GetCharArrayAutoFontSize(font_map.GetPDFFont(0),