Searched refs:pResDict (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpvt_fontmap.cpp16 CPDF_Dictionary* pResDict,
20 m_pResDict(pResDict),
29 const CPDF_Dictionary* pResDict,
32 if (!pDoc || !pResDict)
41 CPDF_Dictionary* pFontList = pResDict->GetDictFor("Font");
15 CPVT_FontMap(CPDF_Document* pDoc, CPDF_Dictionary* pResDict, CPDF_Font* pDefFont, const CFX_ByteString& sDefFontAlias) argument
28 GetAnnotSysPDFFont(CPDF_Document* pDoc, const CPDF_Dictionary* pResDict, CPDF_Font*& pSysFont, CFX_ByteString& sSysFontAlias) argument
H A Dcpvt_fontmap.h22 CPDF_Dictionary* pResDict,
37 const CPDF_Dictionary* pResDict,
H A Dcpdf_interform.h41 static CFX_ByteString GenerateNewResourceName(const CPDF_Dictionary* pResDict,
H A Dcpdf_interform.cpp689 const CPDF_Dictionary* pResDict,
719 if (!pResDict)
722 CPDF_Dictionary* pDict = pResDict->GetDictFor(csType);
688 GenerateNewResourceName( const CPDF_Dictionary* pResDict, const FX_CHAR* csType, int iMinLen, const FX_CHAR* csPrefix) argument
/external/pdfium/fpdfsdk/formfiller/
H A Dcba_fontmap.h33 CPDF_Font* FindResFontSameCharset(CPDF_Dictionary* pResDict,
H A Dcba_fontmap.cpp111 CPDF_Font* CBA_FontMap::FindResFontSameCharset(CPDF_Dictionary* pResDict, argument
114 if (!pResDict)
117 CPDF_Dictionary* pFonts = pResDict->GetDictFor("Font");

Completed in 78 milliseconds