Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_pageobjs.cpp244 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()
Dfxet_ap.cpp16 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) { in GetPDFWordString()
Dfxet_edit.cpp105 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/
Ddoc_ap.cpp52 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/
Dfpdf_ap.h16 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h57 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp60 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) { in GetPDFFont() function in CPWL_FontMap
232 CPDF_Font* pNewFont = GetPDFFont(nFind); in GetPWLFontIndex()
DPWL_EditCtrl.cpp465 return pFontMap->GetPDFFont(nFontIndex); in GetCaretFont()
DPWL_Edit.cpp804 pFontMap->GetPDFFont(0), GetClientRect(), nCharArray); in SetCharArray()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h59 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1598 font_map.GetPDFFont(0), rcClient, nMaxLen);