Home
last modified time | relevance | path

Searched refs:pStreamResFontList (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp184 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in AddFontToAnnotDict() local
185 if (!pStreamResFontList) { in AddFontToAnnotDict()
186 pStreamResFontList = m_pDocument->NewIndirect<CPDF_Dictionary>(); in AddFontToAnnotDict()
188 pStreamResFontList->GetObjNum()); in AddFontToAnnotDict()
190 if (!pStreamResFontList->KeyExist(sAlias)) { in AddFontToAnnotDict()
191 pStreamResFontList->SetNewFor<CPDF_Reference>( in AddFontToAnnotDict()
/external/pdfium/core/fpdfdoc/
Dcpvt_generateap.cpp1048 CPDF_Dictionary* pStreamResFontList = pStreamResList->GetDictFor("Font"); in GenerateFormAP() local
1049 if (!pStreamResFontList) in GenerateFormAP()
1050 pStreamResFontList = pStreamResList->SetNewFor<CPDF_Dictionary>("Font"); in GenerateFormAP()
1051 if (!pStreamResFontList->KeyExist(sFontName)) { in GenerateFormAP()
1052 pStreamResFontList->SetNewFor<CPDF_Reference>(sFontName, pDoc, in GenerateFormAP()
1293 CPDF_Dictionary* pStreamResFontList = in GenerateFormAP() local
1295 if (!pStreamResFontList) { in GenerateFormAP()
1296 pStreamResFontList = in GenerateFormAP()
1299 if (!pStreamResFontList->KeyExist(sFontName)) { in GenerateFormAP()
1300 pStreamResFontList->SetNewFor<CPDF_Reference>(sFontName, pDoc, in GenerateFormAP()