Home
last modified time | relevance | path

Searched defs:pPDFFont (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp77 if (CPDF_Font * pPDFFont = AddNativeInterFormFont(pFormDict, pDoc, sSysFontAlias)) { in GetAnnotSysPDFFont() local
122 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetCharWidth() local
132 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetTypeAscent() local
139 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) { in GetTypeDescent() local
175 if (CPDF_Font * pPDFFont = pFontMap->GetPDFFont(nFontIndex)) { in GetPDFWordString() local
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_ap.cpp17 if (CPDF_Font * pPDFFont = pFontMap->GetPDFFont(nFontIndex)) in GetPDFWordString() local
Dfxet_edit.cpp152 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetCharWidth() local
170 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeAscent() local
178 if (CPDF_Font* pPDFFont = m_pFontMap->GetPDFFont(nFontIndex)) in GetTypeDescent() local
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp468 CPDF_Font* pPDFFont = pCharData->m_pCharState->m_pFont; in Display() local