Searched refs:GetPDFFont (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | ipvt_fontmap.h | 20 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
|
D | cpvt_fontmap.h | 29 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
|
D | cpvt_fontmap.cpp | 47 CPDF_Font* CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPVT_FontMap
|
D | cpdf_variabletext.cpp | 43 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()
|
D | cpvt_generateap.cpp | 53 CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_font_map.h | 37 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
|
D | cpwl_edit_impl.cpp | 130 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()
|
D | cpwl_font_map.cpp | 62 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPWL_FontMap
|
D | cpwl_edit.cpp | 440 float fFontSize = GetCharArrayAutoFontSize(pFontMap->GetPDFFont(0), in SetCharArray()
|
D | cpwl_appstream.cpp | 1787 fFontSize = CPWL_Edit::GetCharArrayAutoFontSize(font_map.GetPDFFont(0), in SetAsTextField()
|