Searched refs:GetPDFFont (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | ipvt_fontmap.h | 20 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
|
D | cpvt_fontmap.h | 28 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
|
D | cpvt_fontmap.cpp | 49 CPDF_Font* CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPVT_FontMap
|
D | cpdf_variabletext.cpp | 41 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()
|
D | cpvt_generateap.cpp | 1334 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) { in GetPDFWordString()
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_ap.cpp | 18 CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex); in GetPDFWordString()
|
D | fxet_edit.cpp | 162 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/ |
D | PWL_FontMap.h | 38 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
|
D | PWL_FontMap.cpp | 62 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPWL_FontMap
|
D | PWL_EditCtrl.cpp | 425 return pFontMap->GetPDFFont(nFontIndex); in GetCaretFont()
|
D | PWL_Edit.cpp | 555 pFontMap->GetPDFFont(0), GetClientRect(), nCharArray); in SetCharArray()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 1548 fFontSize = CPWL_Edit::GetCharArrayAutoFontSize(font_map.GetPDFFont(0),
|