Home
last modified time | relevance | path

Searched refs:pFonts (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_utils.cpp279 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in CountInterFormFonts() local
280 if (!pFonts) { in CountInterFormFonts()
284 for (const auto& it : *pFonts) { in CountInterFormFonts()
308 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in GetInterFormFont() local
309 if (!pFonts) { in GetInterFormFont()
313 for (const auto& it : *pFonts) { in GetInterFormFont()
343 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in GetInterFormFont() local
344 if (!pFonts) { in GetInterFormFont()
347 CPDF_Dictionary* pElement = pFonts->GetDict(csAlias); in GetInterFormFont()
367 CPDF_Dictionary* pFonts = pDR->GetDict("Font"); in GetInterFormFont() local
[all …]
Ddoc_formcontrol.cpp278 CPDF_Dictionary* pFonts = pDict->GetDict("Font"); in GetDefaultControlFont() local
279 if (pFonts) { in GetDefaultControlFont()
280 CPDF_Dictionary* pElement = pFonts->GetDict(csFontNameTag); in GetDefaultControlFont()
295 CPDF_Dictionary* pFonts = pDict->GetDict("Font"); in GetDefaultControlFont() local
296 if (pFonts) { in GetDefaultControlFont()
297 CPDF_Dictionary* pElement = pFonts->GetDict(csFontNameTag); in GetDefaultControlFont()
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp666 CFX_ArrayTemplate<IFX_Font*>* pFonts; in Release() local
667 m_Hash2Fonts.GetNextAssoc(pos, dwHash, pFonts); in Release()
668 if (NULL != pFonts) { in Release()
669 delete pFonts; in Release()
735 CFX_ArrayTemplate<IFX_Font*>* pFonts = NULL; in GetFontByCodePage() local
737 if (m_Hash2Fonts.Lookup(dwHash, pFonts)) { in GetFontByCodePage()
738 if (NULL == pFonts) { in GetFontByCodePage()
741 if (0 != pFonts->GetSize()) { in GetFontByCodePage()
742 return pFonts->GetAt(0)->Retain(); in GetFontByCodePage()
745 if (!pFonts) in GetFontByCodePage()
[all …]
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp115 CPDF_Dictionary* pFonts = pResDict->GetDict("Font"); in FindResFontSameCharset() local
116 if (!pFonts) in FindResFontSameCharset()
121 for (const auto& it : *pFonts) { in FindResFontSameCharset()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1159 CPDF_Array* pFonts = m_pFontDict->GetArray("DescendantFonts"); in _Load() local
1160 if (!pFonts) { in _Load()
1163 if (pFonts->GetCount() != 1) { in _Load()
1166 CPDF_Dictionary* pCIDFontDict = pFonts->GetDict(0); in _Load()