HomeSort by relevance Sort by last modified time
    Searched refs:GetPDFFont (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/include/fpdfdoc/
fpdf_ap.h 16 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 57 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 244 pFontMap->GetPDFFont(nFontIndex), fFontSize,
261 pFontMap->GetPDFFont(word.nFontIndex), fFontSize, pUser2Device,
272 pFontMap->GetPDFFont(nFontIndex), fFontSize, pUser2Device,
362 pFontMap->GetPDFFont(wp.nFontIndex), wp.fFontSize,
403 pFontMap->GetPDFFont(wp.nFontIndex), wp.fFontSize, pUser2Device,
506 pPageObjects, crText, pFontMap->GetPDFFont(nOldFontIndex),
525 pPageObjects, crText, pFontMap->GetPDFFont(nOldFontIndex),
576 pPageObjects, crOld, pFontMap->GetPDFFont(wp.nFontIndex),
618 pPageObjects, crOld, pFontMap->GetPDFFont(wp.nFontIndex),
fxet_ap.cpp 16 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) {
fxet_edit.cpp 105 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) {
121 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex))
128 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex))
    [all...]
  /external/pdfium/core/src/fpdfdoc/
doc_ap.cpp 52 CPDF_Font* GetPDFFont(int32_t nFontIndex) override;
99 CPDF_Font* CPVT_FontMap::GetPDFFont(int32_t nFontIndex) {
132 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) {
141 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) {
147 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) {
155 if (CPDF_Font* pDefFont = m_pFontMap->GetPDFFont(0)) {
160 if (CPDF_Font* pSysFont = m_pFontMap->GetPDFFont(1)) {
191 if (CPDF_Font* pPDFFont = pFontMap->GetPDFFont(nFontIndex)) {
    [all...]
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp 60 CPDF_Font* CPWL_FontMap::GetPDFFont(int32_t nFontIndex) {
232 CPDF_Font* pNewFont = GetPDFFont(nFind);
PWL_EditCtrl.cpp 465 return pFontMap->GetPDFFont(nFontIndex);
PWL_Edit.cpp 804 pFontMap->GetPDFFont(0), GetClientRect(), nCharArray);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fx_edit.h 59 virtual CPDF_Font* GetPDFFont(int32_t nFontIndex) = 0;
  /external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp     [all...]

Completed in 212 milliseconds