Searched refs:GetPDFFont (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_pageobjs.cpp | 244 pFontMap->GetPDFFont(nFontIndex), fFontSize, in DrawEdit() 261 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, pUser2Device, in DrawEdit() 272 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device, in DrawEdit() 362 pFontMap->GetPDFFont(wp.nFontIndex), wp.fFontSize, in DrawRichEdit() 403 pFontMap->GetPDFFont(wp.nFontIndex), wp.fFontSize, pUser2Device, in DrawRichEdit() 506 pPageObjects, crText, pFontMap->GetPDFFont(nOldFontIndex), in GeneratePageObjects() 525 pPageObjects, crText, pFontMap->GetPDFFont(nOldFontIndex), in GeneratePageObjects() 576 pPageObjects, crOld, pFontMap->GetPDFFont(wp.nFontIndex), in GenerateRichPageObjects() 618 pPageObjects, crOld, pFontMap->GetPDFFont(wp.nFontIndex), in GenerateRichPageObjects()
|
D | fxet_ap.cpp | 16 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) { in GetPDFWordString()
|
D | fxet_edit.cpp | 105 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth() 121 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent() 128 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_ap.cpp | 52 CPDF_Font* GetPDFFont(int32_t nFontIndex) override; 99 CPDF_Font* CPVT_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPVT_FontMap 132 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth() 141 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetTypeAscent() 147 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetTypeDescent() 155 if (CPDF_Font* pDefFont = m_pFontMap->GetPDFFont(0)) { in GetWordFontIndex() 160 if (CPDF_Font* pSysFont = m_pFontMap->GetPDFFont(1)) { in GetWordFontIndex() 191 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) { in GetPDFWordString()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_ap.h | 16 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
|
/external/pdfium/fpdfsdk/include/pdfwindow/ |
D | PWL_FontMap.h | 57 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_FontMap.cpp | 60 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPWL_FontMap 232 CPDF_Font* pNewFont = GetPDFFont(nFind); in GetPWLFontIndex()
|
D | PWL_EditCtrl.cpp | 465 return pFontMap->GetPDFFont(nFontIndex); in GetCaretFont()
|
D | PWL_Edit.cpp | 804 pFontMap->GetPDFFont(0), GetClientRect(), nCharArray); in SetCharArray()
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fx_edit.h | 59 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1598 font_map.GetPDFFont(0), rcClient, nMaxLen);
|